From aa379b2a1868a2c3ece8c71b3979ff0b3b1958e6 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 01 九月 2025 15:11:55 +0800
Subject: [PATCH] 多次拣料
---
pages/home/home.vue | 7 +++++++
pages.json | 8 ++++++++
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index ca2ab5c..96c62c4 100644
--- a/pages.json
+++ b/pages.json
@@ -250,6 +250,14 @@
}
},
{
+ "path" : "pages/order/orderListParallelBoard1",
+ "style" :
+ {
+ "navigationBarTitleText" : "澶氭鎷f枡",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
"path" : "pages/pakin/WarehousePickOutParallelBoard",
"style" :
{
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 76a342f..733319e 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -91,6 +91,13 @@
url: '/order/orderListParallelBoard'
},
{
+ title: '澶氭鎷f枡',
+ name: 'ParallelBoard1',
+ color: 'blue',
+ cuIcon: 'pulldown',
+ url: '/order/orderListParallelBoard1'
+ },
+ {
title: '鎷f枡閫斾腑骞舵澘',
name: 'PickBoard',
color: 'orange',
--
Gitblit v1.9.1