From 2b0ab0ad2c570444374067ffd2e411f800193d79 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 12 九月 2024 12:39:24 +0800
Subject: [PATCH] #
---
pages/home/home.vue | 7 +++++++
pages.json | 25 +++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index ffd5a80..c49f4f3 100644
--- a/pages.json
+++ b/pages.json
@@ -213,6 +213,31 @@
}
},
{
+ "path" : "pages/order/orderListParallelBoard",
+ "style" :
+ {
+ // "navigationBarTitleText" : "骞舵澘閫斾腑鎷f枡",
+ // "enablePullDownRefresh" : false
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path" : "pages/pakin/WarehouseOutParallelBoard",
+ "style" :
+ {
+ "navigationBarTitleText" : "骞舵澘閫斾腑鎷f枡鍑哄簱",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/order/orderDetlListLoc",
+ "style" :
+ {
+ "navigationBarTitleText" : "杈撳叆鎵樼洏鐮佸尮閰嶄换鍔�",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
"path" : "pages/order/orderComb",
"style" :
{
diff --git a/pages/home/home.vue b/pages/home/home.vue
index abf2670..09b5094 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -84,6 +84,13 @@
url: '/order/orderPickConfirm'
},
{
+ title: '骞舵澘閫斾腑鎷f枡',
+ name: 'orderListParallelBoard',
+ color: 'green',
+ cuIcon: 'pulldown',
+ url: '/order/orderListParallelBoard'
+ },
+ {
title: '鍒朵护鍏ュ簱',
name: 'pakin',
color: 'green',
--
Gitblit v1.9.1