-
{{ temp.modelName }}
+
{{ temp.model }}
车型选择
@@ -52,7 +52,7 @@
车型常用配置
- {{ temp.sketChconfiguration }}
+ {{ temp.configName }}
@@ -76,16 +76,16 @@
销售指导价(万元)
- {{ temp.saleReferencePrice }}
+ {{ temp.guidancePrice }}
-
+
车型报价
-
-
+
+
@@ -98,8 +98,8 @@
预提车日期
-
-
+
+
@@ -111,82 +111,82 @@
-
-
-
金融需求
-
-
-
- 贷款主体类型
-
-
-
-
-
- {{ item.dictValue }}
-
-
-
-
- 资方
-
-
-
-
-
-
-
-
-
- 是否打包
-
-
- 是
- 否
-
-
-
-
- 首付比例
-
-
-
-
-
-
- 保证金比列
-
-
-
-
-
-
-
-
- 贷款期数
-
-
-
-
-
- 月还金额
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -237,20 +237,20 @@ export default {
customerSid: '',
purchaseMethod: '',
brandSid: '',
- brandName: '',
+ brand: '',
modelSid: '',
- modelName: '',
- sketChconfiguration: '',
+ model: '',
+ configName: '',
otherConfig: '',
changeOptions: '',
- vehicleModelOffer: '',
+ price: '',
number: '',
- estimatedPickupDate: '',
+ date: '',
states: '',
comonConfigSid: '',
purchaseMethodValue: '',
remarks: '',
- saleReferencePrice: '',
+ guidancePrice: '',
crmFindemandDto: {
customerSid: '',
demandSid: '',
@@ -321,9 +321,8 @@ export default {
// this.enter = checkin
getPcVehicleInfoBySid(sid).then((response) => {
if (response.code === '200') {
- // this.temp = response.data
- // this.temp.brandSid = response.data.brand
- // this.aseTypeBox = [this.temp.purchaseMethod]
+ this.temp = response.data
+ this.aseTypeBox = [this.temp.purchaseMethod]
// if (this.temp.purchaseMethodValue == '贷款') {
// this.ifdictKey = true
// this.crmFindemandVo_copy = response.data.crmFindemandVo
@@ -331,7 +330,6 @@ export default {
// this.ifdictKey = false
// }
-
// if (this.temp.crmFindemandVo.loanSubjectType !== '') {
// this.principal.forEach((e) => {
// if (e.dictValue == this.temp.crmFindemandVo.loanSubjectType) {
@@ -533,15 +531,16 @@ export default {
changePinPai(value) {
let bb = []
this.brand_list.forEach((e) => {
- if (e.sid === value) {
+ if (e.brandName === value) {
bb = {
name: e.brandName,
sid: e.sid
}
}
})
- this.temp.brandName = bb.name
+ this.temp.brand = bb.name
this.temp.brandSid = bb.sid
+ console.log('sid',this.temp.brandSid,'name',this.temp.brand)
this.getCheXingName(this.temp.brandSid)
},
@@ -568,7 +567,7 @@ export default {
}
})
this.temp.brandSid = bb.sid
- this.temp.brandName = bb.names
+ this.temp.brand = bb.names
},
// 车型名称
// getCheXing() {
@@ -704,10 +703,10 @@ export default {
var arrayList = []
arrayList = value
console.log(arrayList, 8888)
- this.temp.modelName = arrayList[0].modelName
- this.temp.sketChconfiguration = arrayList[0].configName
+ this.temp.model = arrayList[0].modelName
+ this.temp.configName = arrayList[0].configName
this.temp.otherConfig = arrayList[0].otherConfig
- this.temp.saleReferencePrice = arrayList[0].guidedPrice
+ this.temp.guidancePrice = arrayList[0].guidedPrice
},
resetState() {
this.viewState = 1
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuinfo.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuinfo.vue
index 917b1d112e..9cf4dff750 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuinfo.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuinfo.vue
@@ -21,7 +21,7 @@
品牌