完善库存
This commit is contained in:
@@ -322,7 +322,7 @@ export const constantRoutes = [
|
||||
component: () => import('@/views/storage/totalStatus/warehouseAreaInventory/warehouseAreaInventory'),
|
||||
name: 'WarehouseAreaInventory',
|
||||
meta: {
|
||||
title: '库区库存',
|
||||
title: '库位库存',
|
||||
icon: 'product-add',
|
||||
},
|
||||
hidden: true
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user