From e415b37b47de72b80e3d8797b634ada8106656fe Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期日, 21 五月 2023 18:18:36 +0800 Subject: [PATCH] # --- pages/basics/matQuery.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/pages/basics/matQuery.vue b/pages/basics/matQuery.vue index 88a91f9..a707b6d 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> @@ -70,7 +66,7 @@ // 鐩戝惉acceptDataFromOpenerPage浜嬩欢锛岃幏鍙栦笂涓�椤甸潰閫氳繃eventChannel浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹� eventChannel.on('matData', function(data) { that.matData = data.data - that.matData.anfme = 0 + that.matData.anfme = that.matData.fullQty }) -- Gitblit v1.9.1