|
@ -28,9 +28,6 @@ |
|
|
|
|
|
|
|
|
<view class="page-main"> |
|
|
<view class="page-main"> |
|
|
<scroll-view scroll-y="true" class="page-main-scroll"> |
|
|
<scroll-view scroll-y="true" class="page-main-scroll"> |
|
|
<view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
<view v-for="(toLocation, index) in detailSource"> |
|
|
<view v-for="(toLocation, index) in detailSource"> |
|
|
<comDeliverDetailCardBatch ref='comIssueDetailCardBatch' :dataContent="toLocation" :settingParam="jobContent" |
|
|
<comDeliverDetailCardBatch ref='comIssueDetailCardBatch' :dataContent="toLocation" :settingParam="jobContent" |
|
|
@updateData='updateData' :allowBiggerQty='allowBiggerQty'> |
|
|
@updateData='updateData' :allowBiggerQty='allowBiggerQty'> |
|
@ -54,7 +51,7 @@ |
|
|
<!-- <comScanDeliverPackBatch ref="comScanIssuePack" @closeScan='closeScan' @updateData='updateData'> |
|
|
<!-- <comScanDeliverPackBatch ref="comScanIssuePack" @closeScan='closeScan' @updateData='updateData'> |
|
|
</comScanDeliverPackBatch> --> |
|
|
</comScanDeliverPackBatch> --> |
|
|
|
|
|
|
|
|
<winScanPackAndLocation :balanceFromInventoryStatuses="false" :toLocationCode="jobToLocationCode" ref="scanPopup" |
|
|
<winScanPackAndLocation :balanceFromInventoryStatuses="false" ref="scanPopup" |
|
|
@getResult='getScanResult' :noShowBalanceMessage="false" @confirm='confirmFromLocation'> |
|
|
@getResult='getScanResult' :noShowBalanceMessage="false" @confirm='confirmFromLocation'> |
|
|
</winScanPackAndLocation> |
|
|
</winScanPackAndLocation> |
|
|
<comMessage ref="comMessage"></comMessage> |
|
|
<comMessage ref="comMessage"></comMessage> |
|
@ -315,7 +312,7 @@ |
|
|
toLocationCode:this.toLocationCode, |
|
|
toLocationCode:this.toLocationCode, |
|
|
batch:result.label.batch, |
|
|
batch:result.label.batch, |
|
|
handleQty:result.label.qty, |
|
|
handleQty:result.label.qty, |
|
|
qty:this.recommendQty, |
|
|
qty:0, |
|
|
inventoryStatus:result.balance.inventoryStatus, |
|
|
inventoryStatus:result.balance.inventoryStatus, |
|
|
toLocation:result.balance.toLocation, |
|
|
toLocation:result.balance.toLocation, |
|
|
balance:result.balance, |
|
|
balance:result.balance, |
|
|