|
@@ -7,7 +7,7 @@
|
|
|
<h4>{{ '费用编辑' }}</h4>
|
|
<h4>{{ '费用编辑' }}</h4>
|
|
|
</template>
|
|
</template>
|
|
|
<template #default>
|
|
<template #default>
|
|
|
- <div class="rejectionReason flex a-start" v-if="costitemEditInfo.reviewDescription">
|
|
|
|
|
|
|
+ <div class="rejectionReason flex a-start" v-if="costitemEditInfo.approved === 2">
|
|
|
<el-icon color="red" class="m-right-20">
|
|
<el-icon color="red" class="m-right-20">
|
|
|
<CircleClose />
|
|
<CircleClose />
|
|
|
</el-icon>
|
|
</el-icon>
|
|
@@ -37,7 +37,7 @@
|
|
|
<ElRow :gutter="20" class="m-top-20">
|
|
<ElRow :gutter="20" class="m-top-20">
|
|
|
<el-form :model="costitemEditInfo" ref="editFormRefs" label-width="80px" style="width: 100%;"
|
|
<el-form :model="costitemEditInfo" ref="editFormRefs" label-width="80px" style="width: 100%;"
|
|
|
:disabled="disabledShow" class="flex a-c f-wrap" :size="fromSize" :rules="editRules">
|
|
:disabled="disabledShow" class="flex a-c f-wrap" :size="fromSize" :rules="editRules">
|
|
|
- <ElCol :md="24" :lg="24" v-if="!costitemEditInfo.reviewDescription">
|
|
|
|
|
|
|
+ <ElCol :md="24" :lg="24">
|
|
|
<el-form-item label="险种" prop="productId">
|
|
<el-form-item label="险种" prop="productId">
|
|
|
<el-radio-group v-model="costitemEditInfo.productId"
|
|
<el-radio-group v-model="costitemEditInfo.productId"
|
|
|
@change="costitemEditInfo.productName = ruleFeeinfo.find(v => v.value === costitemEditInfo.productId).label">
|
|
@change="costitemEditInfo.productName = ruleFeeinfo.find(v => v.value === costitemEditInfo.productId).label">
|
|
@@ -173,7 +173,7 @@
|
|
|
<el-button @click="cancel">取消</el-button>
|
|
<el-button @click="cancel">取消</el-button>
|
|
|
<el-button type="primary" @click="save(editFormRefs)">提交审核</el-button>
|
|
<el-button type="primary" @click="save(editFormRefs)">提交审核</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="flex f-c " v-if="!costitemEditInfo?.reviewDescription && props.operationType == 'audit'">
|
|
|
|
|
|
|
+ <div class="flex f-c " v-if="costitemEditInfo?.approved === 0 && props.operationType == 'audit'">
|
|
|
<!-- <div class="flex f-c " v-if="!costitemEditInfo?.approved"> -->
|
|
<!-- <div class="flex f-c " v-if="!costitemEditInfo?.approved"> -->
|
|
|
<el-checkbox v-model="automatic" label="审核后,自动跳支审核下一条费用" size="large" />
|
|
<el-checkbox v-model="automatic" label="审核后,自动跳支审核下一条费用" size="large" />
|
|
|
<div class="flex a-c">
|
|
<div class="flex a-c">
|