diff --git a/src/router/index.js b/src/router/index.js index 1a0d777..fd7f3a5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1042,15 +1042,6 @@ export const asyncRouterMap = [ }, ] }, - { - path: "invSpaceManage", - component: invSpaceManage, - name: "货位管理", - icon: "", - meta: { - authRule: ["inv/invSpaceManage"] - } - }, { path: "/invCount", component: Empty, diff --git a/src/views/basic/invWarehouse.vue b/src/views/basic/invWarehouse.vue index 0244fc4..dda639a 100644 --- a/src/views/basic/invWarehouse.vue +++ b/src/views/basic/invWarehouse.vue @@ -171,6 +171,13 @@ >管理单据类型 + 管理货位 + - + @@ -715,6 +723,18 @@ + + + + + @@ -743,6 +763,7 @@ import {isBlank} from "@/utils/strUtil"; import relBusUserDialog from "./invWarehouseRelBusTypes"; import {selectSysParamByKey} from "@/api/param/systemParamConfig"; import {filterUserBusTypeList} from "@/api/inventory/invRelBusTypes"; +import invSpaceManage from "@/views/inventory/InvSpaceManage"; const formJson = { id: null, @@ -880,7 +901,12 @@ export default { }, bussinessTypeTotal: 0, curSeleUser: null, - busTableTitle: null + busTableTitle: null, + currentInvInfo: { + invStorageCode: null, + invWarehouseCode: null + }, + invSpaceManageVisible: false }; }, methods: { @@ -1698,6 +1724,13 @@ export default { }).catch((error) => { }) }, + invSpaceManage(row) { + this.currentInvInfo = { + invStorageCode: row.parentId, + invWarehouseCode: row.code + }; + this.invSpaceManageVisible = true; + }, }, filters: { statusFilterType(status) { @@ -1719,6 +1752,7 @@ export default { }, components: { relBusUserDialog, + invSpaceManage }, created() { // 加载表格数据 diff --git a/src/views/inventory/InvSpaceManage.vue b/src/views/inventory/InvSpaceManage.vue index 2d6838e..0e33259 100644 --- a/src/views/inventory/InvSpaceManage.vue +++ b/src/views/inventory/InvSpaceManage.vue @@ -6,32 +6,6 @@ - - - - {{ item.name }} - - - - - - - {{ item.name }} - - - + show-overflow-tooltip width="150"> +