| | |
| | | <text v-if="info.status == 3">审核驳回</text> |
| | | <text v-if="info.status == 4">待完成</text> |
| | | </view> |
| | | <view class="item-row flex j-c-s-b a-i-c" v-if="info.status == 3 && info.remark"> |
| | | <view class="item-row flex j-c-s-b a-i-c" v-if="info.status == 3 && info.reasonFailure"> |
| | | <text>驳回原因</text> |
| | | <text class="item-content">{{info.remark}}</text> |
| | | <text class="item-content">{{info.reasonFailure}}</text> |
| | | </view> |
| | | |
| | | <view class="mt-20 bgc-ff"> |
| | |
| | | reportType: 6 |
| | | } |
| | | if (val.type == 3) { |
| | | data.remark = val.remark; |
| | | data.reasonFailure = val.remark; |
| | | } |
| | | |
| | | auditCounterfraudReport(data).then(res => { |