From e7c423f807a03b2e4f61afd43124992acb28f06d Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 03 九月 2024 09:06:35 +0800
Subject: [PATCH] #

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

diff --git a/pages/mat/matSelected.vue b/pages/mat/matSelected.vue
index 4e762c6..6bade45 100644
--- a/pages/mat/matSelected.vue
+++ b/pages/mat/matSelected.vue
@@ -22,18 +22,10 @@
 				</view>
 			</view>
 			<view class="form-item">
-				<view class="form-item-desc"><text>琚嬪彿</text></view>
+				<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">
+						<input type="text" v-model="mat.itemNum">
 					</view>
 				</view>
 			</view>
@@ -63,6 +55,7 @@
 					units: null,
 					memo: null,
 					anfme: 0,
+					itemNum:''
 				},
 				baseIP:'',
 				basePORT:'',
@@ -81,6 +74,7 @@
 			eventChannel.on('mat', function(data) {
 				that.mat = data.data
 				that.mat.anfme = 0
+				that.mat.itemNum = ""
 			})
 			
 			

--
Gitblit v1.9.1