5c3c9d17 by 冯轩

init:4660

1 parent 0a08bff7
...@@ -2105,6 +2105,16 @@ HT_QRS_COMPARE_LOGIC = { ...@@ -2105,6 +2105,16 @@ HT_QRS_COMPARE_LOGIC = {
2105 '合同编号': ('合同编号', 'se_qrs_compare', {}, '请确认是否提供合格的送达地址确认书'), 2105 '合同编号': ('合同编号', 'se_qrs_compare', {}, '请确认是否提供合格的送达地址确认书'),
2106 } 2106 }
2107 2107
2108 FINANCIAL_STATEMENT_COMPARE_LOGIC = {
2109 'Hash值': ('Hash值', '', {}, '财报Hash值与系统不一致'),
2110 '公章': ('公章', '', {}, '财报无公章'),
2111 }
2112
2113 FINANCIAL_STATEMENT_SUPPLEMENTARY_COMPARE_LOGIC = {
2114 '公司名称': ('公司名称', '', {}, '财报情况说明公司名称错误'),
2115 '公章': ('公章', '', {}, '财报情况说明无公章'),
2116 }
2117
2108 HT_COMPARE_LOGIC = { 2118 HT_COMPARE_LOGIC = {
2109 '合同编号-每页': ('合同编号-每页', 'se_list_compare', {}, '合同编号与系统不一致'), 2119 '合同编号-每页': ('合同编号-每页', 'se_list_compare', {}, '合同编号与系统不一致'),
2110 # '合同编号-每页(no-asp)': ('合同编号-每页', 'se_list_compare', {'pop_last': True}, '合同编号与系统不一致'), 2120 # '合同编号-每页(no-asp)': ('合同编号-每页', 'se_list_compare', {'pop_last': True}, '合同编号与系统不一致'),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!