From eeaf78a128ad96d6aeab522ae00104bb3d9dbea7 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 18 十一月 2025 16:17:13 +0800
Subject: [PATCH] 生产入库:列表、删除、审核/反审核、查看、条码明细
---
src/store/modules/permission.js | 84 +++++++++++++++++++++++++++++------------
1 files changed, 59 insertions(+), 25 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 18f2547..6e770e0 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -475,46 +475,41 @@
],
},
{
- alwaysShow: true,
- component: "Layout",
meta: {
icon: "build",
link: null,
noCache: false,
- title: "绯荤粺绠$悊",
+ title: "鐢熶骇鍏ュ簱缁存姢",
},
hidden: false,
- name: "System",
- path: "/system",
+ name: "ProductInBill",
+ path: "ProductInBill",
redirect: "noRedirect",
+ component: "Layout",
children: [
{
meta: {
icon: "build",
link: null,
noCache: false,
- title: "鐢ㄦ埛绠$悊",
+ title: "鐢熶骇鍏ュ簱鍒楄〃",
},
+ component: () => import("@/views/ProductInBill/Kf_ProductInBillList.vue"),
hidden: false,
- name: "User",
- path: "user",
- redirect: "noRedirect",
- component: "Layout",
- children: [
- {
- meta: {
- icon: "build",
- link: null,
- noCache: false,
- title: "鐢ㄦ埛鍒楄〃",
- },
- component: () =>
- import("@/views/system/user/xtUserList.vue"),
- hidden: false,
- name: "XtUserList",
- path: "xtUserList",
- },
- ],
+ name: "ProductInBillList",
+ path: "ProductInBillList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇鍏ュ簱鍗�",
+ },
+ component: () => import("@/views/ProductInBill/Kf_ProductInBillEdit.vue"),
+ hidden: false,
+ name: "ProductInBillEdit",
+ path: "ProductInBillEdit",
},
],
},
@@ -561,6 +556,45 @@
},
],
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇鍏ュ簱缁存姢",
+ },
+ hidden: false,
+ name: "ProductInBill",
+ path: "ProductInBill",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇鍏ュ簱鍒楄〃",
+ },
+ component: () => import("@/views/ProductInBill/Kf_ProductInBillList.vue"),
+ hidden: false,
+ name: "ProductInBillList",
+ path: "ProductInBillList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇鍏ュ簱鍗�",
+ },
+ component: () => import("@/views/ProductInBill/Kf_ProductInBillEdit.vue"),
+ hidden: false,
+ name: "ProductInBillEdit",
+ path: "ProductInBillEdit",
+ },
+ ],
+ },
],
},
{
--
Gitblit v1.9.1