|
@ -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(); |
|
|