feat:禅道389志、交接记录、工段库存、原料半成品库存等需要回车搜索

This commit is contained in:
shijing 2026-04-29 15:27:08 +08:00
parent 6020f9a541
commit 185144e332
6 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,7 @@
placeholder="物料名/批次号"
clearable
style="margin-right: 5px"
@keyup.enter.native="handleQuery"
></el-input>
<el-button
type="primary"

View File

@ -23,6 +23,7 @@
placeholder="物料名"
clearable
style="margin-right: 5px"
@keyup.enter.native="handleQuery"
></el-input>
<el-button
type="primary"

View File

@ -32,6 +32,7 @@
v-model="query.search"
placeholder="批次号"
clearable
@keyup.enter.native="handleQuery"
></el-input>
<el-button
type="primary"

View File

@ -30,6 +30,7 @@
v-model="query.search"
placeholder="名称"
clearable
@keyup.enter.native="handleQuery"
></el-input>
<el-button
type="primary"
@ -370,6 +371,7 @@ export default {
that.query.state = 30;
that.query.defect__isnull = null;
}
that.handleQuery();
},
//
tomio(type) {

View File

@ -47,6 +47,7 @@
v-model="query.search"
placeholder="名称"
clearable
@keyup.enter.native="handleQuery"
></el-input>
<el-button
type="primary"
@ -337,6 +338,7 @@ export default {
that.query.state = 30;
that.query.defect__isnull = null;
}
that.handleQuery();
},
tomio(type) {
let that = this;

View File

@ -32,6 +32,7 @@
v-model="query.search"
placeholder="名称"
clearable
@keyup.enter.native="handleQuery"
></el-input>
<el-button
type="primary"