Browse Source

PDA WMS 允许修改库位设置为否,装配收货任务不应该可以修改库位

hella_online_20240829
yufei0306 4 months ago
parent
commit
6265b5f694
  1. 4
      src/pages/productReceipt/job/fgProductReceiptDetail.vue

4
src/pages/productReceipt/job/fgProductReceiptDetail.vue

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

Loading…
Cancel
Save