From 736b2dcb48735b65701030901ed01fc5f0aed8c2 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 13 一月 2025 20:36:44 +0800
Subject: [PATCH] # 1. 添加自定义toast组件     2. 上架商品不显示问题修复     3. 播种库位订单绑定功能

---
 pages/pakin/pakin.vue |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue
index 4c5a965..97f9cac 100644
--- a/pages/pakin/pakin.vue
+++ b/pages/pakin/pakin.vue
@@ -14,10 +14,10 @@
 					<text style="text-align: right;color: #409EFF;" @click="findMat()">鎻愬彇+</text>
 					<uni-icons type="right" color="#c1c1c1"></uni-icons>
 				</view>
-			</view>
+			</view>
+			<uni-section title="鍟嗗搧鍒楄〃" type="line" class="mat-list-title"></uni-section>
 		</view>
-		<view class="mat-list-title">
-			<div>鍟嗗搧鍒楄〃</div>
+		<view class="list-view">
 			<scroll-view>
 				<view class="list" v-for="(item,i) in dataList" :key="i">
 					<view class="list-left">
@@ -403,17 +403,30 @@
 </script>
 
 <style>
-	@import url('../../static/css/wms.css/wms.css');
+	@import url('../../static/css/wms.css/wms.css');
+	
+	.uni-section {
+		margin-top: 0rpx;
+
+		.uni-section__content-title {
+			font-size: 16px !important;
+		}
+	}
 
 	.list {
 		border-radius: unset;
 		margin: auto;
 		margin-top: 20rpx;
 		padding: 10rpx;
+	}
+	
+	.list-view {
+		width: 100%;
+		position: relative;
 	}
 
 	.list:first-child {
-		margin-top: 20rpx;
+		margin-top: 320rpx;
 	}
 	.code {
 		width: 100%;
@@ -457,11 +470,8 @@
 		line-height: 80rpx;
 		width: 100%;
 		background-color: white;
-		position: fixed;
-		margin-top: 200rpx;
+		position: relative;
+		font-weight: 500;
 		z-index: 9;
-		/* border-top: 1px solid #DCDFE6; */
-		text-align: center;
-		/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
 	}
 </style>

--
Gitblit v1.9.1