Commit d61371cf authored by 黄奎's avatar 黄奎

车辆修改

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