From e87614fc58c3b857b63f9e1a12b18a8a142bdea8 Mon Sep 17 00:00:00 2001 From: x_z Date: Thu, 27 Oct 2022 17:58:21 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E8=B4=A7=E4=BD=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=8A=9F=E8=83=BD=EF=BC=8C=E7=A7=BB=E5=8A=A8=E5=88=B0?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=85=B3=E8=81=94=E7=9A=84=E5=88=86=E5=BA=93?= =?UTF-8?q?=E4=B8=8B=202.=E8=B0=83=E6=95=B4=E5=AE=A1=E6=A0=B8=E7=9B=98?= =?UTF-8?q?=E7=82=B9=E5=8D=95=E9=A1=B5=E9=9D=A2=E5=86=85=E5=AE=B9=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 -- src/views/basic/invWarehouse.vue | 38 +++++- src/views/inventory/InvSpaceManage.vue | 136 ++++----------------- src/views/inventory/invCountOrderAudit.vue | 35 ++++-- src/views/inventory/invCountOrderNew.vue | 8 +- 5 files changed, 84 insertions(+), 142 deletions(-) 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"> +