更多配置
@@ -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 @@
-
-
-
- {{ props.row.insideCode }}
-
-
-
-
- {{ props.row.guidedPrice }}
-
-
-
-
- {{ props.row.manufactorSettlementPrice }}
-
-
-
-
- {{ props.row.carColor }}
-
-
-
-
- {{ props.row.slowMachine }}
-
-
-
-
- {{ props.row.rearViewMirror }}
-
-
-
-
- {{ props.row.tireSize }}
-
-
-
-
- {{ props.row.specification }}
-
-
-
-
- {{ props.row.rearAxleValue }}
-
-
-
-
- {{ props.row.rearAxleRatio }}
-
-
-
-
- {{ props.row.airConditioner }}
-
-
-
-
- {{ props.row.hubMaterial }}
-
-
-
-
- {{ props.row.baffleModel }}
-
-
-
-
- {{ props.row.suspension }}
-
-
-
-
- {{ props.row.seat }}
-
-
-
-
- {{ props.row.tireCover }}
-
-
-
-
- {{ props.row.saddle }}
-
-
-
-
- {{ props.row.wheelbase }}
-
-
-
-
- {{ props.row.bumper }}
-
-
-
-
- {{ props.row.configuringBao }}
-
-
-
-
- {{ props.row.independentSources }}
-
-
-
-
- {{ props.row.fuelTank }}
-
-
-
-
- {{ props.row.multimedia }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+