From 2ad931a09f80d02608101967a63e43212ebfa8f5 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 06 五月 2025 13:41:13 +0800
Subject: [PATCH] #物料组盘

---
 pages/home/index.vue |   53 ++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 36 insertions(+), 17 deletions(-)

diff --git a/pages/home/index.vue b/pages/home/index.vue
index 0c6f3d2..4e82def 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -31,7 +31,7 @@
 				<navigator hover-class='none' url="/pages/rece/other" navigateTo>
 					<view class="cuIcon-taoxiaopu text-blue">
 					</view>
-					<text>鍏朵粬鏀惰揣</text>
+					<text>鍗曟嵁鏀惰揣</text>
 				</navigator>
 			</view>
 
@@ -42,14 +42,21 @@
 					<text>缁勭洏</text>
 				</navigator>
 			</view>
-
 			<view class="cu-item">
+				<navigator hover-class='none' url="/pages/listing/matnrPalletising" navigateTo>
+					<view class="cuIcon-cardboard text-blue">
+					</view>
+					<text>鐗╂枡缁勭洏</text>
+				</navigator>
+			</view>
+
+			<!-- 			<view class="cu-item">
 				<navigator hover-class='none' url="/pages/listing/untie" navigateTo>
 					<view class="cuIcon-cardboardforbid text-blue">
 					</view>
 					<text>瑙g粦</text>
 				</navigator>
-			</view>
+			</view> -->
 
 			<view class="cu-item">
 				<navigator hover-class='none' url="/pages/inspect/report" navigateTo>
@@ -67,13 +74,13 @@
 				</navigator>
 			</view>
 
-			<!-- 	<view class="cu-item">
+			<view class="cu-item">
 				<navigator hover-class='none' url="/pages/inspect/bad" navigateTo>
 					<view class="cuIcon-appreciate text-blue">
 					</view>
-					<text>璐х墿鏍囪</text>
+					<text>涓嶈壇鏍囪</text>
 				</navigator>
-			</view> -->
+			</view>
 
 
 			<view class="cu-item">
@@ -91,19 +98,31 @@
 					<text>涓婃灦</text>
 				</navigator>
 			</view>
-		</view>
-
-
-
-
-		<!-- <view class="cu-list menu card-menu margin-top-xl margin-bottom-xl shadow-lg radius">
-			<view class="cu-item arrow">
-				<navigator class="content" url="/pages/userinfo/userinfo" hover-class="none">
-					<text class="cuIcon-profile text-blue"></text>
-					<text class="text-grey">涓汉淇℃伅</text>
+			<view class="cu-item">
+				<navigator hover-class='none' url="/pages/phyz/inStock/inStock" navigateTo>
+					<view class="cuIcon-punch text-blue">
+					</view>
+					<text>鍏ュ簱涓婃灦</text>
 				</navigator>
 			</view>
-		</view> -->
+		</view>
+		
+		<view class="cu-bar bg-white solid-bottom margin-top">
+			<view class="action">
+				<text class="cuIcon-title text-orange "></text> 鍑哄簱
+			</view>		
+		</view>
+		
+		<view class="cu-list grid col-4 no-border">
+			<view class="cu-item">
+				<navigator hover-class='none' url="/pages/outbound/fastPicking" navigateTo>
+					<view class="cuIcon-apps text-blue">
+					</view>
+					<text>蹇�熸嫞璐�</text>
+				</navigator>
+			</view>
+		
+		</view>
 
 		<view class="padding flex flex-direction">
 			<view class="cu-btn bg-red margin-tb-sm lg round" @click="equit">閫�鍑虹櫥褰�</view>

--
Gitblit v1.9.1