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