From 3613199fe48c4eea6d8317fadf877b0efaea9551 Mon Sep 17 00:00:00 2001 From: x_z Date: Fri, 12 Aug 2022 16:05:32 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/UdiInfoRelevance.vue | 103 +++++++++--------- src/views/business/DialogcChangeNewOrder.vue | 5 + .../business/stockOrderNewDistribution.vue | 4 +- src/views/inventory/invPreInProducts.vue | 10 +- 4 files changed, 64 insertions(+), 58 deletions(-) diff --git a/src/views/basic/UdiInfoRelevance.vue b/src/views/basic/UdiInfoRelevance.vue index d2f3733..63fff08 100644 --- a/src/views/basic/UdiInfoRelevance.vue +++ b/src/views/basic/UdiInfoRelevance.vue @@ -19,56 +19,59 @@
- - - - - - - - - - - - - - - - - - - - - - {{ item.thirdName }} - {{ item.thirdId }} - - - - - - 查询 - + + + + + + + + + + + + + + + + + + + + + + + + {{ item.thirdName }} + {{ item.thirdId }} + + + + + + 查询 + + - +
业务类型: @@ -164,7 +164,7 @@ - +
当前仓库: diff --git a/src/views/inventory/invPreInProducts.vue b/src/views/inventory/invPreInProducts.vue index 6d2340d..2fb8981 100644 --- a/src/views/inventory/invPreInProducts.vue +++ b/src/views/inventory/invPreInProducts.vue @@ -26,11 +26,11 @@ > - {{ item.companyName }} + {{ item.name }} @@ -307,12 +307,10 @@ export default { }); }, findMethod(query) { - console.log(query); this.fromOptions = []; let cQuery = { key: query, customerName: query, - }; getBasicUnitMaintains(cQuery) .then((response) => {