diff --git a/anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue b/anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue index da33fdf78d..c24ec4b4da 100644 --- a/anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue +++ b/anrui-scm/anrui-scm-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue @@ -6,7 +6,7 @@
{{ formobj.vehicleAlias }} -
销售指导价:{{guidedPrice}} 万元
+
销售指导价:{{ guidedPrice }} 万元
展开 @@ -82,92 +82,91 @@
常用配置
-
颜色
- {{ formobj.carColor }} +
后桥
+ {{ formobj.rearAxleValue }}
-
缓速器
- {{ formobj.slowMachine }} +
速比
+ {{ formobj.rearAxleRatio }}
-
后视镜
- {{ formobj.rearViewMirror }} +
轴距
+ {{ formobj.wheelbase }}
-
轮胎
- {{ formobj.tireSize }} +
悬架
+ {{ formobj.suspension }}
-
驾驶室
- {{ formobj.specification }} +
鞍座
+ {{ formobj.saddle }}
-
后桥
- {{ formobj.rearAxleValue }} +
颜色
+ {{ formobj.carColor }}
-
速比
- {{ formobj.rearAxleRatio }} +
驾驶室
+ {{ formobj.specification }}
-
空调
- {{ formobj.airConditioner }} +
保险杠
+ {{ formobj.bumper }}
-
轮毂材质
- {{ formobj.hubMaterial }} +
燃料箱
+ {{ formobj.fuelTank }}
导流罩
{{ formobj.baffleModel }}
-
-
悬架
- {{ formobj.suspension }} +
独立热源
+ {{ formobj.independentSources }}
-
座椅
- {{ formobj.seat }} +
缓速器
+ {{ formobj.slowMachine }}
护轮罩
{{ formobj.tireCover }}
-
鞍座
- {{ formobj.saddle }} +
后视镜
+ {{ formobj.rearViewMirror }}
-
轴距
- {{ formobj.wheelbase }} +
轮胎
+ {{ formobj.tireSize }}
-
保险杠
- {{ formobj.bumper }} +
轮毂材质
+ {{ formobj.hubMaterial }}
-
配置包
- {{ formobj.configuringBao }} +
空调
+ {{ formobj.airConditioner }}
-
独立热源
- {{ formobj.independentSources }} +
座椅
+ {{ formobj.seat }}
-
燃料箱
- {{ formobj.fuelTank }} -
-
多媒体
{{ formobj.multimedia }}
+ +
配置包
+ {{ formobj.configuringBao }} +
更多配置 @@ -196,38 +195,38 @@ import { selectExiCarConfig } from '@/api/vehicleModel/vehicleconfiguration.js' export default { name: 'chexingpeizhibiaozhun', - props:{ + props: { params: { - type: Object, + type: Object } }, data() { return { FormLoading: false, priceValidity: '', - guidedPrice:'', + guidedPrice: '', formobj: {}, isDown: true, isDownOther: true, sid_list: { modelSid: '', configSid: '', - vehModelConfigSid:'', + vehModelConfigSid: '', userSid: window.sessionStorage.getItem('userSid') } } }, - watch:{ + watch: { params: { deep: true, immediate: false, handler(newVal, oldVal) { - if (newVal.configSid !== '' && newVal.modelSid !== ''){ + if (newVal.configSid !== '' && newVal.modelSid !== '') { this.guidedPrice = newVal.guidedPrice selectExiCarConfig({ - modelSid:newVal.modelSid, - configSid:newVal.configSid, - vehModelConfigSid:newVal.vehModelConfigSid + modelSid: newVal.modelSid, + configSid: newVal.configSid, + vehModelConfigSid: newVal.vehModelConfigSid }).then((response) => { this.FormLoading = false if (response.success) { @@ -237,10 +236,10 @@ export default { showClose: true, message: '查看失败!', type: 'error' - }); + }) } }) - }else { + } else { this.formobj = {} this.guidedPrice = '' } diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexinglook.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexinglook.vue index 6c6104b18b..d463422fde 100644 --- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexinglook.vue +++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexinglook.vue @@ -128,125 +128,33 @@
-
常用配置列表
+
常用配置列表
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
@@ -254,7 +162,7 @@