From 77cd14942b68d0bbc8d5498d4947fc6d7c55dade Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期六, 16 五月 2026 13:02:39 +0800
Subject: [PATCH] 报工增加领料限制,增加工时字段
---
src/pages.json | 105 +++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 91 insertions(+), 14 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 2e69ab8..b3d204b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -416,13 +416,6 @@
}
},
{
- "path": "pages/productionDesign/bom/edit",
- "style": {
- "navigationBarTitleText": "BOM璇︽儏",
- "navigationStyle": "custom"
- }
- },
- {
"path": "pages/cooperativeOffice/collaborativeApproval/index1",
"style": {
"navigationBarTitleText": "鍏嚭绠$悊",
@@ -768,6 +761,20 @@
}
},
{
+ "path": "pages/inspectionUpload/upload",
+ "style": {
+ "navigationBarTitleText": "涓婁紶宸℃璁板綍",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/inspectionUpload/attachment",
+ "style": {
+ "navigationBarTitleText": "鏌ョ湅闄勪欢",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/equipmentManagement/faultAnalysis/index",
"style": {
"navigationBarTitleText": "鏁呴殰鍒嗘瀽杩芥函",
@@ -778,6 +785,34 @@
"path": "pages/productionManagement/productionOrder/index",
"style": {
"navigationBarTitleText": "鐢熶骇璁㈠崟",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/productionOrder/source",
+ "style": {
+ "navigationBarTitleText": "鏉ユ簮鏁版嵁",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/productionOrder/pickingDetail",
+ "style": {
+ "navigationBarTitleText": "棰嗘枡璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/processRoute/index",
+ "style": {
+ "navigationBarTitleText": "宸ヨ壓璺嚎",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/processRoute/items",
+ "style": {
+ "navigationBarTitleText": "璺嚎椤圭洰",
"navigationStyle": "custom"
}
},
@@ -803,19 +838,61 @@
}
},
{
+ "path": "pages/productionManagement/productionReporting/ledger",
+ "style": {
+ "navigationBarTitleText": "鎶ュ伐鍙拌处",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/productionManagement/workOrder/index",
"style": {
"navigationBarTitleText": "鐢熶骇宸ュ崟",
"navigationStyle": "custom"
}
},
- // {
- // "path": "pages/productionManagement/productionCosting/index",
- // "style": {
- // "navigationBarTitleText": "鐢熶骇鏍哥畻",
- // "navigationStyle": "custom"
- // }
- // },
+ {
+ "path": "pages/productionManagement/mainProductionPlan/index",
+ "style": {
+ "navigationBarTitleText": "涓荤敓浜ц鍒�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/mainProductionPlan/detail",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇璁″垝璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/productionScheduling/index",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇鎺掍骇",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/productionAccounting/index",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇鏍哥畻",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/productionTraceability/index",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇杩芥函",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/processStatistics/index",
+ "style": {
+ "navigationBarTitleText": "宸ュ簭鐢熶骇瀹炲喌",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/inventoryManagement/receiptManagement/index",
"style": {
--
Gitblit v1.9.3