|
|
@ -6,7 +6,7 @@ |
|
|
|
<div>{{ viewTitle }}</div> |
|
|
|
<!--start 添加修改按钮--> |
|
|
|
<div> |
|
|
|
<el-button type="primary" size="small" v-if="formobj.saleTypeValue !== '全款(含非担保贷款)'" @click="handleChoose()">选择车辆</el-button> |
|
|
|
<el-button type="primary" size="small" v-if="formobj.saleTypeKey == '' || formobj.saleTypeKey == '2'" @click="handleChoose()">选择车辆</el-button> |
|
|
|
<el-button type="primary" size="small" :disabled="submitdisabled" @click="handleSave()">保存 |
|
|
|
</el-button> |
|
|
|
<el-button type="primary" size="small" :disabled="submitdisabled" @click="handleSubmit()">提交 |
|
|
@ -92,7 +92,7 @@ |
|
|
|
</el-row> |
|
|
|
<el-table :key="tableKey" :data="formobj.finBillVehicles" :index="index" border style="width: 100%"> |
|
|
|
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/> |
|
|
|
<el-table-column v-if="formobj.saleTypeValue !== '全款(含非担保贷款)'" label="车架号" align="center"> |
|
|
|
<el-table-column v-if="formobj.saleTypeKey == '2'" label="车架号" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="danger" size="mini" @click="handleDelete(scope.row, scope.$index)">删除</el-button> |
|
|
|
</template> |
|
|
|