From b5bfca1185e60b954a403ecedd784f50f40fcc80 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 03 十二月 2025 10:33:02 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
---
src/store/modules/permission.js | 144 +++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 141 insertions(+), 3 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 5b0689e..a1c0644 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -865,7 +865,7 @@
},
hidden: false,
name: "ProductInBill",
- path: "ProductInBill",
+ path: "productInBill",
redirect: "noRedirect",
component: "Layout",
children: [
@@ -879,7 +879,7 @@
component: () => import("@/views/ProductInBill/Kf_ProductInBillList.vue"),
hidden: false,
name: "ProductInBillList",
- path: "ProductInBillList",
+ path: "productInBillList",
},
{
meta: {
@@ -891,8 +891,47 @@
component: () => import("@/views/ProductInBill/Kf_ProductInBillEdit.vue"),
hidden: false,
name: "ProductInBillEdit",
- path: "ProductInBillEdit",
+ path: "productInBillEdit",
},
+ ],
+ },
+ {
+ 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",
+ // },
],
},
],
@@ -1013,6 +1052,93 @@
hidden: false,
name: "Sc_MouldProdMoveBillEdit",
path: "Sc_MouldProdMoveBillEdit",
+ },{
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍣ㄥ叿鍏ュ簱鐢宠鍗曠淮鎶�",
+ },
+ component: () =>
+ import(
+ "@/views/scMould/warehouse/Sc_MouldInRequestBillList"
+ ),
+ hidden: false,
+ name: "Sc_MouldInRequestBillList",
+ path: "Sc_MouldInRequestBillList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍣ㄥ叿鍏ュ簱鐢宠鍗�",
+ },
+ component: () =>
+ import(
+ "@/views/scMould/warehouse/Sc_MouldInRequestBillEdit"
+ ),
+ hidden: false,
+ name: "Sc_MouldInRequestBillEdit",
+ path: "Sc_MouldInRequestBillEdit",
+ },{
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍣ㄥ叿棰嗙敤鐢宠鍗曠淮鎶�",
+ },
+ component: () =>
+ import(
+ "@/views/scMould/warehouse/Sc_MouldOutRequestBillList"
+ ),
+ hidden: false,
+ name: "Sc_MouldOutRequestBillList",
+ path: "Sc_MouldOutRequestBillList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍣ㄥ叿棰嗙敤鐢宠鍗�",
+ },
+ component: () =>
+ import(
+ "@/views/scMould/warehouse/Sc_MouldOutRequestBillEdit"
+ ),
+ hidden: false,
+ name: "Sc_MouldOutRequestBillEdit",
+ path: "Sc_MouldOutRequestBillEdit",
+ },{
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍣ㄥ叿璋冩嫧鐢宠鍗曠淮鎶�",
+ },
+ component: () =>
+ import(
+ "@/views/scMould/warehouse/Sc_MouldMoveStockRequestBillList"
+ ),
+ hidden: false,
+ name: "Sc_MouldMoveStockRequestBillList",
+ path: "Sc_MouldMoveStockRequestBillList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
+ title: "鍣ㄥ叿璋冩嫧鐢宠鍗�",
+ },
+ component: () =>
+ import(
+ "@/views/scMould/warehouse/Sc_MouldMoveStockRequestBillEdit"
+ ),
+ hidden: false,
+ name: "Sc_MouldMoveStockRequestBillEdit",
+ path: "Sc_MouldMoveStockRequestBillEdit",
},
],
},
@@ -1121,6 +1247,18 @@
icon: "build",
link: null,
noCache: false,
+ title: "瑙掕壊鍒楄〃",
+ },
+ component: () =>import("@/views/system/user/Xt_UserGroupList.vue"),
+ hidden: false,
+ name: "Xt_UserGroupList",
+ path: "Xt_UserGroupList",
+ },
+ {
+ meta: {
+ icon: "build",
+ link: null,
+ noCache: false,
title: "鏉冮檺鏌ヨ",
},
component: () =>
--
Gitblit v1.9.1