|
@@ -128,9 +128,9 @@
|
|
|
<el-button type="text" @click="thirdAuditDetail(scope.row)" :type="$dictUtils.getDictLabel('program_project_list_info_status_info', scope.row.status3, '-')" effect="dark" size="mini">{{$dictUtils.getDictLabel("program_project_list_info_status", scope.row.status3, '-')}} </el-button>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column min-width="150px"align="center" title="签发单状态" field="status" >
|
|
|
+ <vxe-column min-width="150px"align="center" title="签发单状态" field="issuedStatus" >
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button type="text" @click="issuedDetail(scope.row)" :type="$dictUtils.getDictLabel('program_project_list_info_status_info', scope.row.issuedStatus, '-')" effect="dark" size="mini">{{$dictUtils.getDictLabel("program_project_list_info_status", scope.row.issuedStatus, '-')}} </el-button>
|
|
|
+ <el-button type="text" @click="issuedDetail(scope.row)" :type="$dictUtils.getDictLabel('program_project_list_info_status_info', scope.row.issuedStatus, '-')" effect="dark" size="mini">{{$dictUtils.getDictLabel("program_project_list_info_status", scope.row.issuedStatus, '未登记')}} </el-button>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
<vxe-column min-width="120"align="center" title="项目归档" field="archiveStatus">
|
|
@@ -166,7 +166,7 @@
|
|
|
<!--报告签发撤回-->
|
|
|
<el-button v-if="hasPermission('program:registered:browse') && scope.row.issuedStatus === '2'" type="text" size="small" @click="issuedReback(scope.row)">签发撤回</el-button>
|
|
|
<!--评估报告装订后的审核-->
|
|
|
- <el-button v-if="hasPermission('program:registered:browse')&&scope.row.issuedStatus === '5'&&commonJS.isEmpty(scope.row.archiveStatus)" type="text" size="small" @click="browse(scope.row.id)">浏览审核</el-button>
|
|
|
+ <el-button v-if="hasPermission('program:registered:browse')&&scope.row.issuedStatus === '5'&&scope.row.archiveStatus === '0'" type="text" size="small" @click="browse(scope.row.id)">装订自校</el-button>
|
|
|
|
|
|
<el-button v-if="hasPermission('program:registered:edit')&&scope.row.issuedStatus === '5' &&scope.row.archiveStatus === '0'||scope.row.archiveStatus === '1'||scope.row.archiveStatus === '3'||scope.row.archiveStatus === '4'" type="text" size="small" @click="archivePush(scope.row)">项目归档</el-button>
|
|
|
<el-button v-if="hasPermission('program:registered:edit')&&scope.row.archiveStatus === '2'" type="text" size="small" @click="archiveReback(scope.row)">项目归档撤回</el-button>
|