Browse Source

修改盘点库位赋值

hella_online_20240829
lijuncheng 2 months ago
parent
commit
2614e0bb49
  1. 5
      src/pages/count/job/countLightDetail.vue

5
src/pages/count/job/countLightDetail.vue

@ -391,6 +391,8 @@
selectItem.handleQty = Number(qty) selectItem.handleQty = Number(qty)
selectItem.packQty = pack.packQty selectItem.packQty = pack.packQty
selectItem.packUnit = pack.packUnit selectItem.packUnit = pack.packUnit
selectItem.locationCode =this.fromLocationCode
selectItem.fromLocationCode =this.fromLocationCode
this.$refs.countQtyEdit.openEditPopupShowSeconds(selectItem, this.$refs.countQtyEdit.openEditPopupShowSeconds(selectItem,
null); null);
@ -463,6 +465,7 @@
countQty: 0, countQty: 0,
balanceQty: Number(qty), balanceQty: Number(qty),
fromLocationCode: this.fromLocationCode, fromLocationCode: this.fromLocationCode,
locationCode:this.fromLocationCode,
creator: this.$store.state.user.id, creator: this.$store.state.user.id,
countTime: new Date() countTime: new Date()
} }
@ -490,6 +493,8 @@
if (!item.scaned) { if (!item.scaned) {
item.scaned = true; item.scaned = true;
item.handleQty = 0 item.handleQty = 0
item.locationCode =this.fromLocationCode
item.fromLocationCode =this.fromLocationCode
} }
}) })
this.submitJob(); this.submitJob();

Loading…
Cancel
Save