|
|
|
@ -460,7 +460,14 @@ import { |
|
|
|
otherCheckCreateSplitSfdcRoll,/*校验是否可以创建分卷*/ |
|
|
|
otherCreateSplitSfdcRoll,/*执行创建分卷的操作*/ |
|
|
|
workbenchCreateslittingrollRepackAction |
|
|
|
} from '@/api/yieldReport/com_separate_roll.js' |
|
|
|
} from '@/api/yieldReport/com_separate_roll.js'; |
|
|
|
|
|
|
|
/*打印标签专用的js*/ |
|
|
|
import { |
|
|
|
printSfdcLabel, |
|
|
|
} from "@/views/modules/yieldReport/print_roll_label.js"; |
|
|
|
|
|
|
|
|
|
|
|
import { |
|
|
|
getScheduleDataBySeqNo, |
|
|
|
getCurrentRollOpsBySeqNo, |
|
|
|
@ -3340,6 +3347,10 @@ export default { |
|
|
|
this.$message.success(data.msg) |
|
|
|
this.createRoll.rollNums= '' |
|
|
|
this.createRoll.rollQty= '' |
|
|
|
//打印卷标签 |
|
|
|
let printList = data.printList; |
|
|
|
printSfdcLabel(printList); |
|
|
|
|
|
|
|
//刷新报工的页面 |
|
|
|
this.getSfdcRollList() |
|
|
|
}else { |
|
|
|
|