From eb2f681a3e251e2738c5832f36ce553e77f4cbe1 Mon Sep 17 00:00:00 2001
From: qq_41295110 <qq_41295110@noreply.gitcode.com>
Date: 星期二, 25 十一月 2025 11:13:17 +0800
Subject: [PATCH] 器具领用/入库申请单以及其他器具页面微调
---
src/store/modules/permission.js | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 7ddc571..7f2e5b1 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -1018,6 +1018,64 @@
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: () =>
--
Gitblit v1.9.1