From f841f9a3916e6a81153adedad71645df4ca08a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Fri, 10 Oct 2025 23:03:30 +0800 Subject: [PATCH] =?UTF-8?q?1=E4=B8=8B=E8=BD=BD=E5=AF=BC=E5=85=A5=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/warehouse/labelQuery.js | 3 +- .../modules/orderIssure/newSoIssueNotify.vue | 10 +- .../orderIssure/searchIssureNotify.vue | 6 +- .../modules/warehouse/labelQueryLocation.vue | 282 ++++++++++++++++++ 4 files changed, 292 insertions(+), 9 deletions(-) create mode 100644 src/views/modules/warehouse/labelQueryLocation.vue diff --git a/src/api/warehouse/labelQuery.js b/src/api/warehouse/labelQuery.js index 5c91219..8e41039 100644 --- a/src/api/warehouse/labelQuery.js +++ b/src/api/warehouse/labelQuery.js @@ -2,9 +2,10 @@ import { createAPI } from "@/utils/httpRequest.js"; // 分页查询HandlingUnit标签信息 export const getHandlingUnitLabelList = data => createAPI('/warehouse/labelQuery/getHandlingUnitLabelList', 'POST', data) +export const getHandlingUnitLabelListLocation = data => createAPI('/warehouse/labelQuery/getHandlingUnitLabelListLocation', 'POST', data) // 重打标签 export const reprintLabel = data => createAPI('/warehouse/labelQuery/reprintLabel', 'POST', data) // 删除标签 -export const deleteLabel = data => createAPI('/warehouse/labelQuery/deleteLabel', 'POST', data) \ No newline at end of file +export const deleteLabel = data => createAPI('/warehouse/labelQuery/deleteLabel', 'POST', data) diff --git a/src/views/modules/orderIssure/newSoIssueNotify.vue b/src/views/modules/orderIssure/newSoIssueNotify.vue index 33ae6e0..fba02bc 100644 --- a/src/views/modules/orderIssure/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/newSoIssueNotify.vue @@ -182,11 +182,11 @@ - - - 全数领料 - - + + + + + diff --git a/src/views/modules/orderIssure/searchIssureNotify.vue b/src/views/modules/orderIssure/searchIssureNotify.vue index e466d09..21085bf 100644 --- a/src/views/modules/orderIssure/searchIssureNotify.vue +++ b/src/views/modules/orderIssure/searchIssureNotify.vue @@ -100,12 +100,12 @@ @@ -1148,7 +1148,7 @@ notifyNo:this.closeData.notifyNo, closeRemark:this.closeData.closeRemark, username:this.$store.state.user.name, - status:'已关闭', + status:'CLOSED', } updateNotifyStatusNew(inData).then(({data}) => { if (data && data.code === 0) { diff --git a/src/views/modules/warehouse/labelQueryLocation.vue b/src/views/modules/warehouse/labelQueryLocation.vue new file mode 100644 index 0000000..d38f67a --- /dev/null +++ b/src/views/modules/warehouse/labelQueryLocation.vue @@ -0,0 +1,282 @@ + + + + +