Commit d61371cf authored by 黄奎's avatar 黄奎

车辆修改

parent 13cd7cd3
...@@ -534,8 +534,15 @@ ...@@ -534,8 +534,15 @@
tempHighSpeedFee += parseFloat(busTypeObj.AllDayHighSpeedFee); tempHighSpeedFee += parseFloat(busTypeObj.AllDayHighSpeedFee);
} }
}); });
obj.HighSpeedPrice = tempHighSpeedFee; if(obj.HighSpeedPrice==0)
obj.CostPrice = tempCostFee; {
obj.HighSpeedPrice = tempHighSpeedFee;
}
if(obj.CostPrice==0)
{
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