From c0b24b804539df3a40a0be613b44562c7e073005 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 20 四月 2023 10:43:46 +0800 Subject: [PATCH] # --- pages/basics/matQuery.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/pages/basics/matQuery.vue b/pages/basics/matQuery.vue index e9a0b1f..78779b2 100644 --- a/pages/basics/matQuery.vue +++ b/pages/basics/matQuery.vue @@ -19,6 +19,10 @@ <view class="text-title"><input type="text" v-model="matData.batch"></view> </view> <view class="text-box"> + <view class="text-title"><text>澶囨敞</text></view> + <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"> <view> @@ -61,8 +65,9 @@ // 鐩戝惉acceptDataFromOpenerPage浜嬩欢锛岃幏鍙栦笂涓�椤甸潰閫氳繃eventChannel浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹� eventChannel.on('matData', function(data) { + console.log(data); that.matData = data.data - that.matData.anfme = 0 + that.matData.anfme = that.matData.fullQty }) -- Gitblit v1.9.1