Commit d317081a authored by zhengke's avatar zhengke

增加判断

parent b332ba11
......@@ -557,6 +557,7 @@
},
/*获取车辆成本价格*/
getBusPrice(obj) {
if(this.isShowBtn!=1){
let tempCostFee = 0;
var tempHighSpeedFee = 0;
if (obj.AirportPickUp == 3 || obj.AirportPickUp == 4) {
......@@ -592,6 +593,7 @@
obj.CostPrice = 0;
}
}
}
},
AddSubItem(item) {
let msg = Object.assign({}, item.BusPlanOrderList[0]);
......
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