|
|
|
|
@ -73,7 +73,7 @@ |
|
|
|
|
<div class="xj_yytime">预约时间:{{ item.appointTime }}</div> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="xj_bottom"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> --> |
|
|
|
|
</div> |
|
|
|
|
</vueSeamless> |
|
|
|
|
@ -150,7 +150,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<!-- 客服/维修负责人 --> |
|
|
|
|
<div style="width:100%;height:100%;" v-if="role_id == '1839536982874193922' || role_id == '1839537055389515777'"> |
|
|
|
|
<div style="width:100%;height:100%;" v-if="role_id == '1839536982874193922' || role_id == '1839537055389515777'||role_id == '1867020647911350274'"> |
|
|
|
|
<div class="left_box"> |
|
|
|
|
<div class="map_box"> |
|
|
|
|
<Map style="width:100%;height:100%;"></Map> |
|
|
|
|
@ -201,7 +201,7 @@ |
|
|
|
|
<div class="bottom_con"> |
|
|
|
|
<div class="static_box"> |
|
|
|
|
<div class="static_top"> |
|
|
|
|
<div>{{ role_id == '1839536982874193922' ? '各单位提报统计' : '各班组提报统计' }}</div> |
|
|
|
|
<div>{{ (role_id == '1839536982874193922'||role_id == '1867020647911350274') ? '各单位提报统计' : '各班组提报统计' }}</div> |
|
|
|
|
<div>选择时间: |
|
|
|
|
<el-date-picker v-model="staticTime" type="daterange" range-separator="至" start-placeholder="开始日期" |
|
|
|
|
end-placeholder="结束日期" format="yyyy-MM-dd" value-format="yyyy-MM-dd" @change="changestaticTime"> |
|
|
|
|
@ -416,8 +416,8 @@ export default { |
|
|
|
|
this.getOverviewList() |
|
|
|
|
this.getlimsInspecChart() |
|
|
|
|
this.getFaultRatio() |
|
|
|
|
// this.createProblemEcharts() |
|
|
|
|
// this.createProbabilityEcharts() |
|
|
|
|
// this.createProblemEcharts() |
|
|
|
|
// this.createProbabilityEcharts() |
|
|
|
|
this.calssOption = { |
|
|
|
|
"step": 0.2, // 数值越大速度滚动越快 |
|
|
|
|
"limitMoveNum": 4, // 开始无缝滚动的数据量 this.dataList.length |
|
|
|
|
@ -564,7 +564,7 @@ export default { |
|
|
|
|
this.$router.push("/labManagement/inspectionManagement") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
createBarEcharts() { |
|
|
|
|
var myChart = this.$echarts.init(document.getElementById('bar_echart')); |
|
|
|
|
@ -1415,6 +1415,6 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
</style> |
|
|
|
|
|