b77f155b by 冯轩

init:4941,去掉full发票联校验

1 parent a0d6443d
...@@ -49,7 +49,7 @@ def get_pos_compare_info(pos_info, data_source): ...@@ -49,7 +49,7 @@ def get_pos_compare_info(pos_info, data_source):
49 (consts.MVI_FIELDS[2], custr_name), 49 (consts.MVI_FIELDS[2], custr_name),
50 (consts.MVI_FIELDS[3], custr_id), 50 (consts.MVI_FIELDS[3], custr_id),
51 (consts.MVI_FIELDS[4], first_submission_date), 51 (consts.MVI_FIELDS[4], first_submission_date),
52 (consts.MVI_FIELDS[5], consts.MVI_FPL_VALUE), 52 # (consts.MVI_FIELDS[5], consts.MVI_FPL_VALUE),
53 ] 53 ]
54 compare_info.setdefault(consts.MVI_EN, []).append(field_input) 54 compare_info.setdefault(consts.MVI_EN, []).append(field_input)
55 55
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!