feat:禅道389志、交接记录、工段库存、原料半成品库存等需要回车搜索
This commit is contained in:
parent
6020f9a541
commit
185144e332
|
|
@ -26,6 +26,7 @@
|
|||
placeholder="物料名/批次号"
|
||||
clearable
|
||||
style="margin-right: 5px"
|
||||
@keyup.enter.native="handleQuery"
|
||||
></el-input>
|
||||
<el-button
|
||||
type="primary"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
placeholder="物料名"
|
||||
clearable
|
||||
style="margin-right: 5px"
|
||||
@keyup.enter.native="handleQuery"
|
||||
></el-input>
|
||||
<el-button
|
||||
type="primary"
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
v-model="query.search"
|
||||
placeholder="批次号"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
></el-input>
|
||||
<el-button
|
||||
type="primary"
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
v-model="query.search"
|
||||
placeholder="名称"
|
||||
clearable
|
||||
@keyup.enter.native="handleQuery"
|
||||
></el-input>
|
||||
<el-button
|
||||
type="primary"
|
||||
|
|
|
|||
Loading…
Reference in New Issue