From e6d72c439e54ae561ab905a2bf92f3d6a2f01054 Mon Sep 17 00:00:00 2001
From: 周宾 <2802492122@qq.com>
Date: 星期一, 29 十二月 2025 11:07:48 +0800
Subject: [PATCH] 天津双奇点-仓储物流模块-自定义产品列表增加产品图片预览功能

---
 src/pages.json |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index f6fb3eb..d995922 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -631,6 +631,13 @@
 					}
 				},
         {
+					"path": "receiptManagement/procurement-edit",
+					"style": {
+						"navigationBarTitleText": "閲囪喘鍏ュ簱",
+            "navigationStyle": "custom"
+					}
+				},
+        {
 					"path": "issueManagement/index",
 					"style": {
 						"navigationBarTitleText": "鍑哄簱绠$悊",
@@ -645,6 +652,31 @@
 						"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"
+					}
 				}
 			]
 		}

--
Gitblit v1.9.3