From 99eb82d94843caa48ca38582bca2d7275c59809c Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期五, 07 三月 2025 10:34:01 +0800
Subject: [PATCH] 组托提交后清除订单号

---
 pages/home/home.vue |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

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

--
Gitblit v1.9.1