生箔工序扫码母卷自动查询

This commit is contained in:
2023-03-06 09:13:14 +08:00
parent 7074bf9db3
commit 46fe7fd6d5

View File

@@ -17,7 +17,11 @@
<span class="filter_label">母卷</span>
</view>
<view class="filter_input_wraper">
<search-box v-model="val2" />
<search-box
v-model="val2"
:focused="true"
@handleChange="handleChange"
/>
</view>
</view>
</view>
@@ -115,7 +119,7 @@
this._queryRawFoilList()
},
handleChange (e) {
// console.log(e)
this._queryRawFoilList()
},
/** 初始化查询 */
async _queryRawFoilList () {