From 6e4bca5ec76de51e15ddccc66fd652d66ea36f69 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 26 Dec 2024 13:30:57 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/print/print_package_TCPlabel-NOOREVIEW.js | 4 ++-- src/views/modules/production/bagLabelsTCP.vue | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/modules/print/print_package_TCPlabel-NOOREVIEW.js b/src/views/modules/print/print_package_TCPlabel-NOOREVIEW.js index 596f8df..89ddc04 100644 --- a/src/views/modules/print/print_package_TCPlabel-NOOREVIEW.js +++ b/src/views/modules/print/print_package_TCPlabel-NOOREVIEW.js @@ -114,8 +114,8 @@ export function printTCPPackageLabelNoPreview(printList) { } // LODOP.PRINT_DESIGN(); - // LODOP.PREVIEW(); - LODOP.PRINT(); + LODOP.PREVIEW(); + // LODOP.PRINT(); console.log("操作成功!") } } diff --git a/src/views/modules/production/bagLabelsTCP.vue b/src/views/modules/production/bagLabelsTCP.vue index 71026d4..9d7da0e 100644 --- a/src/views/modules/production/bagLabelsTCP.vue +++ b/src/views/modules/production/bagLabelsTCP.vue @@ -129,6 +129,12 @@ export default { }) }, linkTPC(){ + let params = { + nowTime:this.nowTime, + previousSeqNo: this.soScheduleRouting.previousSeqNo, + site: this.soScheduleRouting.site, + orderNo: this.soScheduleRouting.orderNo, + } linkWeighTPC(params).then(({data}) => { if (data && data.code === 0) { this.$message.success("称重器连接成功!")