|
@@ -15,9 +15,9 @@
|
|
|
<el-radio-button label="WAIT">待审核</el-radio-button>
|
|
|
<!-- <el-radio-button label="FAIL">审核驳回</el-radio-button> -->
|
|
|
<el-radio-button label="OK">审核通过</el-radio-button>
|
|
|
- <!-- <el-radio-button label="AMEND">保存(补充资料)</el-radio-button>
|
|
|
+ <el-radio-button label="AMEND">保存(补充资料)</el-radio-button>
|
|
|
<el-radio-button label="WAIT_REVIEW">待复核</el-radio-button>
|
|
|
- <el-radio-button label="REVIEW">复核</el-radio-button> -->
|
|
|
+ <el-radio-button label="REVIEW">复核</el-radio-button>
|
|
|
|
|
|
</el-radio-group>
|
|
|
</template>
|
|
@@ -451,12 +451,12 @@
|
|
|
v-if="scope.row.examineStatus == 'WAIT' && $checkBtnRole('examine', $route.meta.roles)"
|
|
|
@click="examineFn(scope.row.depositManageId)">审批</el-button>
|
|
|
|
|
|
- <!-- <el-button type="text" class="textColor"
|
|
|
+ <el-button type="text" class="textColor"
|
|
|
v-if="(scope.row.examineStatus == 'OK' ||scope.row.examineStatus == 'AMEND') && $checkBtnRole('examine', $route.meta.roles)"
|
|
|
@click="replenishClick(scope.row.depositManageId)">补充资料</el-button>
|
|
|
<el-button type="text" class="textColor"
|
|
|
v-if="scope.row.examineStatus == 'WAIT_REVIEW' && $checkBtnRole('examine', $route.meta.roles)"
|
|
|
- @click="reexamineClick(scope.row.depositManageId)">复核</el-button> -->
|
|
|
+ @click="reexamineClick(scope.row.depositManageId)">复核</el-button>
|
|
|
|
|
|
<el-button type="text" class="textColor" v-if="
|
|
|
scope.row.examineStatus == 'SAVE' ||
|
|
@@ -476,7 +476,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<refund-list-detail v-else-if="(showSurrender==1)" :detail-id="detailId" @updateList="updateList" />
|
|
|
-
|
|
|
+ <refund-replenish v-else-if="(showSurrender==2)" :detail-id="detailId" @updateList="updateList"/>
|
|
|
+ <refund-reexamine v-else-if="(showSurrender==3)" :detail-id="detailId" @updateList="updateList"/>
|
|
|
<examine-dialog :is-show.sync="isShowExamineDialog" :examine-form.sync="examineForm" />
|
|
|
</div>
|
|
|
</template>
|