生箔工序扫码母卷自动查询
This commit is contained in:
@@ -17,7 +17,11 @@
|
|||||||
<span class="filter_label">母卷</span>
|
<span class="filter_label">母卷</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="filter_input_wraper">
|
<view class="filter_input_wraper">
|
||||||
<search-box v-model="val2" />
|
<search-box
|
||||||
|
v-model="val2"
|
||||||
|
:focused="true"
|
||||||
|
@handleChange="handleChange"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -115,7 +119,7 @@
|
|||||||
this._queryRawFoilList()
|
this._queryRawFoilList()
|
||||||
},
|
},
|
||||||
handleChange (e) {
|
handleChange (e) {
|
||||||
// console.log(e)
|
this._queryRawFoilList()
|
||||||
},
|
},
|
||||||
/** 初始化查询 */
|
/** 初始化查询 */
|
||||||
async _queryRawFoilList () {
|
async _queryRawFoilList () {
|
||||||
|
|||||||
Reference in New Issue
Block a user