From d7403bab46f2db435b702871b2dba13ba32bfe4c Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 8 Jan 2026 14:27:19 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-08=20=E9=94=80=E5=94=AE=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E8=A3=85=E7=AE=B1=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E8=A3=85=E7=AE=B1,=E7=AE=B1=E5=8F=B7=E7=9A=84?= =?UTF-8?q?=E7=94=9F=E6=88=90=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4=E4=B8=BA?= =?UTF-8?q?"=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E5=8F=B7"+=E4=B8=89?= =?UTF-8?q?=E4=BD=8D=E6=B5=81=E6=B0=B4=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/boxManage/com_saleBoxManage_boxing.vue | 1 + src/views/modules/boxManage/saleBoxManage.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue index d661b2c..754ebe6 100644 --- a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue +++ b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue @@ -422,6 +422,7 @@ export default { createdBy: this.$store.state. user.name, buNo: this.searchData.buNo, orderNo: this.searchData.orderNo, + saleOrderNo: this.searchData.saleOrderNo || '', // 销售订单号,用于生成箱号 boxType: this.searchData.boxType, status:'未封箱', rollsQty: 0, diff --git a/src/views/modules/boxManage/saleBoxManage.vue b/src/views/modules/boxManage/saleBoxManage.vue index 6e7d11d..1f0451b 100644 --- a/src/views/modules/boxManage/saleBoxManage.vue +++ b/src/views/modules/boxManage/saleBoxManage.vue @@ -886,6 +886,7 @@ export default { site: this.currentRow.site, buNo: this.currentRow.buNo, orderNo: this.currentRow.orderNo, + saleOrderNo: this.currentRow.relatedOrderNo || '', // 销售订单号,用于生成箱号 boxType: this.currentRow.orderType, height:Number(this.height)-25, orderStatus: this.currentRow.orderStatus