Browse Source

修改采购上架样式

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

1
pages/putaway/job/putawayDetail.vue

@ -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