From a1ada9e0b0508ff5b4d297bcfce6fccb4b66258a Mon Sep 17 00:00:00 2001 From: yuanwei Date: Tue, 12 Dec 2023 16:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90=E5=8A=A8=E6=80=81=E8=A1=A8?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basic/product/udiRelevance.js | 8 + .../inventory/count/InvCountOrderAudit.vue | 407 +++++++++++++++--- .../count/InvCountOrderCompleted.vue | 345 +++++++++++++-- .../inventory/count/InvCountOrderNew.vue | 395 ++++++++++++++--- .../inventory/trace/invUdiTraceOrder.vue | 376 ++++++++++++++-- .../inventory/trace/sickerUdiTraceOrder.vue | 322 +++++++++++++- src/views/remind/invRemindMsg.vue | 302 ++++++++++--- src/views/remind/supCertRemindMsg.vue | 243 +++++++++-- 8 files changed, 2057 insertions(+), 341 deletions(-) diff --git a/src/api/basic/product/udiRelevance.js b/src/api/basic/product/udiRelevance.js index 471ff4af..516b0c1d 100644 --- a/src/api/basic/product/udiRelevance.js +++ b/src/api/basic/product/udiRelevance.js @@ -200,6 +200,14 @@ export function getGgxhList(params) { }); } +export function getGgxhListOptimize(params) { + return axios({ + url: "/udiwms/udiinfo/getGgxhListOptimize", + method: "get", + params: params + }); +} + diff --git a/src/views/inventory/count/InvCountOrderAudit.vue b/src/views/inventory/count/InvCountOrderAudit.vue index 3cda419f..eb1c877e 100644 --- a/src/views/inventory/count/InvCountOrderAudit.vue +++ b/src/views/inventory/count/InvCountOrderAudit.vue @@ -1,8 +1,8 @@