|
@@ -206,6 +206,7 @@ export default {
|
|
|
bshow:false,
|
|
|
carzm:'A',
|
|
|
carTname:[],
|
|
|
+ indexcaption:'',
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
@@ -216,6 +217,12 @@ export default {
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
|
+ cxShowFn(){
|
|
|
+ this.cxShow=true;
|
|
|
+ this.carzzShow=false;
|
|
|
+ this.brandsBoxShow=true;
|
|
|
+ console.log(this.pzList)
|
|
|
+ },
|
|
|
mouseenter(zm){
|
|
|
// console.log(zm)
|
|
|
this.carzm=zm
|
|
@@ -224,20 +231,22 @@ export default {
|
|
|
this.carzm=zm
|
|
|
},
|
|
|
childrenClick(item,index){
|
|
|
-
|
|
|
+
|
|
|
var data={
|
|
|
token:item.token,param:item.param,threeTime:this.access_time,
|
|
|
- group:item.group,childrengroup:item.caption,epc_id:this.epc_id
|
|
|
+ group:this.indexcaption,childrengroup:item.caption,epc_id:this.epc_id
|
|
|
|
|
|
}
|
|
|
this.$emit('update:show', false)
|
|
|
this.$emit('cxpart',data)
|
|
|
+ this.$emit('cxBackOne',false)
|
|
|
},
|
|
|
bclose(){
|
|
|
this.bshow=false;
|
|
|
},
|
|
|
morez(item,index,time){
|
|
|
if(index==0){
|
|
|
+ this.indexcaption=item.caption
|
|
|
this.$emit('ckzzname',item.caption)
|
|
|
}
|
|
|
this.captionlist[index]=item.token;
|
|
@@ -389,6 +398,7 @@ export default {
|
|
|
this.$emit('brandCk',e)
|
|
|
this.bshow=false
|
|
|
},
|
|
|
+
|
|
|
goNextX(item,time,index){ //点击车辆配置
|
|
|
|
|
|
console.log(time + '时间---index'+index +'宽度===')
|
|
@@ -454,9 +464,13 @@ export default {
|
|
|
}
|
|
|
//this.$emit('done',data)
|
|
|
this.getModelGroup(data)
|
|
|
+ this.cxBack()
|
|
|
}
|
|
|
|
|
|
|
|
|
+ },
|
|
|
+ cxBack(){
|
|
|
+ this.$emit('cxBackOne',true)
|
|
|
},
|
|
|
goNext(item) { //点击车型
|
|
|
this.token = item.token;
|