盘点明细
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user