fix bug
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -1297,7 +1297,7 @@ def get_se_cms_compare_info_auto(last_obj, application_entity, auto=True): | ... | @@ -1297,7 +1297,7 @@ def get_se_cms_compare_info_auto(last_obj, application_entity, auto=True): |
1297 | contract_info[consts.HIL_CONTRACT_1_EN] = hil_contract_1_input | 1297 | contract_info[consts.HIL_CONTRACT_1_EN] = hil_contract_1_input |
1298 | 1298 | ||
1299 | # HIL合同 车辆处置协议 -------------------------------------------------------------------------------------- | 1299 | # HIL合同 车辆处置协议 -------------------------------------------------------------------------------------- |
1300 | if fp_group.find('Joy_Select') != -1 or fp_group.find('JoySelect') != -1: | 1300 | if fp_group.find('Joy Select') != -1 or fp_group.find('JoySelect') != -1: |
1301 | hil_contract_3_input = [ | 1301 | hil_contract_3_input = [ |
1302 | (consts.SE_HIL_CON_3_FIELD[0], [full_no] if online_sign else full_no), | 1302 | (consts.SE_HIL_CON_3_FIELD[0], [full_no] if online_sign else full_no), |
1303 | (consts.SE_HIL_CON_3_FIELD[1], main_name), | 1303 | (consts.SE_HIL_CON_3_FIELD[1], main_name), |
... | @@ -1817,7 +1817,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list, auto=Fals | ... | @@ -1817,7 +1817,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list, auto=Fals |
1817 | contract_info[consts.HIL_CONTRACT_1_EN] = hil_contract_1_input | 1817 | contract_info[consts.HIL_CONTRACT_1_EN] = hil_contract_1_input |
1818 | 1818 | ||
1819 | # HIL合同 车辆处置协议 -------------------------------------------------------------------------------------- | 1819 | # HIL合同 车辆处置协议 -------------------------------------------------------------------------------------- |
1820 | if fp_group.find('Joy_Select') != -1 or fp_group.find('JoySelect') != -1: | 1820 | if fp_group.find('Joy Select') != -1 or fp_group.find('JoySelect') != -1: |
1821 | hil_contract_3_input = [ | 1821 | hil_contract_3_input = [ |
1822 | (consts.SE_HIL_CON_3_FIELD[0], [full_no] if online_sign else full_no), | 1822 | (consts.SE_HIL_CON_3_FIELD[0], [full_no] if online_sign else full_no), |
1823 | (consts.SE_HIL_CON_3_FIELD[1], main_name), | 1823 | (consts.SE_HIL_CON_3_FIELD[1], main_name), | ... | ... |
-
Please register or sign in to post a comment