Commit d317081a authored by zhengke's avatar zhengke

增加判断

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