盘点明细

This commit is contained in:
2023-02-25 16:28:18 +08:00
parent c909ab79cf
commit 799102bfb8

View File

@@ -10,7 +10,7 @@
<view class="filter_input_wraper"> <view class="filter_input_wraper">
<search-box <search-box
v-model="val1" v-model="val1"
:focused="true" :focused="focusedStatus"
@handleChange="handleChange" @handleChange="handleChange"
/> />
</view> </view>
@@ -110,6 +110,7 @@
}, },
data() { data() {
return { return {
focusedStatus: true,
modelShow: false, modelShow: false,
value: '1', value: '1',
val0: '', val0: '',
@@ -193,6 +194,7 @@
this.val1 = '' this.val1 = ''
this.val2 = '' this.val2 = ''
this.val3 = '' this.val3 = ''
this.focusedStatus = true
uni.showToast({ uni.showToast({
title: res.message, title: res.message,
icon: 'none' icon: 'none'
@@ -213,6 +215,7 @@
this.val1 = '' this.val1 = ''
this.val2 = '' this.val2 = ''
this.val3 = '' this.val3 = ''
this.focusedStatus = true
uni.showToast({ uni.showToast({
title: res.message, title: res.message,
icon: 'none' icon: 'none'