Browse Source

解决WMS设置不可编辑,PDA可以修改的问题

hella_online_20240829
yufei0306 4 months ago
parent
commit
57adc01844
  1. 2
      src/pages/customerReturn/job/returnDetail.vue
  2. 2
      src/pages/productReceipt/job/productReceiptDetail.vue

2
src/pages/customerReturn/job/returnDetail.vue

@ -18,7 +18,7 @@
<view class="uni-flex u-col-center space-between padding_10"
style="background-color:ghostwhite; width: 100%; ">
<view class="">
<locationCompare ref='comScanLocation' title="目标库位" :recommendLocationCode="jobToLocationCode" :locationCode="toLocationCode"
<locationCompare ref='comScanLocation' :isShowEdit="jobContent.allowModifyLocation=='TRUE'" title="目标库位" :recommendLocationCode="jobToLocationCode" :locationCode="toLocationCode"
@getLocation='scanLocationCode'
:locationAreaTypeList="toLocationAreaTypeList"></locationCompare>
</view>

2
src/pages/productReceipt/job/productReceiptDetail.vue

@ -53,7 +53,7 @@
<view class="uni-flex u-col-center space-between padding_10"
style="background-color:ghostwhite; width: 100%; ">
<view class="">
<locationCompare title="收货库位" :recommendLocationCode="jobToLocationCode"
<locationCompare title="收货库位" :isShowEdit="jobContent.allowModifyLocation=='TRUE'" :recommendLocationCode="jobToLocationCode"
:locationCode="toLocationCode" @getLocation='scanLocationCode'
:locationAreaTypeList="toLocationAreaTypeList"></locationCompare>
</view>

Loading…
Cancel
Save