Commit b661c3ac authored by lixy's avatar lixy

预定中

parent 50b410bf
...@@ -487,7 +487,7 @@ ...@@ -487,7 +487,7 @@
let arr = item.vehicleModel.keyword.split(","); let arr = item.vehicleModel.keyword.split(",");
item.vehicleModel.keyword = arr.join(" | "); item.vehicleModel.keyword = arr.join(" | ");
this.currentItem = {item: item, iitem: iitem, ii: ii}; this.currentItem = {item: item, iitem: iitem, ii: ii};
} else {debugger } else {
if(ii.vehicleBookRecord.status == 1){//审核中的显示预约弹框 if(ii.vehicleBookRecord.status == 1){//审核中的显示预约弹框
this.zhanlan = true; this.zhanlan = true;
this.currentItem = {item: item, iitem: iitem, ii: ii, title: "预定用车"}; this.currentItem = {item: item, iitem: iitem, ii: ii, title: "预定用车"};
......
...@@ -257,6 +257,11 @@ ...@@ -257,6 +257,11 @@
item.numberPlate = this.listQuery.numberPlate;//车牌号 item.numberPlate = this.listQuery.numberPlate;//车牌号
item.parkCompanyName = cc.parkCompanyName;//当前停靠公司 item.parkCompanyName = cc.parkCompanyName;//当前停靠公司
item.subordinateBranchName = cc.subordinateBranchName;//所属公司 item.subordinateBranchName = cc.subordinateBranchName;//所属公司
if(ii.vehicleBookRecord.status == 1){
//审核中显示预定中
this.zhanlan = true;
this.currentItem = {item: item, ii: ii, title: "预定用车"};
} else{
if(cc.bookType == 6){ if(cc.bookType == 6){
//保养 //保养
this.baoyang = true; this.baoyang = true;
...@@ -290,6 +295,7 @@ ...@@ -290,6 +295,7 @@
this.zhanlan = true; this.zhanlan = true;
this.currentItem = {item: item, ii: ii,title: "其他",upkeepName:'其他'}; this.currentItem = {item: item, ii: ii,title: "其他",upkeepName:'其他'};
} }
}
}, },
/** /**
* 根据订单号获取订单详情 * 根据订单号获取订单详情
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment