From ff16dc69b0ec8688669f2a87adb8d12ccfd7c31a Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 27 十一月 2025 16:50:12 +0800
Subject: [PATCH] 生产汇报单
---
src/store/modules/permission.js | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 22d0eaa..756a8a8 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -895,6 +895,45 @@
},
],
},
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇姹囨姤",
+ },
+ hidden: false,
+ name: "ScICMOReportBill",
+ path: "scICMOReportBill",
+ redirect: "noRedirect",
+ component: "Layout",
+ children: [
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鐢熶骇姹囨姤鍒楄〃",
+ },
+ component: () => import("@/views/ICMO/ScICMOReportBill/ScICMOReportBillList.vue"),
+ hidden: false,
+ name: "ScICMOReportBillList",
+ path: "scICMOReportBillList",
+ },
+ // {
+ // 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