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')