From a6a9ae9ca405ce172d65e6248121d10b0c1a03d5 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Thu, 3 Apr 2025 16:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A2=8B=E8=A3=85=E6=8B=86=E8=A2=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/bagLabelsTCP.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/production/bagLabelsTCP.vue b/src/views/modules/production/bagLabelsTCP.vue index c79e31a..460fcf8 100644 --- a/src/views/modules/production/bagLabelsTCP.vue +++ b/src/views/modules/production/bagLabelsTCP.vue @@ -265,7 +265,8 @@ export default { let params = { previousSeqNo: this.soScheduleRouting.previousSeqNo, site: this.soScheduleRouting.site, - orderNo: this.soScheduleRouting.orderNo + orderNo: this.soScheduleRouting.orderNo, + seqNo:this.searchData.seqNo } if (!this.number || !this.weight){ this.$message.warning("请先输入数量和重量")