Browse Source

修改问题

master
yunuo970428 2 years ago
parent
commit
540397db4d
  1. 4
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue
  2. 4
      anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue

4
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue

@ -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>

4
anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue

@ -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()">提交
@ -91,7 +91,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 == ''" label="车架号" align="center">
<template slot-scope="scope">
<el-button type="danger" size="mini" @click="handleDelete(scope.row, scope.$index)">删除</el-button>
</template>

Loading…
Cancel
Save