|
@@ -253,7 +253,25 @@
|
|
|
</el-button>
|
|
|
</div>
|
|
|
<div class="z-info-btm-input-btn"
|
|
|
- v-else-if="eventStatusValue=='forest_event_status_5'&&statusFlag=='1'">
|
|
|
+ v-else-if="eventStatusValue=='forest_event_status_5'">
|
|
|
+ <el-button size="small" v-if="isExamine=='1'"
|
|
|
+ icon="el-icon-success" style="text-align:left"
|
|
|
+ @click="updateCentereventTEventcatalogueStatus('shtg',true)">
|
|
|
+ 审核通过
|
|
|
+ </el-button>
|
|
|
+ <el-button size="small" v-if="isExamine=='1'"
|
|
|
+ icon="el-icon-success" style="text-align:left"
|
|
|
+ @click="updateCentereventTEventcatalogueStatus('shbtg',true)">
|
|
|
+ 审核不通过
|
|
|
+ </el-button>
|
|
|
+ <el-button size="small" v-else icon="el-icon-loading" style="text-align:left">
|
|
|
+ 请等待复核,复核通过后方可归档。
|
|
|
+ </el-button>
|
|
|
+ <el-button size="small" icon="el-icon-chat-dot-square" @click="sendEventLog()">发送
|
|
|
+ </el-button>
|
|
|
+ </div>
|
|
|
+ <div class="z-info-btm-input-btn"
|
|
|
+ v-else-if="eventStatusValue=='forest_event_status_8'&&statusFlag=='1'">
|
|
|
<el-button size="small"
|
|
|
icon="el-icon-success" style="text-align:left" v-if="eventTypeXl == 101"
|
|
|
@click="updateCentereventTEventcatalogueStatus('gd',false)">
|
|
@@ -1153,6 +1171,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
isLoading:false,
|
|
|
+ isExamine:0,
|
|
|
showFindUserByDept: false,//责任人选择框
|
|
|
//海康
|
|
|
cameraTitle: '',
|
|
@@ -2238,6 +2257,7 @@ console.log(this.dutysystemTableData)
|
|
|
let markersMapList=[];
|
|
|
that.eventDialog = true
|
|
|
that.eventLogList = res.data.eventlog//日志列表
|
|
|
+ that.isExamine=1
|
|
|
that.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|
|
|
that.address = res.data.catalogue.address
|
|
|
that.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
@@ -2326,6 +2346,7 @@ console.log(this.dutysystemTableData)
|
|
|
let markersMapList=[];
|
|
|
that.eventDialog = true
|
|
|
that.eventLogList = res.data.eventlog
|
|
|
+ that.isExamine=1
|
|
|
that.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|
|
|
that.address = res.data.catalogue.address
|
|
|
that.eventStatusValue = res.data.catalogue.eventStatusValue
|