0d39d96e by 周伟奇

fix bug

1 parent 0c87b3d8
......@@ -1007,7 +1007,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list):
bhsj = round(float(amount) / 1.13, 2)
vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[5], consts.SPLIT_STR.join([
str(bhsj),
str(float(amount) - bhsj),
str(round(float(amount) - bhsj)),
consts.RESULT_Y
])))
vehicle_info[consts.MVI_EN] = vehicle_field_input
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!