From 2dd434830299e781cd942ef5e6e938160dd12704 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 03 三月 2026 17:15:18 +0800
Subject: [PATCH] 原材料检验功能开发
---
src/pages.json | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 74f5cf6..868dda7 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -893,6 +893,34 @@
}
},
{
+ "path": "pages/qualityManagement/materialInspection/index",
+ "style": {
+ "navigationBarTitleText": "鍘熸潗鏂欐楠�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/qualityManagement/materialInspection/add",
+ "style": {
+ "navigationBarTitleText": "鍘熸潗鏂欐楠屾坊鍔�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/qualityManagement/materialInspection/detail",
+ "style": {
+ "navigationBarTitleText": "鍘熸潗鏂欐楠岃鎯�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/qualityManagement/materialInspection/fileList",
+ "style": {
+ "navigationBarTitleText": "鍘熸潗鏂欐楠岄檮浠�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/message",
"style": {
"navigationBarTitleText": "娑堟伅涓績"
--
Gitblit v1.9.3