diff --git a/src/router/index.js b/src/router/index.js
index 9050bc9..7ea109d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -82,6 +82,12 @@ import stockOrderDelSearch from "../views/business/stockOrderDelSearch";
import stockOrderInvSearch from "../views/business/stockOrderInvSearch";
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 invProducts from "../views/inventory/InvProducts.vue";
import invPreProducts from "../views/inventory/invPreProducts"
@@ -1037,6 +1043,45 @@ export const asyncRouterMap = [
},
]
},
+ {
+ path: "/invCount",
+ component: Empty,
+ name: "盘点管理",
+ icon: "",
+ meta: {
+ authRule: ["inv/invCount"]
+ },
+ children: [
+ {
+ path: "countOrderNew",
+ component: invCountOrderNew,
+ name: "新增盘点单",
+ icon: "",
+ meta: {
+ authRule: ["invCount/countOrderNew"]
+ }
+ },
+ {
+ path: "countOrderAudit",
+ component: invCountOrderAudit,
+ name: "盘点单审核",
+ icon: "",
+ meta: {
+ authRule: ["invCount/countOrderAudit"]
+ }
+ },
+ {
+ path: "countOrderCompleted",
+ component: invCountOrderCompleted,
+ name: "已完成盘点单",
+ icon: "",
+ meta: {
+ authRule: ["invCount/countOrderCompleted"]
+ }
+ },
+ ]
+ },
+
{
path: "/otherInvManage",
component: Empty,
diff --git a/src/views/inventory/invCountOrderAudit.vue b/src/views/inventory/invCountOrderAudit.vue
new file mode 100644
index 0000000..aff163b
--- /dev/null
+++ b/src/views/inventory/invCountOrderAudit.vue
@@ -0,0 +1,444 @@
+invCountOrderNew.vue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (scope.row.inCount - scope.row.outCount) }}
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/inventory/invCountOrderCompleted.vue b/src/views/inventory/invCountOrderCompleted.vue
new file mode 100644
index 0000000..1dfaf44
--- /dev/null
+++ b/src/views/inventory/invCountOrderCompleted.vue
@@ -0,0 +1,444 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (scope.row.inCount - scope.row.outCount) }}
+
+
+
+
+
+
+
+
+
+ 详情
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/inventory/invCountOrderNew.vue b/src/views/inventory/invCountOrderNew.vue
new file mode 100644
index 0000000..08afc45
--- /dev/null
+++ b/src/views/inventory/invCountOrderNew.vue
@@ -0,0 +1,349 @@
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交审核
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+