From d29510234daffe33e38c93d5e05e1f39221fd866 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Tue, 2 May 2023 11:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=9B=B8=E5=85=B3bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E9=A2=84=E9=AA=8C=E6=94=B6=EF=BC=8C?= =?UTF-8?q?=E5=AF=84=E5=94=AE=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/invWarehouse.js | 9 +++++++++ src/views/inout/DialogNewReviewOrder.vue | 1 - src/views/inout/DialogSelectInvProduct.vue | 1 - src/views/inventory/InvPreProducts.vue | 4 ++-- src/views/inventory/InvSupPreInProducts.vue | 4 ++-- src/views/sync/SysUdimsData.vue | 3 ++- src/views/sync/SysUdimsDownloadData.vue | 3 ++- 7 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/api/system/invWarehouse.js b/src/api/system/invWarehouse.js index 43d7205a..be7ac78b 100644 --- a/src/api/system/invWarehouse.js +++ b/src/api/system/invWarehouse.js @@ -241,6 +241,15 @@ export function getInvListByUser(params) { params: params }); } +export function findAllInvByUser(params) { + return axios({ + url: "/spms/inv/warehouse/findAllInvByUser", + method: "get", + params: params + }); +} + + export function selectInvById(params) { diff --git a/src/views/inout/DialogNewReviewOrder.vue b/src/views/inout/DialogNewReviewOrder.vue index a4f2be6c..6687dadb 100644 --- a/src/views/inout/DialogNewReviewOrder.vue +++ b/src/views/inout/DialogNewReviewOrder.vue @@ -290,7 +290,6 @@ export default { addCode() { - debugger if (this.$isBlank(this.udiCode)) { this.$message.error("UDI码不能为空!"); } diff --git a/src/views/inout/DialogSelectInvProduct.vue b/src/views/inout/DialogSelectInvProduct.vue index 278c7254..9fda97ee 100644 --- a/src/views/inout/DialogSelectInvProduct.vue +++ b/src/views/inout/DialogSelectInvProduct.vue @@ -164,7 +164,6 @@ export default { }, getList() { - debugger this.loading = true; //寄售 if(this.invQueryData.advanceType==3){ diff --git a/src/views/inventory/InvPreProducts.vue b/src/views/inventory/InvPreProducts.vue index d84233be..6aabe779 100644 --- a/src/views/inventory/InvPreProducts.vue +++ b/src/views/inventory/InvPreProducts.vue @@ -218,7 +218,7 @@