Browse Source

修改采购上架样式

wms3.0_pda
lijuncheng 10 months ago
parent
commit
749b70d8eb
  1. 5
      pages/putaway/job/putawayDetail.vue

5
pages/putaway/job/putawayDetail.vue

@ -7,9 +7,9 @@
<view class="header_item">
申请单号 : {{jobContent.requestNumber}}
</view>
<u-line color="#D8D8D8" ></u-line>
<u-line color="#D8D8D8"></u-line>
</view>
<view class="page-main">
<scroll-view scroll-y="true" class="page-main-scroll">
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id">
@ -289,6 +289,7 @@
if (itemDetail == undefined) {
this.showErrorMessage("箱码【" + packingNumber + "】,批次【" + batch + "】库位【" + result
.fromLocationCode + "】不在列表中")
} else {
if (itemDetail.scaned) {
this.showErrorMessage("箱码【" + packingNumber + "】,批次【" + batch + "】库位【" + result
.fromLocationCode + "】已经扫描")

Loading…
Cancel
Save