From 16056d07a3578b2d039b8197ba55f6ee12995546 Mon Sep 17 00:00:00 2001 From: myTest383
Date: Fri, 27 Sep 2024 16:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BA=93=E5=AD=98=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryAdjust/inventoryAdjust.vue | 6 ++--- .../inventoryDifferential.vue | 24 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/storage/inventoryAdjust/inventoryAdjust/inventoryAdjust.vue b/src/views/storage/inventoryAdjust/inventoryAdjust/inventoryAdjust.vue index 3f0a386..7709dfe 100644 --- a/src/views/storage/inventoryAdjust/inventoryAdjust/inventoryAdjust.vue +++ b/src/views/storage/inventoryAdjust/inventoryAdjust/inventoryAdjust.vue @@ -20,14 +20,14 @@ - + - + @@ -205,19 +205,19 @@ } }) - req4.getAllBrand(query).then((res) => { - if (res.success) { - this.bankList = res.data + // req4.getAllBrand(query).then((res) => { + // if (res.success) { + // this.bankList = res.data - } - }) + // } + // }) - req5.getAllType(query).then((res) => { - if (res.success) { - this.typeList = res.data + // req5.getAllType(query).then((res) => { + // if (res.success) { + // this.typeList = res.data - } - }) + // } + // }) var parpams = { orgPath: window.sessionStorage.getItem('orgSid'),