| | |
| | | mergeTechnologyNumber:null |
| | | }) |
| | | |
| | | //打印时间 |
| | | const currentTime = new Date(); |
| | | const formattedTime = currentTime.getFullYear() |
| | | + '-' + (currentTime.getMonth() + 1) + '-' |
| | | + currentTime.getDate() + ' ' + currentTime.getHours() + ':' |
| | | + currentTime.getMinutes();formattedTime |
| | | |
| | | const {currentRoute} = useRouter() |
| | | const route = currentRoute.value |
| | | const printMerge = props.printMerge |
| | |
| | | <div style="font-weight: bolder;display: flex;justify-content:space-between"> |
| | | <div> |
| | | 补片单号:{{itemFlow.patch_id}} |
| | | 打印人:{{user.user.userName}}</div> |
| | | 打印人:{{user.user.userName}} |
| | | 时间:{{formattedTime}} |
| | | </div> |
| | | <div> |
| | | <span style="font-size: 10px">{{itemFlow.otherRemarks}}</span> |
| | | 流程卡号: {{ |