盘点明细

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