Parcourir la source

管理员撤回复核签章

huangguoce il y a 1 mois
Parent
commit
bc6c7ae4e0
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/views/cw/reportManagement/ReportManagementList.vue

+ 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))"