Commit 7bae7e37 authored by chenzj's avatar chenzj

打印包装标签和补料申请的优化

parent abd6aaf0
......@@ -2543,12 +2543,12 @@ export default {
detail: [
{
barcode: item.printContents,
showText: '编排单号:'+item.arrangeCode+'\n数量:'+item.quantityQualify+'\n工单号:'+item.workorderCode+'\n下一道工序:'+workunitName,
showText: '编排单号:'+item.arrangeCode+'\n数量:'+item.quantityQualify+'\n工单号:'+item.workorderCode+'\n下道工序机台:'+workunitName,
gp: 1
},
{
barcode: item.printContents,
showText: '编排单号:'+item.arrangeCode+'\n数量:'+item.quantityQualify+'\n工单号:'+item.workorderCode+'\n下一道工序:'+workunitName,
showText: '编排单号:'+item.arrangeCode+'\n数量:'+item.quantityQualify+'\n工单号:'+item.workorderCode+'\n下道工序机台:'+workunitName,
gp: 1
}
]
......@@ -2715,6 +2715,8 @@ export default {
workunitCode: this.curTaskInfo.workunitCode,
workunitName: this.curTaskInfo.workunitName,
taskWorkunitId: this.curTaskInfo.taskWorkunitId,
workstationId: this.curTaskInfo.workstationId,
isBackflush: s.isBackflush,
workorderCode: workorderCode,
taskId: taskInfo.taskId,
applyNum: s.applyNum,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment