From 49523a8b9bd8278a69dd53a738576115bdfc1fa9 Mon Sep 17 00:00:00 2001 From: rui_li <877258667@qq.com> Date: Mon, 9 May 2022 17:37:29 +0800 Subject: [PATCH] =?UTF-8?q?2022-05-09=20=E6=A0=87=E7=AD=BE=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yieldReport/otherReport/change_packaging.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/modules/yieldReport/otherReport/change_packaging.vue b/src/views/modules/yieldReport/otherReport/change_packaging.vue index 3f40c46..7c6545b 100644 --- a/src/views/modules/yieldReport/otherReport/change_packaging.vue +++ b/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 {