diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue index 3bed66ac..ff66ec25 100644 --- a/src/pages/count/job/countLightDetail.vue +++ b/src/pages/count/job/countLightDetail.vue @@ -391,6 +391,8 @@ selectItem.handleQty = Number(qty) selectItem.packQty = pack.packQty selectItem.packUnit = pack.packUnit + selectItem.locationCode =this.fromLocationCode + selectItem.fromLocationCode =this.fromLocationCode this.$refs.countQtyEdit.openEditPopupShowSeconds(selectItem, null); @@ -463,6 +465,7 @@ countQty: 0, balanceQty: Number(qty), fromLocationCode: this.fromLocationCode, + locationCode:this.fromLocationCode, creator: this.$store.state.user.id, countTime: new Date() } @@ -490,6 +493,8 @@ if (!item.scaned) { item.scaned = true; item.handleQty = 0 + item.locationCode =this.fromLocationCode + item.fromLocationCode =this.fromLocationCode } }) this.submitJob();