From 7aaff69bb11a4d75882d25bd1bc8e9748c2bd609 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 29 五月 2025 16:57:41 +0800
Subject: [PATCH] 完成报工前端页面,除库存接收外
---
pages.json | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index 5232a5f..78a8a76 100644
--- a/pages.json
+++ b/pages.json
@@ -680,6 +680,7 @@
}
},
// 鐢熶骇鐩稿叧
+ // 鎶ュ伐
{
"path": "pages/product/report/index",
"style": {
@@ -689,16 +690,26 @@
"titleNView": {
"buttons": [
{
- "text": "娓呯┖",
+ "text": "鎻愪氦",
"type": "none",
"color": "#ffffff",
- "fontSize": "14px"
+ "fontSize": "14px",
+ "marginRight": "10px"
}
]
}
}
}
},
+ // 杞﹂棿璁㈠崟鍒楄〃
+ {
+ "path": "pages/product/report/orderList",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTextStyle": "white",
+ "navigationBarBackgroundColor": "#3281FF"
+ }
+ },
// 鏃ユ姤鐩稿叧
{
"path": "pages/daily/common/work-order-list",
--
Gitblit v1.9.3