From cd8646200bf2d117d9f540c166c6f2f3869788df Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 22 十二月 2025 17:18:08 +0800
Subject: [PATCH] 组托入库

---
 pages/home/home.vue |  122 ++++++++++++++++++++++++++--------------
 1 files changed, 79 insertions(+), 43 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 09b5094..8912508 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -47,56 +47,92 @@
 						color: 'cyan',
 						cuIcon: 'pullup',
 						url: '/pakin/pakin'
-					},					
+					},		
 					{
-						title: '骞冲簱缁勬墭',
-						name: 'putOn',
+					title: '璁㈠崟缁勬墭',
+					name: 'orderComb',
+					color: 'olive',
+					cuIcon: 'pulldown',
+					url: '/order/orderComb'
+					},
+					{
+						title: '鍛煎彨绌烘墭',
+						name: 'callEmptyTray',
 						color: 'orange',
 						cuIcon: 'pullup',
-						url: '/pakin/putOn'
+						url: '/order/callEmptyTray'
 					},
 					{
-						title: '骞冲簱涓婃灦',
-						name: 'WarehouseIn',
-						color: 'purple',
-						cuIcon: 'text',
-						url: '/pakin/WarehouseIn'
-					},
-					{
-						title: '骞冲簱涓嬫灦',
-						name: 'orderPutOn',
+						title: '鎵樼洏鍥炲簱',
+						name: 'trayReturn',
 						color: 'yellow',
 						cuIcon: 'pullup',
-						url: '/order/orderList'
+						url: '/order/trayReturn'
 					},
-					{
-						title: '璁㈠崟缁勬墭',
-						name: 'orderComb',
-						color: 'olive',
-						cuIcon: 'pulldown',
-						url: '/order/orderComb'
-					},
-					{
-						title: '骞舵澘鍏ュ簱',
-						name: 'orderPickConfirm',
-						color: 'green',
-						cuIcon: 'pulldown',
-						url: '/order/orderPickConfirm'
-					},
-					{
-						title: '骞舵澘閫斾腑鎷f枡',
-						name: 'orderListParallelBoard',
-						color: 'green',
-						cuIcon: 'pulldown',
-						url: '/order/orderListParallelBoard'
-					},
-					{
-						title: '鍒朵护鍏ュ簱',
-						name: 'pakin',
-						color: 'green',
-						cuIcon: 'pulldown',
-						url: '/order/zlOrderPakin'
-					},
+					// {
+					// 	title: '骞冲簱缁勬墭',
+					// 	name: 'putOn',
+					// 	color: 'orange',
+					// 	cuIcon: 'pullup',
+					// 	url: '/pakin/putOn'
+					// },
+					// {
+					// 	title: '骞冲簱涓婃灦',
+					// 	name: 'WarehouseIn',
+					// 	color: 'purple',
+					// 	cuIcon: 'text',
+					// 	url: '/pakin/WarehouseIn'
+					// },
+					// {
+					// 	title: '骞冲簱涓嬫灦',
+					// 	name: 'orderPutOn',
+					// 	color: 'yellow',
+					// 	cuIcon: 'pullup',
+					// 	url: '/warehouse/orderList'
+					// },
+					// ,
+					// {
+					// 	title: '骞舵澘鍏ュ簱',
+					// 	name: 'orderPickConfirm',
+					// 	color: 'green',
+					// 	cuIcon: 'pulldown',
+					// 	url: '/order/orderPickConfirm2'
+					// },
+					// {
+					// 	title: '骞舵澘閫斾腑鎷f枡',
+					// 	name: 'ParallelBoard',
+					// 	color: 'green',
+					// 	cuIcon: 'pulldown',
+					// 	url: '/order/orderListParallelBoard'
+					// },
+					// {
+					// 	title: '鎷f枡閫斾腑骞舵澘',
+					// 	name: 'PickBoard',
+					// 	color: 'orange',
+					// 	cuIcon: 'pulldown',
+					// 	url: '/order/orderListPickBoard'
+					// },
+					// {
+					// 	title: '澶氭骞舵澘',
+					// 	name: 'BoardMany',
+					// 	color: 'yellow',
+					// 	cuIcon: 'pulldown',
+					// 	url: '/order/mergeBoardManyTimes'
+					// },
+					// {
+					// 	title: '鍒朵护鍏ュ簱',
+					// 	name: 'pakin',
+					// 	color: 'green',
+					// 	cuIcon: 'pulldown',
+					// 	url: '/order/zlOrderPakin'
+					// },
+					// {
+					// 	title: '鍟嗗搧淇℃伅鏌ヨ',
+					// 	name: 'MatInformation',
+					// 	color: 'red',
+					// 	cuIcon: 'pulldown',
+					// 	url: '/mat/matInformation'
+					// },
 					// {
 					// 	title: '搴撳瓨鏌ヨ',
 					// 	name: 'stockQuery',
@@ -161,7 +197,7 @@
 			if (this.storeId == 2) {
 				this.store = '鏂版槍浠�'
 			}
-			this.getAuth()
+			// this.getAuth()
 		},
 		methods: {
 			back() { uni.navigateBack({}) },

--
Gitblit v1.9.1