|
@@ -142,7 +142,6 @@
|
|
v-model='zysxInput4'
|
|
v-model='zysxInput4'
|
|
style='width:200px;margin-right:12px'
|
|
style='width:200px;margin-right:12px'
|
|
></el-input>
|
|
></el-input>
|
|
-
|
|
|
|
<Select
|
|
<Select
|
|
@change='Index3'
|
|
@change='Index3'
|
|
width='200'
|
|
width='200'
|
|
@@ -153,6 +152,15 @@
|
|
:placeholder='"请选择"'
|
|
:placeholder='"请选择"'
|
|
style='margin-right:12px'
|
|
style='margin-right:12px'
|
|
></Select>
|
|
></Select>
|
|
|
|
+ <el-input
|
|
|
|
+ clearable
|
|
|
|
+ @change='Index3'
|
|
|
|
+ placeholder='搜索工单编号'
|
|
|
|
+ size='small'
|
|
|
|
+ prefix-icon='el-icon-search'
|
|
|
|
+ v-model='gdbhInput4'
|
|
|
|
+ style='width:200px;'
|
|
|
|
+ ></el-input>
|
|
</div>
|
|
</div>
|
|
<div class='dialog-none'>
|
|
<div class='dialog-none'>
|
|
<div class='input-dialog'>
|
|
<div class='input-dialog'>
|
|
@@ -189,7 +197,7 @@
|
|
end-placeholder
|
|
end-placeholder
|
|
></el-date-picker>
|
|
></el-date-picker>
|
|
</p>
|
|
</p>
|
|
- <p class='input-dialog-p'>工单编号</p>
|
|
|
|
|
|
+ <!-- <p class='input-dialog-p'>工单编号</p>
|
|
<p class='input-dialog-p2'>
|
|
<p class='input-dialog-p2'>
|
|
<el-input
|
|
<el-input
|
|
clearable
|
|
clearable
|
|
@@ -199,7 +207,7 @@
|
|
prefix-icon='el-icon-search'
|
|
prefix-icon='el-icon-search'
|
|
v-model='gdbhInput4'
|
|
v-model='gdbhInput4'
|
|
></el-input>
|
|
></el-input>
|
|
- </p>
|
|
|
|
|
|
+ </p>-->
|
|
<p class='input-dialog-foot'>
|
|
<p class='input-dialog-foot'>
|
|
<el-button @click='dialogFormVisible = false' size='mini'>取 消</el-button>
|
|
<el-button @click='dialogFormVisible = false' size='mini'>取 消</el-button>
|
|
<el-button type='primary' @click='confirm
|
|
<el-button type='primary' @click='confirm
|
|
@@ -257,6 +265,25 @@
|
|
:placeholder='"请选择"'
|
|
:placeholder='"请选择"'
|
|
style='margin-right:12px'
|
|
style='margin-right:12px'
|
|
></Select>
|
|
></Select>
|
|
|
|
+ <Select
|
|
|
|
+ width='220'
|
|
|
|
+ tipPlace='top'
|
|
|
|
+ v-model='iszcSelect5'
|
|
|
|
+ caption='是否正常:'
|
|
|
|
+ v-if='zt.length>0'
|
|
|
|
+ :selectdata='zt'
|
|
|
|
+ :placeholder='"请选择"'
|
|
|
|
+ style='margin-right:12px'
|
|
|
|
+ ></Select>
|
|
|
|
+ <el-input
|
|
|
|
+ @change='Index4'
|
|
|
|
+ clearable
|
|
|
|
+ placeholder='异常工单编号'
|
|
|
|
+ size='small'
|
|
|
|
+ prefix-icon='el-icon-search'
|
|
|
|
+ v-model='ycgdbhInput5'
|
|
|
|
+ style='margin-right:12px;width:220px;'
|
|
|
|
+ ></el-input>
|
|
</div>
|
|
</div>
|
|
<div class='dialog-none'>
|
|
<div class='dialog-none'>
|
|
<div class='input-dialog'>
|
|
<div class='input-dialog'>
|
|
@@ -294,31 +321,6 @@
|
|
end-placeholder
|
|
end-placeholder
|
|
></el-date-picker>
|
|
></el-date-picker>
|
|
</p>
|
|
</p>
|
|
-
|
|
|
|
- <p class='input-dialog-p'>维保结果</p>
|
|
|
|
- <p class='input-dialog-p2'>
|
|
|
|
- <Select
|
|
|
|
- width='200'
|
|
|
|
- tipPlace='top'
|
|
|
|
- caption='是否正常:'
|
|
|
|
- v-if='zt.length>0'
|
|
|
|
- :selectdata='zt'
|
|
|
|
- v-model='iszcSelect5'
|
|
|
|
- :placeholder='"请选择"'
|
|
|
|
- style='margin-right:12px'
|
|
|
|
- ></Select>
|
|
|
|
- </p>
|
|
|
|
- <p class='input-dialog-p'>异常工单编号</p>
|
|
|
|
- <p class='input-dialog-p2'>
|
|
|
|
- <el-input
|
|
|
|
- clearable
|
|
|
|
- placeholder
|
|
|
|
- style='width:200px;'
|
|
|
|
- size='mini'
|
|
|
|
- prefix-icon='el-icon-search'
|
|
|
|
- v-model='ycgdbhInput5'
|
|
|
|
- ></el-input>
|
|
|
|
- </p>
|
|
|
|
<p class='input-dialog-p'>异常工单填报日期</p>
|
|
<p class='input-dialog-p'>异常工单填报日期</p>
|
|
<p class='input-dialog-p2'>
|
|
<p class='input-dialog-p2'>
|
|
<el-date-picker
|
|
<el-date-picker
|
|
@@ -371,7 +373,7 @@
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
import { queryEquipmentList } from '@/api/equipmentList.js'
|
|
import { queryEquipmentList } from '@/api/equipmentList.js'
|
|
-import { queryDygjcxline, queryHxsb, queryWxjf, queryWb } from '@/api/room.js'
|
|
|
|
|
|
+import { queryDygjcxline, queryHxsb, queryWxjf, queryWb, querySystem } from '@/api/room.js'
|
|
import roomTable1 from './room1'
|
|
import roomTable1 from './room1'
|
|
import roomTable2 from './room2'
|
|
import roomTable2 from './room2'
|
|
import roomTable3 from './room3'
|
|
import roomTable3 from './room3'
|
|
@@ -493,10 +495,10 @@ export default {
|
|
this.picFloor = this.$cookie.get('floorNow')
|
|
this.picFloor = this.$cookie.get('floorNow')
|
|
let getParams = {
|
|
let getParams = {
|
|
typename: '位置布置图',
|
|
typename: '位置布置图',
|
|
- location: '1198',
|
|
|
|
|
|
+ location: '1809',
|
|
module: '1002',
|
|
module: '1002',
|
|
- system: '1001',
|
|
|
|
- floor: this.picFloor,
|
|
|
|
|
|
+ system: '1002',
|
|
|
|
+ // floor: this.picFloor,
|
|
plazaId: this.$store.state.plazaId
|
|
plazaId: this.$store.state.plazaId
|
|
}
|
|
}
|
|
queryPic({ getParams }).then(res => {
|
|
queryPic({ getParams }).then(res => {
|
|
@@ -662,7 +664,7 @@ export default {
|
|
Index4() {
|
|
Index4() {
|
|
let postParams = {}
|
|
let postParams = {}
|
|
let data = {
|
|
let data = {
|
|
- location: '1175',
|
|
|
|
|
|
+ location: '28160',
|
|
plazaId: this.$store.state.plazaId,
|
|
plazaId: this.$store.state.plazaId,
|
|
page: this.page4,
|
|
page: this.page4,
|
|
size: this.size4,
|
|
size: this.size4,
|
|
@@ -777,12 +779,24 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ init() {
|
|
|
|
+ let params = {
|
|
|
|
+ getParams: {
|
|
|
|
+ locationid: '5209',
|
|
|
|
+ plazaId: this.$store.state.plazaId
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ querySystem(params).then(res => {
|
|
|
|
+ console.log('系统', res)
|
|
|
|
+ })
|
|
|
|
+ },
|
|
open(name) {
|
|
open(name) {
|
|
this.visible = true
|
|
this.visible = true
|
|
this.systemName = name
|
|
this.systemName = name
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
|
|
+ this.init()
|
|
this.Index()
|
|
this.Index()
|
|
},
|
|
},
|
|
watch: {}
|
|
watch: {}
|
|
@@ -838,7 +852,7 @@ export default {
|
|
background: rgba(255, 255, 255, 1);
|
|
background: rgba(255, 255, 255, 1);
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(195, 199, 203, 1);
|
|
border: 1px solid rgba(195, 199, 203, 1);
|
|
- z-index: 9999;
|
|
|
|
|
|
+ z-index: 99999;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: -20px;
|
|
top: -20px;
|
|
right: 0px;
|
|
right: 0px;
|
|
@@ -915,6 +929,10 @@ export default {
|
|
color: rgba(31, 36, 41, 1);
|
|
color: rgba(31, 36, 41, 1);
|
|
border: 1px solid rgba(195, 199, 203, 1);
|
|
border: 1px solid rgba(195, 199, 203, 1);
|
|
}
|
|
}
|
|
|
|
+ .el-tabs,
|
|
|
|
+ .el-tabs__content {
|
|
|
|
+ height: 800px;
|
|
|
|
+ }
|
|
.el-tabs__active-bar {
|
|
.el-tabs__active-bar {
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
}
|
|
}
|