|
@@ -36,6 +36,7 @@
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index1'
|
|
|
+ @blur='Index1'
|
|
|
v-model='ctbhInput'
|
|
|
placeholder='搜索抽屉编号'
|
|
|
size='small'
|
|
@@ -45,6 +46,7 @@
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index1'
|
|
|
+ @blur='Index1'
|
|
|
v-model='cxggInput'
|
|
|
placeholder='搜索出线规格'
|
|
|
size='small'
|
|
@@ -54,6 +56,7 @@
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index1'
|
|
|
+ @blur='Index1'
|
|
|
v-model='djbhInput'
|
|
|
placeholder='搜索电井编号'
|
|
|
size='small'
|
|
@@ -63,6 +66,7 @@
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index1'
|
|
|
+ @blur='Index1'
|
|
|
v-model='kzhlInput'
|
|
|
placeholder='搜索控制回路'
|
|
|
size='small'
|
|
@@ -89,11 +93,13 @@
|
|
|
prefix-icon='el-icon-search'
|
|
|
v-model='sbjcInput'
|
|
|
@keyup.enter.native='Index2'
|
|
|
+ @blur='Index2'
|
|
|
style='width:200px;margin-right:12px'
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index2'
|
|
|
+ @blur='Index2'
|
|
|
placeholder='搜索品牌、型号'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -113,6 +119,7 @@
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index2'
|
|
|
+ @blur='Index2'
|
|
|
placeholder='搜索生产厂商'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -135,6 +142,7 @@
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index3'
|
|
|
+ @blur='Index3'
|
|
|
placeholder='搜索设备名称、编号'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -144,6 +152,7 @@
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index3'
|
|
|
+ @blur='Index3'
|
|
|
placeholder='搜索重要事项记录、描述'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -163,6 +172,7 @@
|
|
|
<el-input
|
|
|
clearable
|
|
|
@keyup.enter.native='Index3'
|
|
|
+ @blur='Index3'
|
|
|
placeholder='搜索工单编号'
|
|
|
size='small'
|
|
|
prefix-icon='el-icon-search'
|
|
@@ -253,6 +263,7 @@
|
|
|
<div class='compute-center'>
|
|
|
<el-input
|
|
|
@keyup.enter.native='Index4'
|
|
|
+ @blur='Index4'
|
|
|
clearable
|
|
|
placeholder='搜索设备名称、编号'
|
|
|
size='small'
|
|
@@ -262,6 +273,7 @@
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
@keyup.enter.native='Index4'
|
|
|
+ @blur='Index4'
|
|
|
clearable
|
|
|
placeholder='搜索核心维保事项记录描述'
|
|
|
size='small'
|
|
@@ -271,6 +283,7 @@
|
|
|
></el-input>
|
|
|
<el-input
|
|
|
@keyup.enter.native='Index4'
|
|
|
+ @blur="Index4"
|
|
|
clearable
|
|
|
placeholder='搜索任务编号'
|
|
|
size='small'
|