From 407c8602522f9cde794d6e876b3686beb7bff1ad Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 27 四月 2023 10:48:25 +0800
Subject: [PATCH] #
---
pages/basics/matQuery.vue | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/pages/basics/matQuery.vue b/pages/basics/matQuery.vue
index 991cd95..88a91f9 100644
--- a/pages/basics/matQuery.vue
+++ b/pages/basics/matQuery.vue
@@ -15,14 +15,22 @@
<view class="text-title">{{matData.specs}}</view>
</view>
<view class="text-box">
- <view class="text-title"><text>搴忓垪鍙�</text></view>
+ <view class="text-title"><text>鎵瑰彿</text></view>
<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"><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>
- <uni-number-box v-model="matData.anfme" :max="9999" color="#747474" @change="changeValue"/>
+ <uni-number-box :value="matData.anfme" :max="9999999" color="#747474" @change="changeValue"/>
</view>
</view>
</view>
@@ -62,11 +70,10 @@
// 鐩戝惉acceptDataFromOpenerPage浜嬩欢锛岃幏鍙栦笂涓�椤甸潰閫氳繃eventChannel浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹�
eventChannel.on('matData', function(data) {
that.matData = data.data
+ that.matData.anfme = 0
})
- },
- onShow() {
- this.matData.anfme = 0
+
},
methods: {
blur() {
@@ -75,8 +82,8 @@
focus() {
},
- changeValue() {
-
+ changeValue(value) {
+ this.matData.anfme = value
},
back() {
if (this.matData.anfme === 0) {
--
Gitblit v1.9.1