Browse Source

2022-05-09 标签打印

master
rui_li 4 years ago
parent
commit
49523a8b9b
  1. 13
      src/views/modules/yieldReport/otherReport/change_packaging.vue

13
src/views/modules/yieldReport/otherReport/change_packaging.vue

@ -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 {

Loading…
Cancel
Save