From c92e539cd1ceeecc851bddf9c7468081c16dd45e Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 30 九月 2025 10:54:15 +0800
Subject: [PATCH] pda功能初始化
---
pages.json | 148 ++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 145 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index ffd5a80..ca2ab5c 100644
--- a/pages.json
+++ b/pages.json
@@ -32,6 +32,12 @@
}
},
{
+ "path": "pages/mat/matQueryByOrder",
+ "style": {
+ "navigationBarTitleText": "鐗╂枡"
+ }
+ },
+ {
"path": "pages/pakin/pakin",
"style": {
// "navigationBarTitleText": "缁� 鎵�"
@@ -213,6 +219,61 @@
}
},
{
+ "path" : "pages/order/orderListParallelBoard",
+ "style" :
+ {
+ // "navigationBarTitleText" : "骞舵澘閫斾腑鎷f枡",
+ // "enablePullDownRefresh" : false
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/order/orderListPickBoard",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/order/mergeBoardManyTimes",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/pakin/WarehouseOutParallelBoard",
+ "style" :
+ {
+ "navigationBarTitleText" : "骞舵澘閫斾腑鎷f枡鍑哄簱",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/pakin/WarehousePickOutParallelBoard",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎷f枡閫斾腑骞舵澘鍏ュ簱",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/pakin/WarehouseOutMergeBoardMany",
+ "style" :
+ {
+ "navigationBarTitleText" : "骞舵澘閫斾腑鍐嶆骞舵澘",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/order/orderDetlListLoc",
+ "style" :
+ {
+ "navigationBarTitleText" : "杈撳叆鎵樼洏鐮佸尮閰嶄换鍔�",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
"path" : "pages/order/orderComb",
"style" :
{
@@ -231,12 +292,27 @@
}
},
{
- "path" : "pages/order/orderList",
+ "path" : "pages/warehouse/orderList",
"style" :
{
- // "navigationBarTitleText" : "骞冲簱涓嬫灦",
+ "navigationBarTitleText" : "骞冲簱涓嬫灦",
// "enablePullDownRefresh" : false
"navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/mat/matInformation",
+ "style" :
+ {
+ "navigationBarTitleText" : "鍟嗗搧淇℃伅鏌ヨ"
+ // "enablePullDownRefresh" : false,
+ }
+ },
+ {
+ "path" : "pages/mat/showMatInformation",
+ "style" :
+ {
+ "navigationBarTitleText" : "鍟嗗搧淇℃伅鏌ヨ"
}
},
{
@@ -255,7 +331,73 @@
"navigationStyle": "custom"
}
}
- ],
+ ,{
+ "path" : "pages/order/orderPickConfirm2",
+ "style" :
+ {
+ // "navigationBarTitleText" : "骞舵澘鍏ュ簱",
+ // "enablePullDownRefresh" : false
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/order/pickOrderList",
+ "style" :
+ {
+ // "navigationBarTitleText": "璁㈠崟鐗╂枡",
+ // "enablePullDownRefresh": false
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/pakin/pickOrderList",
+ "style" :
+ {
+ "navigationBarTitleText": "璁㈠崟鐗╂枡",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/order/pickOrderList2",
+ "style" :
+ {
+ "navigationBarTitleText": "鍏宠仈璁㈠崟",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/warehouse/outLocs",
+ "style" :
+ {
+ // "navigationBarTitleText": "鍏宠仈搴撲綅",
+ // "enablePullDownRefresh": false
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/warehouse/outMats",
+ "style" :
+ {
+ // "navigationBarTitleText": "涓嬫灦鐗╂枡",
+ // "enablePullDownRefresh": false
+ "navigationStyle": "custom"
+ }
+
+ }
+ ,{
+ "path" : "pages/order/orderSelect",
+ "style" :
+ {
+ "navigationBarTitleText": "閫夋嫨璁㈠崟",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
--
Gitblit v1.9.1