Browse Source

完善库存

master
guoxing 9 months ago
parent
commit
40282e869b
  1. 2
      src/router/index.js
  2. 14
      src/views/storage/totalStatus/historyInventory/historyInventory.vue
  3. 14
      src/views/storage/totalStatus/warehouseAreaInventory/warehouseAreaInventory.vue

2
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

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

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

Loading…
Cancel
Save