From 07082655da0ae496671d265b6e15c9fc26b3ef8f Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Thu, 28 Mar 2024 11:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E6=96=99=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/location/locationCompare.vue | 36 +++++++++++++++++-- src/pages/putaway/coms/comPutawayJobCard.vue | 2 +- src/pages/putaway/job/putawayDetail.vue | 4 +-- 3 files changed, 37 insertions(+), 5 deletions(-) diff --git a/src/mycomponents/location/locationCompare.vue b/src/mycomponents/location/locationCompare.vue index 00d3428b..f0f1cad2 100644 --- a/src/mycomponents/location/locationCompare.vue +++ b/src/mycomponents/location/locationCompare.vue @@ -7,12 +7,16 @@ {{title}} - +   {{recommendLocationCode}}  / {{locationCode}} + + + 复制 + @@ -21,6 +25,7 @@ + \ No newline at end of file diff --git a/src/pages/putaway/coms/comPutawayJobCard.vue b/src/pages/putaway/coms/comPutawayJobCard.vue index 4f19c5d3..05c20fcc 100644 --- a/src/pages/putaway/coms/comPutawayJobCard.vue +++ b/src/pages/putaway/coms/comPutawayJobCard.vue @@ -12,7 +12,7 @@ - 客户代码 : {{dataContent.supplierCode}} + 供应商代码 : {{dataContent.supplierCode}} diff --git a/src/pages/putaway/job/putawayDetail.vue b/src/pages/putaway/job/putawayDetail.vue index a6cc7858..8c0aceab 100644 --- a/src/pages/putaway/job/putawayDetail.vue +++ b/src/pages/putaway/job/putawayDetail.vue @@ -337,14 +337,14 @@ }, scanLocationCode(location, code) { - this.$refs.comMessage.showQuestionMessage("是否把所有的目标库位都变成默认库位[" + code + "]", res => { + // this.$refs.comMessage.showQuestionMessage("是否把所有的目标库位都变成默认库位[" + code + "]", res => { this.toLocationCode = code this.detailSource.forEach(item => { item.subList.forEach(detail => { detail.toLocationCode = code }) }) - }) + // }) }, openDetail(item) {