From 5b76649a97e92e3f02cdbb71e871443524fd0348 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 27 一月 2026 14:12:04 +0800
Subject: [PATCH] 销售台账增加发货列表和发货功能
---
src/pages.json | 121 +++++++++++++++++++++++++++++++++++-----
1 files changed, 106 insertions(+), 15 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index d171cc2..e93e39d 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -58,6 +58,20 @@
}
},
{
+ "path": "pages/sales/salesAccount/out",
+ "style": {
+ "navigationBarTitleText": "鍙戣揣鐘舵��",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/sales/salesAccount/goOut",
+ "style": {
+ "navigationBarTitleText": "鍙戣揣",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/sales/salesAccount/detail",
"style": {
"navigationBarTitleText": "淇敼鍙拌处",
@@ -275,6 +289,13 @@
}
},
{
+ "path": "pages/indexItem",
+ "style": {
+ "navigationBarTitleText": "鑰冨嫟绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/cooperativeOffice/collaborativeApproval/index5",
"style": {
"navigationBarTitleText": "閲囪喘绠$悊",
@@ -359,9 +380,65 @@
}
},
{
+ "path": "pages/managementMeetings/meetingBoard/index",
+ "style": {
+ "navigationBarTitleText": "浼氳鐪嬫澘",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/managementMeetings/meetSummary/approve",
"style": {
"navigationBarTitleText": "鎬荤粨",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/knowledgeBase/index",
+ "style": {
+ "navigationBarTitleText": "鐭ヨ瘑搴�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/sealManagement/index",
+ "style": {
+ "navigationBarTitleText": "鐢ㄥ嵃绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/sealManagement/detail",
+ "style": {
+ "navigationBarTitleText": "鐢ㄥ嵃璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/rulesRegulationsManagement/index",
+ "style": {
+ "navigationBarTitleText": "瑙勭珷鍒跺害绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/rulesRegulationsManagement/detail",
+ "style": {
+ "navigationBarTitleText": "瑙勭珷鍒跺害璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/rulesRegulationsManagement/fileList",
+ "style": {
+ "navigationBarTitleText": "瑙勭珷鍒跺害鏂囦欢绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/managementMeetings/knowledgeBase/detail",
+ "style": {
+ "navigationBarTitleText": "鐭ヨ瘑搴撹鎯�",
"navigationStyle": "custom"
}
},
@@ -429,6 +506,13 @@
}
},
{
+ "path": "pages/equipmentManagement/runManagement/index",
+ "style": {
+ "navigationBarTitleText": "杩愯绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/equipmentManagement/repair/index",
"style": {
"navigationBarTitleText": "璁惧鎶ヤ慨",
@@ -467,6 +551,13 @@
"path": "pages/equipmentManagement/upkeep/maintain",
"style": {
"navigationBarTitleText": "缁翠慨淇濆吇",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/equipmentManagement/upkeep/fileList",
+ "style": {
+ "navigationBarTitleText": "淇濆吇鏂囦欢绠$悊",
"navigationStyle": "custom"
}
},
@@ -535,27 +626,27 @@
"navigationStyle": "custom"
}
},
+ // {
+ // "path": "pages/productionManagement/operationScheduling/index",
+ // "style": {
+ // "navigationBarTitleText": "宸ュ簭鎺掍骇",
+ // "navigationStyle": "custom"
+ // }
+ // },
{
- "path": "pages/productionManagement/operationScheduling/index",
- "style": {
- "navigationBarTitleText": "宸ュ簭鎺掍骇",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/productionManagement/productionReporting/index",
+ "path": "pages/productionManagement/productionReport/index",
"style": {
"navigationBarTitleText": "鐢熶骇鎶ュ伐",
"navigationStyle": "custom"
}
},
- {
- "path": "pages/productionManagement/productionCosting/index",
- "style": {
- "navigationBarTitleText": "鐢熶骇鏍哥畻",
- "navigationStyle": "custom"
- }
- },
+ // {
+ // "path": "pages/productionManagement/productionCosting/index",
+ // "style": {
+ // "navigationBarTitleText": "鐢熶骇鏍哥畻",
+ // "navigationStyle": "custom"
+ // }
+ // },
{
"path": "pages/inventoryManagement/receiptManagement/index",
"style": {
--
Gitblit v1.9.3