Commit 89769f13 authored by denghr's avatar denghr

首页

parent 259b4187
...@@ -548,10 +548,10 @@ ...@@ -548,10 +548,10 @@
// <!--bookType 1-租车、2-分公司使用、3-维修、4、展览、5、旅游、6、保养、7、预约中、8、禁用、9、客户用车、10、其他--> // <!--bookType 1-租车、2-分公司使用、3-维修、4、展览、5、旅游、6、保养、7、预约中、8、禁用、9、客户用车、10、其他-->
if(!ii.bg){ if(!ii.bg){
//空白-可安排用车 //空白-可安排用车
this.anpai = true; // this.anpai = true;
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 { } else {
if(ii.vehicleBookRecord.status == 1){//审核中的显示预约弹框 if(ii.vehicleBookRecord.status == 1){//审核中的显示预约弹框
this.zhanlan = true; this.zhanlan = true;
......
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