Browse Source

补料任务详情添加已经扫描

wms3.0_pda
lijuncheng 10 months ago
parent
commit
410a983c84
  1. 4
      pages/repleinsh/coms/comRepleishDetailCard.vue
  2. 1
      pages/repleinsh/coms/comScanReplishPack.vue

4
pages/repleinsh/coms/comRepleishDetailCard.vue

@ -23,10 +23,10 @@
:isShowPack="batch.packingNumber!=null && batch.packingNumber!=''">
</recommend-balance>
<view class="uni-flex uni-row" v-if='batch.Records.length>0'>
<view class="center " style=" width: 20px; color: #0CC2B6; margin-left: 40px;">
<view class="center " style=" width: 20px;background-color: #0CC2B6; color: #fff; margin-left: 40px; padding: 0px 2px;">
实际
</view>
<view class="uni-flex uni-column" style="width: 100%;">
<view class="uni-flex uni-column scan_view" style="width: 100%;">
<view v-for="(record,index) in batch.Records">
<uni-swipe-action ref="swipeAction">
<uni-swipe-action-item @click="swipeClick($event,batch,record,index)"

1
pages/repleinsh/coms/comScanReplishPack.vue

@ -373,6 +373,7 @@
balance.stdPackQty = packageInfo.stdPackQty
balance.stdPackUnit = packageInfo.stdPackUnit
let record = {
scaned: true,
itemCode: label.itemCode,
packingNumber: label.packingNumber,
batch: label.batch,

Loading…
Cancel
Save