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

View File

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

View File

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

View File

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

View File

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

View File

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