From f85312d3b459fd52a4a6162357d466282be101dd Mon Sep 17 00:00:00 2001 From: x_z Date: Thu, 27 Oct 2022 22:35:56 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E8=B4=A7=E7=89=A9=E6=91=86?= =?UTF-8?q?=E6=94=BE=E9=A1=B5=E9=9D=A2=E5=92=8C=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 +- src/views/inventory/InvGoodsPlacement.vue | 200 ++++++++++++++++++++++ src/views/inventory/invCountOrderNew.vue | 3 - 3 files changed, 205 insertions(+), 8 deletions(-) create mode 100644 src/views/inventory/InvGoodsPlacement.vue diff --git a/src/router/index.js b/src/router/index.js index 5ae62e6..f5b3009 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -86,8 +86,8 @@ import stockOrderDelete from "../views/business/stockOrderDelete"; import invCountOrderNew from "@/views/inventory/invCountOrderNew"; import invCountOrderAudit from "@/views/inventory/invCountOrderAudit"; import invCountOrderCompleted from "@/views/inventory/invCountOrderCompleted"; -//货位管理 -import invSpaceManage from "@/views/inventory/InvSpaceManage"; +//货物摆放 +import invGoodsPlacement from "@/views/inventory/InvGoodsPlacement"; //库存 @@ -1040,12 +1040,12 @@ export const asyncRouterMap = [ } }, { - path: "invStatistics", - component: invStatistics, + path: "invGoodsPlacement", + component: invGoodsPlacement, name: "货物摆放", icon: "", meta: { - authRule: ["invManage/invStatistics"] + authRule: ["invManage/invGoodsPlacement"] } }, ] diff --git a/src/views/inventory/InvGoodsPlacement.vue b/src/views/inventory/InvGoodsPlacement.vue new file mode 100644 index 0000000..c7cfe0a --- /dev/null +++ b/src/views/inventory/InvGoodsPlacement.vue @@ -0,0 +1,200 @@ + + + + + diff --git a/src/views/inventory/invCountOrderNew.vue b/src/views/inventory/invCountOrderNew.vue index 76c6232..44e428b 100644 --- a/src/views/inventory/invCountOrderNew.vue +++ b/src/views/inventory/invCountOrderNew.vue @@ -285,9 +285,6 @@ export default { }, created() { this.getStorage(); - let query = this.$route.query; - this.filterQuery = Object.assign(this.filterQuery, query); - this.filterQuery.limit = parseInt(this.filterQuery.limit); // 加载表格数据 //获取用户默认仓库信息 userInfo().then((res) => {