Browse Source

检验单打印字段修改

hella_online_20240904
zhang_li 2 weeks ago
parent
commit
5612859195
  1. 8
      src/pages/pointPutawayJob/index.vue

8
src/pages/pointPutawayJob/index.vue

@ -33,11 +33,11 @@
</view>
<view class="left-item">
<view class="label">到货数量</view>
<view>{{item.supplierBatch}}</view>
<view>{{item.quantityQty}}</view>
</view>
<view class="left-item">
<view class="label">抽检数量</view>
<view>{{item.quantityQty}}</view>
<view>{{item.sampleQty}}</view>
</view>
<view class="left-item" v-if="item.haveInspectionRequest==='0'">
<view style="color:#ff0000;font-weight: bold;font-size: 15px;">未生成检验申请</view>
@ -237,11 +237,11 @@
</div>
<div class="left-item">
<div class="label">到货数量</div>
<div>${item.supplierBatch}</div>
<div>${item.quantityQty}</div>
</div>
<div class="left-item">
<div class="label">抽检数量</div>
<div>${item.quantityQty}</div>
<div>${item.sampleQty}</div>
</div>
`
let str2 = ``

Loading…
Cancel
Save