diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue index 02176472..046542fc 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveExamine.vue @@ -140,10 +140,10 @@
@@ -335,15 +335,8 @@ export default { params.leaseApplyInfoList.forEach(v => { this.$set(v,'companyAuditRemark',params.companyAuditRemarks) this.$set(v,'companyAuditBy',this.user.id) - this.$set(v,'examineStatusId',params.examineStatusId) - if(params.examineStatusId=='32'){ - if(v.companyId==101){ - this.$set(v,'status',2) - } - if(v.companyId==102){ - this.$set(v,'status',4) - } - } + this.$set(v,'examineStatusId',Number(params.examineStatusId)) + this.$set(v,'status',type) }) console.log(params) const res = await rejectLeaseByCompany(params) diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue index 98c5bb6d..18893966 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveManage.vue @@ -112,28 +112,28 @@ type="primary" @click="handleExamine(scope.row)" v-hasPermi="['receive:examine:sgb']" - v-if="Number(scope.row.examineStatusId)==31" + v-if="Number(scope.row.examineStatusId)==31 && (scope.row.leaseApplyInfoList[0].status=='0'||scope.row.leaseApplyInfoList[0].status=='7'||scope.row.leaseApplyInfoList[0].status=='8'||scope.row.leaseApplyInfoList[0].status=='6')" >施管审批