|
@@ -110,15 +110,14 @@
|
|
</template>
|
|
</template>
|
|
</span>
|
|
</span>
|
|
</a-table>
|
|
</a-table>
|
|
- <title-divider title="费用清单" width="90px" v-if="model.type == 2"></title-divider>
|
|
|
|
- <div class="table-operator" v-if="$auth('repair-application-forms-finish') && ( DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.PROCESSING === model.status || DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.REBACK === model.status) && model.type === 2">
|
|
|
|
|
|
+ <title-divider title="费用清单" width="90px"></title-divider>
|
|
|
|
+ <div class="table-operator">
|
|
<a-button type="primary" @click="handleAddFee">
|
|
<a-button type="primary" @click="handleAddFee">
|
|
<a-icon type="plus"/>
|
|
<a-icon type="plus"/>
|
|
添加
|
|
添加
|
|
</a-button>
|
|
</a-button>
|
|
</div>
|
|
</div>
|
|
<a-table
|
|
<a-table
|
|
- v-if="model.type == 2"
|
|
|
|
:data-source="dataFee"
|
|
:data-source="dataFee"
|
|
:columns="columnsFee"
|
|
:columns="columnsFee"
|
|
tableLayout="auto"
|
|
tableLayout="auto"
|
|
@@ -127,12 +126,8 @@
|
|
<template>
|
|
<template>
|
|
<a @click="handleViewFee(record)">查看</a>
|
|
<a @click="handleViewFee(record)">查看</a>
|
|
<operation-button
|
|
<operation-button
|
|
- v-if="$auth('repair-application-forms-finish') && ( DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.PROCESSING === model.status || DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.REBACK === model.status)"
|
|
|
|
@click="handleEditFee(record)" >修改</operation-button>
|
|
@click="handleEditFee(record)" >修改</operation-button>
|
|
-
|
|
|
|
<operation-button
|
|
<operation-button
|
|
- v-if="$auth('repair-application-forms-finish') && ( DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.PROCESSING === model.status || DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.REBACK === model.status)"
|
|
|
|
- :type="2"
|
|
|
|
title="确认删除该笔费用?"
|
|
title="确认删除该笔费用?"
|
|
@confirm="batchDeleteFee(record.id)" >删除</operation-button>
|
|
@confirm="batchDeleteFee(record.id)" >删除</operation-button>
|
|
</template>
|
|
</template>
|