From 9b1805acd1f1bbc84fd670e282b52ae67e68afc5 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 30 十月 2025 17:40:07 +0800
Subject: [PATCH] 拉丝和绞线的详情
---
src/pages.json | 138 +++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 131 insertions(+), 7 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 7f13996..6841877 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -6,7 +6,6 @@
"^cu-(.*)": "@/components/cu-$1/index.vue"
}
},
-
"pages": [
{
"path": "pages/index/index",
@@ -98,7 +97,6 @@
"navigationBarTitleText": "涓汉璧勬枡"
}
},
-
{
"path": "pages/work/user/index",
"style": {
@@ -154,27 +152,153 @@
}
},
{
- "path": "pages/production/report/wire",
+ "path": "pages/production/detail/twistDetail",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎璇︽儏"
+ }
+ },
+ {
+ "path": "pages/production/wire/report/wire",
"style": {
"navigationBarTitleText": "鎷変笣鎶ュ伐"
}
},
{
- "path": "pages/production/report/wireEdit",
+ "path": "pages/production/wire/attachment/index",
+ "style": {
+ "navigationBarTitleText": "鎷変笣闄勪欢"
+ }
+ },
+ {
+ "path": "pages/production/wire/report/wireEdit",
"style": {
"navigationBarTitleText": "鎶ュ伐涓婃姤"
}
},
{
- "path": "pages/production/receive/index",
+ "path": "pages/production/wire/receive/index",
"style": {
"navigationBarTitleText": "鎷変笣棰嗙敤"
}
},
{
- "path": "pages/production/receive/edit",
+ "path": "pages/production/wire/receive/edit",
"style": {
"navigationBarTitleText": "缂栬緫鎷変笣棰嗙敤"
+ }
+ },
+ {
+ "path": "pages/production/wire/selfInspect/index",
+ "style": {
+ "navigationBarTitleText": "鎷変笣鑷"
+ }
+ },
+ {
+ "path": "pages/production/wire/selfInspect/edit",
+ "style": {
+ "navigationBarTitleText": "缂栬緫鎷変笣鑷"
+ }
+ },
+ {
+ "path": "pages/production/wire/backman/index",
+ "style": {
+ "navigationBarTitleText": "鏉傚伐"
+ }
+ },
+ {
+ "path": "pages/production/wire/backman/edit",
+ "style": {
+ "navigationBarTitleText": "缂栬緫鏉傚伐"
+ }
+ },
+ {
+ "path": "pages/production/twist/report/index",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎鎶ュ伐"
+ }
+ },
+ {
+ "path": "pages/production/twist/attachment/index",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎闄勪欢"
+ }
+ },
+ {
+ "path": "pages/production/twist/report/edit",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎鎶ュ伐涓婃姤"
+ }
+ },
+ {
+ "path": "pages/production/twist/report/draw",
+ "style": {
+ "navigationBarTitleText": "鍗曚笣棰嗙敤"
+ }
+ },
+ {
+ "path": "pages/production/twist/receive/index",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎鏉愭枡棰嗙敤"
+ }
+ },
+ {
+ "path": "pages/production/twist/receive/plate/edit",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎鐩樺叿缂栬緫"
+ }
+ },
+ {
+ "path": "pages/production/twist/receive/steelCore/edit",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎閽㈣姱缂栬緫"
+ }
+ },
+ {
+ "path": "pages/production/twist/selfInspect/index",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎鑷"
+ }
+ },
+ {
+ "path": "pages/production/twist/selfInspect/edit",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎鑷缂栬緫"
+ }
+ },
+ {
+ "path": "pages/production/twist/backman/index",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎鏉傚伐"
+ }
+ },
+ {
+ "path": "pages/production/twist/backman/edit",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎鏉傚伐缂栬緫"
+ }
+ },
+ {
+ "path": "pages/timely/index",
+ "style": {
+ "navigationBarTitleText": "鏃舵晥鎶ュ伐"
+ }
+ },
+ {
+ "path": "pages/routingInspection/index",
+ "style": {
+ "navigationBarTitleText": "宸℃"
+ }
+ },
+ {
+ "path": "pages/routingInspection/detail/indexJX",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎宸℃璇︽儏"
+ }
+ },
+ {
+ "path": "pages/routingInspection/detail/indexLS",
+ "style": {
+ "navigationBarTitleText": "鎷変笣宸℃璇︽儏"
}
}
],
@@ -209,4 +333,4 @@
}
]
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3