|
@@ -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)">
|
|
@@ -1152,6 +1170,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ isExamine: "0",//事件审核按钮权限 1 有 其他没有
|
|
|
version:0,
|
|
|
isLoading:false,
|
|
|
showFindUserByDept: false,//责任人选择框
|
|
@@ -2244,6 +2263,7 @@ console.log(this.dutysystemTableData)
|
|
|
that.statusFlag = res.data.catalogue.statusFlag
|
|
|
that.dataStatus = res.data.catalogue.dataStatus
|
|
|
that.deptId = res.data.catalogue.deptId
|
|
|
+ that.isExamine = 1
|
|
|
that.eventId = res.data.catalogue.id
|
|
|
that.longitude = res.data.catalogue.longitude
|
|
|
that.latitude = res.data.catalogue.latitude
|
|
@@ -2333,6 +2353,7 @@ console.log(this.dutysystemTableData)
|
|
|
that.dataStatus = res.data.catalogue.dataStatus
|
|
|
that.deptId = res.data.catalogue.deptId
|
|
|
that.eventId = res.data.catalogue.id
|
|
|
+ that.isExamine = 1
|
|
|
that.latitude = res.data.catalogue.latitude
|
|
|
that.longitude = res.data.catalogue.longitude
|
|
|
that.eventName = res.data.catalogue.eventName
|