|
@ -33,7 +33,10 @@ |
|
|
<win-scan-button @goScan='openScanPopup'></win-scan-button> |
|
|
<win-scan-button @goScan='openScanPopup'></win-scan-button> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<win-scan-pack-and-location ref="scanPopup" @getResult='getScanResult' headerType="HPQ,HMQ"> |
|
|
<win-scan-pack-and-location ref="scanPopup" |
|
|
|
|
|
@getResult='getScanResult' |
|
|
|
|
|
headerType="HPQ,HMQ" |
|
|
|
|
|
:balanceFromInventoryStatuses="true"> |
|
|
</win-scan-pack-and-location> |
|
|
</win-scan-pack-and-location> |
|
|
<comMessage ref="comMessage"></comMessage> |
|
|
<comMessage ref="comMessage"></comMessage> |
|
|
<win-scan-location ref="scanLocationCode" title="来源库位" @getLocation='getLocation' |
|
|
<win-scan-location ref="scanLocationCode" title="来源库位" @getLocation='getLocation' |
|
@ -155,7 +158,7 @@ |
|
|
|
|
|
|
|
|
var itemp = createItemInfo(balance, pack); |
|
|
var itemp = createItemInfo(balance, pack); |
|
|
let newDetail = createDetailInfo(balance, pack); // |
|
|
let newDetail = createDetailInfo(balance, pack); // |
|
|
|
|
|
newDetail.packingNumber =pack.number |
|
|
itemp.subList.push(newDetail); |
|
|
itemp.subList.push(newDetail); |
|
|
this.detailSource.push(itemp) |
|
|
this.detailSource.push(itemp) |
|
|
} else { |
|
|
} else { |
|
@ -332,7 +335,7 @@ |
|
|
submitItem.itemDesc1 = detail.package.itemDesc1; |
|
|
submitItem.itemDesc1 = detail.package.itemDesc1; |
|
|
submitItem.itemDesc2 = detail.package.itemDesc2; |
|
|
submitItem.itemDesc2 = detail.package.itemDesc2; |
|
|
|
|
|
|
|
|
submitItem.inventoryStatus = detail.inventoryStatus; |
|
|
submitItem.inventoryStatus = this.toInventoryStatuses; |
|
|
submitItem.toInventoryStatus = this.toInventoryStatuses; |
|
|
submitItem.toInventoryStatus = this.toInventoryStatuses; |
|
|
|
|
|
|
|
|
submitItem.fromPackingNumber = info.packingNumber; |
|
|
submitItem.fromPackingNumber = info.packingNumber; |
|
|