Commit 1618355c authored by 黄奎's avatar 黄奎

车辆价格修改

parent fcc7f3b2
...@@ -511,8 +511,6 @@ ...@@ -511,8 +511,6 @@
if (obj.BusType) { if (obj.BusType) {
obj.PayType=1; obj.PayType=1;
let busTypeObj = this.BusTypeList.find(item => item.Id === obj.BusType); let busTypeObj = this.BusTypeList.find(item => item.Id === obj.BusType);
console.log(busTypeObj,'busTypeObj');
console.log(obj,'obj');
if (busTypeObj) { if (busTypeObj) {
obj.DetailList.forEach(subItem => { obj.DetailList.forEach(subItem => {
//接送价格 //接送价格
...@@ -529,7 +527,7 @@ ...@@ -529,7 +527,7 @@
} }
}); });
obj.HighSpeedPrice = tempHighSpeedFee; obj.HighSpeedPrice = tempHighSpeedFee;
obj.CostPrice = tempCostFee + tempHighSpeedFee; obj.CostPrice = tempCostFee;
} }
}else{ }else{
obj.PayType=null; obj.PayType=null;
......
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