From b70877454ae64098cfd0dc0fae609d9599c4f065 Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期三, 19 十一月 2025 09:46:24 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/store/modules/permission.js | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index d24e525..cb90ac3 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -697,6 +697,7 @@
},
],
},
+
],
},
{
@@ -738,6 +739,57 @@
name: "ScICMOBillList",
path: "scICMOBillList",
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇璁㈠崟",
+ },
+ component: () => import("@/views/ICMO/ScICMOBillEdit.vue"),
+ hidden: false,
+ name: "ScICMOBillEdit",
+ path: "scICMOBillEdit",
+ },
+ ],
+ },
+ {
+ 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