完善库存

This commit is contained in:
2024-09-09 10:00:55 +08:00
parent 1ae8f5485a
commit 40282e869b
3 changed files with 15 additions and 15 deletions

View File

@@ -322,7 +322,7 @@ export const constantRoutes = [
component: () => import('@/views/storage/totalStatus/warehouseAreaInventory/warehouseAreaInventory'),
name: 'WarehouseAreaInventory',
meta: {
title: '库库存',
title: '库库存',
icon: 'product-add',
},
hidden: true

View File

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

View File

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