MOD:auto 发票 取消部分核查点
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -1057,10 +1057,10 @@ def get_se_cms_compare_info_auto(last_obj, application_entity, auto=True, ignore | ... | @@ -1057,10 +1057,10 @@ def get_se_cms_compare_info_auto(last_obj, application_entity, auto=True, ignore |
| 1057 | # format(float(amount) - bhsj, '.2f'), | 1057 | # format(float(amount) - bhsj, '.2f'), |
| 1058 | # consts.RESULT_Y | 1058 | # consts.RESULT_Y |
| 1059 | # ]))) | 1059 | # ]))) |
| 1060 | vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[7], format(bhsj, '.2f'))) | 1060 | # vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[7], format(bhsj, '.2f'))) |
| 1061 | vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[8], format(float(amount) - bhsj, '.2f'))) | 1061 | # vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[8], format(float(amount) - bhsj, '.2f'))) |
| 1062 | vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[9], consts.RESULT_Y)) | 1062 | # vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[9], consts.RESULT_Y)) |
| 1063 | vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[6], consts.SE_LAYOUT_VALUE)) | 1063 | # vehicle_field_input.append((consts.SE_NEW_ADD_FIELD[6], consts.SE_LAYOUT_VALUE)) |
| 1064 | vehicle_info[consts.MVI_EN] = vehicle_field_input | 1064 | vehicle_info[consts.MVI_EN] = vehicle_field_input |
| 1065 | # 二手车发票、交易凭证、绿本------------------------------------------------------------------------------------------ | 1065 | # 二手车发票、交易凭证、绿本------------------------------------------------------------------------------------------ |
| 1066 | # else: | 1066 | # else: | ... | ... |
-
Please register or sign in to post a comment