From e6b2d108f49e2dc1d3c825704cb19e5557607420 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 06 八月 2025 10:11:35 +0800
Subject: [PATCH] PDA问题修复

---
 pages/home/home.vue |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 81891f9..f3b02dd 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -68,13 +68,20 @@
 						cuIcon: 'pullup',
 						url: '/stock/orderBindSeed'
 					},
-					// {
-					// 	title: '璁㈠崟鍏ュ簱',
-					// 	name: 'orderPakin',
-					// 	color: 'red',
-					// 	cuIcon: 'pullup',
-					// 	url: '/order/orderPakin'
-					// },
+					{
+						title: '鍑哄簱纭',
+						name: 'orderConfirm',
+						color: 'purple',
+						cuIcon: 'check',
+						url: '/order/orderOutConfirm'
+					},
+					{
+						title: '鐗╂枡鏌ヨ',
+						name: 'matnrQuery',
+						color: 'cyan',
+						cuIcon: 'pullup',
+						url: '/mat/matQuery'
+					},
 					// {
 					// 	title: '鎵撳嵃',
 					// 	name: 'print',
@@ -131,13 +138,13 @@
 					// 	cuIcon: 'order',
 					// 	url: '/pakin/piking'
 					// },
-					// {
-					// 	title: '鎹㈡澘缁戝畾',
-					// 	name: 'changePallet',
-					// 	color: 'green',
-					// 	cuIcon: 'order',
-					// 	url: '/stock/changePallet'
-					// },
+					{
+						title: '搴撲綅杞Щ',
+						name: 'changePallet',
+						color: 'green',
+						cuIcon: 'order',
+						url: '/stock/changePallet'
+					},
 					{
 						title: '閫�鍑虹櫥褰�',
 						name: 'logOut',

--
Gitblit v1.9.1