c3e66f31 by 周伟奇

fix mvi layout

1 parent 9b983b68
...@@ -1390,7 +1390,7 @@ def se_compare_license(license_en, ocr_res_dict, field_list): ...@@ -1390,7 +1390,7 @@ def se_compare_license(license_en, ocr_res_dict, field_list):
1390 break 1390 break
1391 1391
1392 for idx, (name, value) in enumerate(field_list): 1392 for idx, (name, value) in enumerate(field_list):
1393 if ocr_field == consts.MVI_OCR_FIELD and name == consts.SE_NEW_ADD_FIELD[-1]: 1393 if ocr_field == consts.MVI_OCR_FIELD and name == consts.SE_NEW_ADD_FIELD[5]:
1394 ocr_str = getattr(cp, consts.ZW_METHOD)( 1394 ocr_str = getattr(cp, consts.ZW_METHOD)(
1395 ocr_res_list[res_idx].get(consts.LOWER_AMOUNT_FIELD, ''), 1395 ocr_res_list[res_idx].get(consts.LOWER_AMOUNT_FIELD, ''),
1396 ocr_res_list[res_idx].get(consts.UPPER_AMOUNT_FIELD, ''), 1396 ocr_res_list[res_idx].get(consts.UPPER_AMOUNT_FIELD, ''),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!