From 40282e869b708f7fa30e484dd6d8d694f618a024 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Mon, 9 Sep 2024 10:00:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- .../historyInventory/historyInventory.vue | 14 +++++++------- .../warehouseAreaInventory.vue | 14 +++++++------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 036622c..a5ef6b7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -322,7 +322,7 @@ export const constantRoutes = [ component: () => import('@/views/storage/totalStatus/warehouseAreaInventory/warehouseAreaInventory'), name: 'WarehouseAreaInventory', meta: { - title: '库区库存', + title: '库位库存', icon: 'product-add', }, hidden: true diff --git a/src/views/storage/totalStatus/historyInventory/historyInventory.vue b/src/views/storage/totalStatus/historyInventory/historyInventory.vue index a0fa592..5e166cd 100644 --- a/src/views/storage/totalStatus/historyInventory/historyInventory.vue +++ b/src/views/storage/totalStatus/historyInventory/historyInventory.vue @@ -173,13 +173,13 @@ methods: { init() { - typeValues({ - type: 'billsType' - }).then((res) => { - if (res.success) { - this.billStateList = res.data - } - }) + // typeValues({ + // type: 'billsType' + // }).then((res) => { + // if (res.success) { + // this.billStateList = res.data + // } + // }) var query = { orgPath: window.sessionStorage.getItem('orgSidPath') diff --git a/src/views/storage/totalStatus/warehouseAreaInventory/warehouseAreaInventory.vue b/src/views/storage/totalStatus/warehouseAreaInventory/warehouseAreaInventory.vue index 06192d6..f1f11b2 100644 --- a/src/views/storage/totalStatus/warehouseAreaInventory/warehouseAreaInventory.vue +++ b/src/views/storage/totalStatus/warehouseAreaInventory/warehouseAreaInventory.vue @@ -218,13 +218,13 @@ methods: { init() { - typeValues({ - type: 'billsType' - }).then((res) => { - if (res.success) { - this.billStateList = res.data - } - }) + // typeValues({ + // type: 'billsType' + // }).then((res) => { + // if (res.success) { + // this.billStateList = res.data + // } + // }) var query = { orgPath: window.sessionStorage.getItem('orgSidPath')