|
|
@ -406,7 +406,7 @@ export default {
|
|
|
|
//管理货位
|
|
|
|
//管理货位
|
|
|
|
currentInvInfo: {
|
|
|
|
currentInvInfo: {
|
|
|
|
invStorageCode: null,
|
|
|
|
invStorageCode: null,
|
|
|
|
invWarehouseCode: null
|
|
|
|
invWarehouseCode: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
sysList: [],
|
|
|
|
sysList: [],
|
|
|
|
sysSubList: [],
|
|
|
|
sysSubList: [],
|
|
|
@ -688,7 +688,7 @@ export default {
|
|
|
|
invSpaceManage(row) {
|
|
|
|
invSpaceManage(row) {
|
|
|
|
this.currentInvInfo = {
|
|
|
|
this.currentInvInfo = {
|
|
|
|
invStorageCode: row.parentId,
|
|
|
|
invStorageCode: row.parentId,
|
|
|
|
invWarehouseCode: row.code
|
|
|
|
invWarehouseCode: row.code,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|