|
|
@ -13,14 +13,15 @@ |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<required-location ref="requiredLocation" title="默认收货库位" :locationCode="toLocationCode" |
|
|
|
:isShowEdit="jobContent.allowModifyLocation=='TRUE'" @getLocation='scanLocationCode' |
|
|
|
:locationTypeList="locationTypeList"></required-location> |
|
|
|
|
|
|
|
|
|
|
|
<view class="page-footer"> |
|
|
|
<view class="uni-flex u-col-center space-between padding_10" |
|
|
|
style="background-color:ghostwhite; width: 100%; "> |
|
|
|
<view class=""> |
|
|
|
<required-location ref="requiredLocation" title="默认收货库位" :locationCode="toLocationCode" |
|
|
|
:isShowEdit="jobContent.allowModifyLocation=='TRUE'" @getLocation='scanLocationCode' |
|
|
|
:locationTypeList="locationTypeList"></required-location> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class=" uni-flex uni-row"> |
|
|
|
<button class="btn_single_commit" hover-class="btn_commit_after" @click="commit">提交</button> |
|
|
|