Browse Source

YT-922pda发料任务,如果设置不允许修改批次,扫描不在任务批次,应有提示

intex_online20241205
zhang_li 3 months ago
parent
commit
44024e9b01
  1. 2
      src/mycomponents/job/jobSettingInfo.vue

2
src/mycomponents/job/jobSettingInfo.vue

@ -29,7 +29,7 @@
</view>
<view class="item">
<text class="item_title">允许修改批次 : </text>
<text class="text_wrap">{{converter(dataContent.allowModifyBach)}} </text>
<text class="text_wrap">{{converter(dataContent.allowModifyBatch)}} </text>
</view>
<view class="item">
<text class="item_title">允许部分完成 : </text>

Loading…
Cancel
Save