Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5c3c9d17
authored
2024-07-22 10:26:57 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init:4660
1 parent
0a08bff7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
src/apps/doc/consts.py
src/apps/doc/consts.py
View file @
5c3c9d1
...
...
@@ -2105,6 +2105,16 @@ HT_QRS_COMPARE_LOGIC = {
'合同编号'
:
(
'合同编号'
,
'se_qrs_compare'
,
{},
'请确认是否提供合格的送达地址确认书'
),
}
FINANCIAL_STATEMENT_COMPARE_LOGIC
=
{
'Hash值'
:
(
'Hash值'
,
''
,
{},
'财报Hash值与系统不一致'
),
'公章'
:
(
'公章'
,
''
,
{},
'财报无公章'
),
}
FINANCIAL_STATEMENT_SUPPLEMENTARY_COMPARE_LOGIC
=
{
'公司名称'
:
(
'公司名称'
,
''
,
{},
'财报情况说明公司名称错误'
),
'公章'
:
(
'公章'
,
''
,
{},
'财报情况说明无公章'
),
}
HT_COMPARE_LOGIC
=
{
'合同编号-每页'
:
(
'合同编号-每页'
,
'se_list_compare'
,
{},
'合同编号与系统不一致'
),
# '合同编号-每页(no-asp)': ('合同编号-每页', 'se_list_compare', {'pop_last': True}, '合同编号与系统不一致'),
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment