From 83d35de5a832731dc5b6350740c0cd38ad56cb72 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期一, 29 十二月 2025 13:37:22 +0800
Subject: [PATCH] 天津双奇点-仓储物流-入库管理-采购入库编辑-能够修改采购订单号的问题
---
src/pages.json | 71 +++++++++++++++++++++++++++++++++++
1 files changed, 70 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 4151447..d995922 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -610,7 +610,76 @@
"path": "code/index"
}
]
- }
+ },
+ {
+ "root": "pages/inventoryManagement",
+ "pages": [
+ {
+ "path": "receiptManagement/index",
+ "style": {
+ "navigationBarTitleText": "鍏ュ簱绠$悊",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
+ "path": "receiptManagement/edit",
+ "style": {
+ "navigationBarTitleText": "鑷畾涔夊叆搴�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "receiptManagement/procurement-edit",
+ "style": {
+ "navigationBarTitleText": "閲囪喘鍏ュ簱",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "issueManagement/index",
+ "style": {
+ "navigationBarTitleText": "鍑哄簱绠$悊",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
+ "path": "issueManagement/edit",
+ "style": {
+ "navigationBarTitleText": "鑷畾涔夊嚭搴�",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "dispatchLog/index",
+ "style": {
+ "navigationBarTitleText": "鍑哄簱鍙拌处",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
+ "path": "stockManagement/index",
+ "style": {
+ "navigationBarTitleText": "搴撳瓨绠$悊",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
+ "path": "stockManagement/edit",
+ "style": {
+ "navigationBarTitleText": "淇敼搴撳瓨",
+ "navigationStyle": "custom"
+ }
+ }
+ ]
+ }
],
"tabBar": {
"color": "#000000",
--
Gitblit v1.9.3