|
@@ -35,7 +35,7 @@
|
|
|
></Select>
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index1'
|
|
|
+ @keyup.enter.native='Index1'
|
|
|
v-model='ctbhInput'
|
|
|
placeholder='搜索抽屉编号'
|
|
|
size='small'
|
|
@@ -44,7 +44,7 @@
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index1'
|
|
|
+ @keyup.enter.native='Index1'
|
|
|
v-model='cxggInput'
|
|
|
placeholder='搜索出线规格'
|
|
|
size='small'
|
|
@@ -53,7 +53,7 @@
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index1'
|
|
|
+ @keyup.enter.native='Index1'
|
|
|
v-model='djbhInput'
|
|
|
placeholder='搜索电井编号'
|
|
|
size='small'
|
|
@@ -62,7 +62,7 @@
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index1'
|
|
|
+ @keyup.enter.native='Index1'
|
|
|
v-model='kzhlInput'
|
|
|
placeholder='搜索控制回路'
|
|
|
size='small'
|
|
@@ -88,12 +88,12 @@
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
|
v-model='sbjcInput'
|
|
|
- @change='Index2'
|
|
|
+ @keyup.enter.native='Index2'
|
|
|
style='width:200px;margin-right:12px'
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index2'
|
|
|
+ @keyup.enter.native='Index2'
|
|
|
placeholder='搜索品牌、型号'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -112,7 +112,7 @@
|
|
|
></Select>-->
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index2'
|
|
|
+ @keyup.enter.native='Index2'
|
|
|
placeholder='搜索生产厂商'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -134,7 +134,7 @@
|
|
|
<div class='compute-center'>
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index3'
|
|
|
+ @keyup.enter.native='Index3'
|
|
|
placeholder='搜索设备名称、编号'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -143,7 +143,7 @@
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index3'
|
|
|
+ @keyup.enter.native='Index3'
|
|
|
placeholder='搜索重要事项记录、描述'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -162,7 +162,7 @@
|
|
|
></Select>
|
|
|
<el-input
|
|
|
clearable
|
|
|
- @change='Index3'
|
|
|
+ @keyup.enter.native='Index3'
|
|
|
placeholder='搜索工单编号'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -252,7 +252,7 @@
|
|
|
<el-tab-pane label='维保记录' name='5'>
|
|
|
<div class='compute-center'>
|
|
|
<el-input
|
|
|
- @change='Index4'
|
|
|
+ @keyup.enter.native='Index4'
|
|
|
clearable
|
|
|
placeholder='搜索设备名称、编号'
|
|
|
size='small'
|
|
@@ -261,7 +261,7 @@
|
|
|
style='margin-right:12px;width:220px;'
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
- @change='Index4'
|
|
|
+ @keyup.enter.native='Index4'
|
|
|
clearable
|
|
|
placeholder='搜索核心维保事项记录描述'
|
|
|
size='small'
|
|
@@ -270,7 +270,7 @@
|
|
|
style='margin-right:12px;width:220px;'
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
- @change='Index4'
|
|
|
+ @keyup.enter.native='Index4'
|
|
|
clearable
|
|
|
placeholder='搜索任务编号'
|
|
|
size='small'
|