|
@@ -551,12 +551,12 @@
|
|
|
@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"
|
|
@@ -589,8 +589,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<RefundListDetail v-else-if="(showSurrender==1)" @updateList="updateList" :detailId="detailId" />
|
|
|
- <refund-replenish v-else-if="(showSurrender==2)" :detail-id="detailId" @updateList="updateList"/>
|
|
|
- <refund-reexamine v-else-if="(showSurrender==3)" :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"/> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
|