Ver código fonte

管理员撤回复核签章

huangguoce 1 mês atrás
pai
commit
bc6c7ae4e0

+ 3 - 1
src/views/cw/reportManagement/ReportManagementList.vue

@@ -347,7 +347,9 @@
 								<el-button v-if="((
 									(scope.row.signatureType === '1' && scope.row.status1 === '5') ||
 									(scope.row.signatureType === '2' && scope.row.status2 === '5') ||
-									(scope.row.signatureType === '3' && scope.row.status3 === '5'))
+									(scope.row.signatureType === '3' && scope.row.status3 === '5') ||
+									(scope.row.reviewStatus == '2')
+								)
 									&& scope.row.newType !== '0')" text type="primary" @click="rebackReviewSign(scope.row)">撤回复核签章</el-button>
 								<el-button
 									v-if="(scope.row.applyStatus === '0' || scope.row.applyStatus === '1' || scope.row.applyStatus === '3' || commonJS.isEmpty(scope.row.applyStatus))"