master
lion 1 year ago
parent 856eb365d8
commit c8a6d081de

@ -286,12 +286,12 @@
>开始任务</Button>
</div>
<div v-else-if="scope.row.carry_status===1">
<Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===0" @click="openMyMission" type="primary" size="small"
>任务执行</Button>
<Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===1 && scope.row.admin_type==1" @click="editorUnit('pid')" type="primary" size="small"
<!-- <Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===0" @click="openMyMission" type="primary" size="small"
>任务执行</Button> -->
<Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===1 && !(scope.row.carry_status==2)" @click="editorUnit('pid')" type="primary" size="small"
>任务分解</Button>
<Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===2 && scope.row.admin_type==1" @click="editorUnit('send')" type="primary" size="small"
>任务转办</Button>
<!-- <Button style="margin-bottom: 5px;" v-if="scope.row.carry_type===2 && scope.row.admin_type==1" @click="editorUnit('send')" type="primary" size="small"
>任务转办</Button> -->
<Button style="margin-bottom: 5px;" v-if="scope.row.keep_status===-1" @click="startLoad(scope.row,'editor')" type="primary" size="small"

@ -88,7 +88,7 @@
<!-- 任务是发给部门的只有指定部门科长能看见需要再次分发人员 -->
<!-- 转办就给 责任人 -->
<!-- 任务发给部门的科长责任人都能进行任务分解任务转办执行任务的操作 -->
<div v-if="scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5)">
<div v-if="scope.row.pid>0 && scope.row.notices.length==0 && !(scope.row.audit_status==3||scope.row.audit_status==5)">
<Button style='margin-right:5px;margin-bottom:5px;' type="primary" size="small"
@click="sendNotice(scope.row)">督办提醒</Button>
</div>

Loading…
Cancel
Save