Browse Source

2026-01-08

销售发货装箱页面的扫描装箱,箱号的生成逻辑调整为"销售订单号"+三位流水号
master
fengyuan_yang 4 days ago
parent
commit
d7403bab46
  1. 1
      src/views/modules/boxManage/com_saleBoxManage_boxing.vue
  2. 1
      src/views/modules/boxManage/saleBoxManage.vue

1
src/views/modules/boxManage/com_saleBoxManage_boxing.vue

@ -422,6 +422,7 @@ export default {
createdBy: this.$store.state. user.name, createdBy: this.$store.state. user.name,
buNo: this.searchData.buNo, buNo: this.searchData.buNo,
orderNo: this.searchData.orderNo, orderNo: this.searchData.orderNo,
saleOrderNo: this.searchData.saleOrderNo || '', //
boxType: this.searchData.boxType, boxType: this.searchData.boxType,
status:'未封箱', status:'未封箱',
rollsQty: 0, rollsQty: 0,

1
src/views/modules/boxManage/saleBoxManage.vue

@ -886,6 +886,7 @@ export default {
site: this.currentRow.site, site: this.currentRow.site,
buNo: this.currentRow.buNo, buNo: this.currentRow.buNo,
orderNo: this.currentRow.orderNo, orderNo: this.currentRow.orderNo,
saleOrderNo: this.currentRow.relatedOrderNo || '', //
boxType: this.currentRow.orderType, boxType: this.currentRow.orderType,
height:Number(this.height)-25, height:Number(this.height)-25,
orderStatus: this.currentRow.orderStatus orderStatus: this.currentRow.orderStatus

Loading…
Cancel
Save