|
|
@ -4,19 +4,21 @@ |
|
|
|
<view class="header_job_top"> |
|
|
|
<jobTopAsn :dataContent="jobContent"></jobTopAsn> |
|
|
|
</view> |
|
|
|
<view class="uni-flex u-col-center" style="width: 100%;margin-top: 10rpx; margin-left: 10rpx; align-items: center; "> |
|
|
|
<view class="" style="font-size: 33rpx; font-weight: 600; "> |
|
|
|
|
|
|
|
<view class="uni-flex uni-row " style=";margin-top: 10rpx; margin-left: 10rpx; text-align: right;"> |
|
|
|
<view class="font_default" style="display: block; "> |
|
|
|
整单收货 |
|
|
|
</view> |
|
|
|
<view class="uni-flex" style="margin-left: 50rpx; align-items: center; text-align: center;"> |
|
|
|
<u-switch v-model="isAllReceived" active-color="#4DD865" inactive-color="#eee" size="42" @change="switchChange"></u-switch> |
|
|
|
<view class="uni-flex" style="margin-left: 20rpx; align-items: center; text-align: center;"> |
|
|
|
<u-switch v-model="isAllReceived" active-color="#5FCB94" inactive-color="#eee" size="35" |
|
|
|
@change="switchChange"></u-switch> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<u-line color="#D8D8D8" style="margin-top: 10rpx; margin-bottom: 10rpx;" /> |
|
|
|
<!-- <required-location ref="locationCompare" title="默认收货库位 :" :locationCode="jobToLocationCode" |
|
|
|
:isShowEdit="false"></required-location> |
|
|
|
<u-line color="#D8D8D8" /> --> |
|
|
|
</view> |
|
|
|
<view class="split_line"></view> |
|
|
|
<view class="page-main"> |
|
|
|
<scroll-view scroll-y="true" class="page-main-scroll"> |
|
|
|
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> |
|
|
@ -33,8 +35,9 @@ |
|
|
|
<view class="uni-flex u-col-center space-between padding_10" |
|
|
|
style="background-color:ghostwhite; width: 100%; "> |
|
|
|
<view class=""> |
|
|
|
<locationCompare ref="locationCompare" title="收货库位:" :recommendLocationCode="jobToLocationCode" :locationCode="toLocationCode" |
|
|
|
@getLocation='scanLocationCode' :locationTypeList="toLocationTypeList"> |
|
|
|
<locationCompare ref="locationCompare" title="收货库位:" :recommendLocationCode="jobToLocationCode" |
|
|
|
:locationCode="toLocationCode" @getLocation='scanLocationCode' |
|
|
|
:locationTypeList="toLocationTypeList"> |
|
|
|
</locationCompare> |
|
|
|
</view> |
|
|
|
<view class=" uni-flex uni-row"> |
|
|
@ -46,7 +49,6 @@ |
|
|
|
<win-scan-button @goScan='openScanPopup'></win-scan-button> |
|
|
|
<winScanPackAndCont ref="scanPopup" @getResult='getScanResult'></winScanPackAndCont> |
|
|
|
<comMessage ref="comMessage"></comMessage> |
|
|
|
|
|
|
|
</view> |
|
|
|
</template> |
|
|
|
|
|
|
@ -449,7 +451,6 @@ |
|
|
|
}) |
|
|
|
console.log(JSON.stringify(this.detailSource)) |
|
|
|
calcHandleQty(this.detailSource); |
|
|
|
this.continueScan() |
|
|
|
} else { |
|
|
|
this.getDetail() |
|
|
|
} |
|
|
|