feat:禅道389志、交接记录、工段库存、原料半成品库存等需要回车搜索
This commit is contained in:
parent
6020f9a541
commit
185144e332
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue