From ae6fccae984271d6380567b22e0e5bdd8da9b52b Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 09 八月 2024 14:38:32 +0800
Subject: [PATCH] #

---
 pages/mat/matSelected.vue |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/pages/mat/matSelected.vue b/pages/mat/matSelected.vue
index 730e632..4e762c6 100644
--- a/pages/mat/matSelected.vue
+++ b/pages/mat/matSelected.vue
@@ -7,7 +7,7 @@
 			</view>
 			<view class="form-item">
 				<view class="form-item-desc"><text>鍟嗗搧鍚嶇О</text></view>
-				<view class="form-item-content"><text>{{mat.maktx}}</text></view>
+				<view class="form-item-content"><text style="word-wrap:break-word">{{mat.maktx}}</text></view>
 			</view>
 			<view class="form-item">
 				<view class="form-item-desc"><text>瑙勬牸</text></view>
@@ -17,7 +17,23 @@
 				<view class="form-item-desc"><text>鎵瑰彿</text></view>
 				<view class="form-item-content">
 					<view class="form-input">
-						<input type="text">
+						<input type="text" v-model="mat.batch">
+					</view>
+				</view>
+			</view>
+			<view class="form-item">
+				<view class="form-item-desc"><text>琚嬪彿</text></view>
+				<view class="form-item-content">
+					<view class="form-input">
+						<input type="text" v-model="mat.units">
+					</view>
+				</view>
+			</view>
+			<view class="form-item">
+				<view class="form-item-desc"><text>閲嶉噺澶囨敞</text></view>
+				<view class="form-item-content">
+					<view class="form-input">
+						<input type="text" v-model="mat.memo">
 					</view>
 				</view>
 			</view>
@@ -44,6 +60,8 @@
 					maktx: null,
 					specs: null,
 					batch: null,
+					units: null,
+					memo: null,
 					anfme: 0,
 				},
 				baseIP:'',
@@ -101,12 +119,13 @@
 		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2) ;
 	}
 	.form-item {
-		height: 100rpx;
-		line-height: 100rpx;
+		min-height: 100rpx;
+		line-height: 1.3;
 		border-bottom: 1px solid #DCDFE6;
 		margin-left: 40rpx;
 		display: flex;
 		align-items: center;
+		word-wrap: break-word;
 	}
 	.form-item-desc {
 		width: 30%;

--
Gitblit v1.9.1