From 4616cff3a14b81c4d488697f43fc7aad3cf3f10f Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 14 七月 2025 09:27:49 +0800
Subject: [PATCH] no message

---
 pages/home/home.vue |   39 ++++++++++++++++++++++-----------------
 1 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/pages/home/home.vue b/pages/home/home.vue
index 0170a72..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',
@@ -163,9 +170,7 @@
 		},
 
 
-		methods: {
-			
-			
+		methods: {
 			selectLoc() {
 				this.$refs['showLeft'].open()
 			},

--
Gitblit v1.9.1