|
|
@ -94,13 +94,15 @@ |
|
|
|
<div> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<div class="span-sty">金融方案类型</div> |
|
|
|
<el-form-item> |
|
|
|
<el-radio-group class="addinputInfo" style="font-size: 1px" v-model="formobj.typeKey" @input="typeInput"> |
|
|
|
<el-radio label="1">资方常规</el-radio> |
|
|
|
<el-radio label="2">公司定制</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
<div v-show="formobj.financePlan !== '1' && formobj.purchaseMethod !== ''"> |
|
|
|
<div class="span-sty">金融方案类型</div> |
|
|
|
<el-form-item> |
|
|
|
<el-radio-group class="addinputInfo" style="font-size: 1px" v-model="formobj.typeKey" @input="typeInput"> |
|
|
|
<el-radio label="1">资方常规</el-radio> |
|
|
|
<el-radio v-show="formobj.purchaseMethod === '2'" label="2">公司定制</el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<div v-show="formobj.financePlan !== '1' && formobj.typeKey === '1'"> |
|
|
@ -265,6 +267,72 @@ export default { |
|
|
|
} else { |
|
|
|
this.formobj.purchaseMethodValue = '贷款' |
|
|
|
} |
|
|
|
this.formobj.financePlan = '' |
|
|
|
this.formobj.financePlanValue = '' |
|
|
|
this.formobj.crmSolutions = { |
|
|
|
accessoriesAmount: '', |
|
|
|
accessoriesAmountCb: false, |
|
|
|
bondAmount: '', |
|
|
|
bondAmounts: '', |
|
|
|
bondRatio: '', |
|
|
|
dealWay: '', |
|
|
|
dealWayKey: '', |
|
|
|
depositPremium: '', |
|
|
|
depositSettle: '', |
|
|
|
downPayAmount: '', |
|
|
|
downPayAmounts: '', |
|
|
|
downPayAmountsRatio: '', |
|
|
|
downPayRatio: '', |
|
|
|
factoryDiscount: '', |
|
|
|
factoryDiscountUse: '', |
|
|
|
interest: '', |
|
|
|
isPack: '', |
|
|
|
isShowMore: false, |
|
|
|
loanAmount: '', |
|
|
|
loanAmountTotal: '', |
|
|
|
loanDownPay: '', |
|
|
|
loanInterest: '', |
|
|
|
loanPayMoney: '', |
|
|
|
loanPeriod: '', |
|
|
|
loanTotal: '', |
|
|
|
mainVehicleAmount: '', |
|
|
|
monthlyRepay: '', |
|
|
|
nominalPrice: '', |
|
|
|
offsetPremium: '', |
|
|
|
offsetPurchasetax: '', |
|
|
|
offsetTotal: '', |
|
|
|
operationAmount: '', |
|
|
|
otherAmount: '', |
|
|
|
otherAmountRemark: '', |
|
|
|
otherPolicyAmount: '', |
|
|
|
otherPolicyInterest: '', |
|
|
|
otherPolicyMonthlyRepay: '', |
|
|
|
otherPolicyName: '', |
|
|
|
otherPolicyPeriod: '', |
|
|
|
otherPolicySid: '', |
|
|
|
otherPolicyState: false, |
|
|
|
otherPolicyYearRatio: '', |
|
|
|
period: '', |
|
|
|
policyName: '', |
|
|
|
policySid: '', |
|
|
|
policyYearRatio: '', |
|
|
|
premium: '', |
|
|
|
premiumCb: false, |
|
|
|
proxyAccidentPremium: '', |
|
|
|
proxyPremium: '', |
|
|
|
proxyPurchasetax: '', |
|
|
|
purchaseTax: '', |
|
|
|
purchaseTaxCb: false, |
|
|
|
realTotal: '', |
|
|
|
receivableTotal: '', |
|
|
|
registerAmount: '', |
|
|
|
returnTime: '', |
|
|
|
serviceAmount: '', |
|
|
|
trailerAmount: '', |
|
|
|
trailerAmountCb: false, |
|
|
|
vehOtherPrice: '', |
|
|
|
vehTotalPrice: '' |
|
|
|
} |
|
|
|
}, |
|
|
|
// 选择品牌 |
|
|
|
brandChange(value) { |
|
|
|