|
@ -39,7 +39,7 @@ |
|
|
@afterScan='afterScan' :locationCode='fromLocationCode'> |
|
|
@afterScan='afterScan' :locationCode='fromLocationCode'> |
|
|
</com-scan-issue-pack> --> |
|
|
</com-scan-issue-pack> --> |
|
|
|
|
|
|
|
|
<winScanPackAndLocation :balanceFromInventoryStatuses="false" ref="scanPopup" |
|
|
<winScanPackAndLocation :balanceFromInventoryStatuses="true" ref="scanPopup" |
|
|
@getResult='getScanResult' :noShowBalanceMessage="false" @confirm='confirmFromLocation'> |
|
|
@getResult='getScanResult' :noShowBalanceMessage="false" @confirm='confirmFromLocation'> |
|
|
</winScanPackAndLocation> |
|
|
</winScanPackAndLocation> |
|
|
<balance-select ref="balanceSelect" ></balance-select> |
|
|
<balance-select ref="balanceSelect" ></balance-select> |
|
@ -300,6 +300,7 @@ |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
setDataBatch(result) { |
|
|
setDataBatch(result) { |
|
|
|
|
|
console.log(result) |
|
|
try { |
|
|
try { |
|
|
let that = this |
|
|
let that = this |
|
|
this.balanceinfo = result.balance |
|
|
this.balanceinfo = result.balance |
|
|