个人执行

master
lion 1 year ago
parent c8a6d081de
commit 6438634908

@ -1185,7 +1185,7 @@
if(e=='carry_type0'){
//
this.openMyMission()
// this.openMyMission()
}else if(e=='carry_type1'){
//
this.editorUnit('pid')

@ -8,7 +8,7 @@
<span style="color: red;font-weight: bold;padding-right: 4px;">*</span>执行方式
</div>
<div class="xy-table-item-content">
<el-select v-if="formObj.from==1" :disabled="isdisabled || isEditor" v-model="formObj.carry_type"
<el-select v-if="formObj.admin_type==2 || formObj.from==1" :disabled="isdisabled || isEditor" v-model="formObj.carry_type"
style="width: 400px;" placeholder="请选择">
<el-option v-for="item in carryPidList" :key="item.id" :label="item.value" :value="item.id">
</el-option>
@ -58,7 +58,7 @@
</div>
</div>
</template>
<template v-slot:finish_status v-if="type=='editor'">
<template v-slot:finish_status v-if="type=='editor' || type=='check'">
<div class="xy-table-item">
<div class="xy-table-item-label" style="font-weight: bold">
<span style="color: red;font-weight: bold;padding-right: 4px;">*</span>完成情况
@ -72,7 +72,7 @@
</div>
</div>
</template>
<template v-slot:file_ids v-if="type=='editor'">
<template v-slot:file_ids v-if="type=='editor' || type=='check'">
<div class="xy-table-item">
<div class="xy-table-item-label" style="font-weight: bold">
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>成果资料
@ -88,7 +88,7 @@
</template>
<template v-slot:end_introduce v-if="type=='editor'">
<template v-slot:end_introduce v-if="type=='editor' || type=='check'">
<div class="xy-table-item">
<div class="xy-table-item-label" style="font-weight: bold">
<span style="color: red;font-weight: bold;padding-right: 4px;"></span>完成概述

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

@ -25,7 +25,7 @@ module.exports = {
* Detail: https://cli.vuejs.org/config/#publicpath
*/
publicPath: process.env.ENV === 'staging' ? '/admin_test' : '/admin',
outputDir: '/Users/mac/Documents/朗业/2024/h-河道处项目/a-安全生产/safety-manage-service/public/admin',
outputDir: '/Users/mac/Documents/朗业/2024/h-河道处项目/a-安全生产/safety-manage-service/public/admin_test',
assetsDir: 'static',
lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false,

Loading…
Cancel
Save