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
5b8c29fd
authored
2024-07-24 18:02:15 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FIX
1 parent
ee4c660a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/apps/doc/consts.py
src/apps/doc/consts.py
View file @
5b8c29f
...
...
@@ -2170,8 +2170,8 @@ FS_COMPARE_LOGIC = {
'Hash值'
:
(
'code'
,
'hash_code_compare'
,
{},
'财报Hash值与系统不一致'
),
'公章'
:
(
'stamp'
,
'stamp_dict_compare'
,
{},
'财报无公章'
),
'财年'
:
(
'财年'
,
'fiscal_year_compare'
,
{},
'财报所属财年错误'
),
'资产负债表内容'
:
(
'资产负债表内容'
,
'
ocr
_list_not_zero_compare'
,
{},
'财报资产负债表为空'
),
'利润表内容'
:
(
'利润表内容'
,
'
ocr
_list_not_zero_compare'
,
{},
'财报利润表为空'
),
'资产负债表内容'
:
(
'资产负债表内容'
,
'
input
_list_not_zero_compare'
,
{},
'财报资产负债表为空'
),
'利润表内容'
:
(
'利润表内容'
,
'
input
_list_not_zero_compare'
,
{},
'财报利润表为空'
),
}
AFC_HT_DATE_FIELDS
=
[
'主借人日期'
,
'共借人日期'
,
'保证人日期1'
,
'保证人日期2'
]
...
...
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