From 040107ea5f244a7d6c9327f0ab98b5cda02179d0 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 06 六月 2023 13:41:45 +0800
Subject: [PATCH] #

---
 pages/basics/matQuery.vue |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/pages/basics/matQuery.vue b/pages/basics/matQuery.vue
index 88a91f9..8f46506 100644
--- a/pages/basics/matQuery.vue
+++ b/pages/basics/matQuery.vue
@@ -23,10 +23,6 @@
 					<view class="text-title"><input type="text" v-model="matData.memo"></view>
 				</view>
 				<view class="text-box">
-					<view class="text-title"><text>瀹㈡埛淇℃伅</text></view>
-					<view class="text-title"><input type="text" v-model="matData.cstmr"></view>
-				</view>
-				<view class="text-box">
 					<view class="text-title"><text>鏁伴噺</text></view>
 					<view class="text-title">
 						<view>
@@ -69,8 +65,9 @@
 			
 			// 鐩戝惉acceptDataFromOpenerPage浜嬩欢锛岃幏鍙栦笂涓�椤甸潰閫氳繃eventChannel浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹�
 			eventChannel.on('matData', function(data) {
-			that.matData = data.data
-			that.matData.anfme = 0
+				that.matData = data.data
+				that.matData.anfme = that.matData.fullQty
+				// that.matData.batch = that.matData.batch
 			})
 			
 			

--
Gitblit v1.9.1