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
267fc2bb
authored
2025-04-21 15:26:58 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init:5504 去掉见证人签字及日期
1 parent
f1fed51a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
src/celery_compare/tasks.py
src/prese/compare.py
src/celery_compare/tasks.py
View file @
267fc2b
...
...
@@ -1576,9 +1576,10 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
if
not
is_find
and
is_force
:
afc_contract_input
.
append
((
key
,
empty_str
))
if
online_sign
and
data_source
==
'ECONTRACT'
:
afc_contract_input
.
append
((
consts
.
SE_AFC_CON_FIELD
[
18
],
consts
.
SE_STAMP_VALUE
))
afc_contract_input
.
append
((
consts
.
SE_AFC_CON_FIELD
[
19
],
empty_str
))
# CHINARPA-5504 去掉见证人签字及日期
# if online_sign and data_source == 'ECONTRACT':
# afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE))
# afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str))
contract_info
[
consts
.
AFC_CONTRACT_EN
]
=
afc_contract_input
...
...
@@ -2233,9 +2234,10 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
if
not
is_find
and
is_force
:
afc_contract_input
.
append
((
key
,
empty_str
))
if
online_sign
and
data_source
==
'ECONTRACT'
:
afc_contract_input
.
append
((
consts
.
SE_AFC_CON_FIELD
[
18
],
consts
.
SE_STAMP_VALUE
))
afc_contract_input
.
append
((
consts
.
SE_AFC_CON_FIELD
[
19
],
empty_str
))
# CHINARPA-5504 去掉见证人签字及日期
# if online_sign and data_source == 'ECONTRACT':
# afc_contract_input.append((consts.SE_AFC_CON_FIELD[18], consts.SE_STAMP_VALUE))
# afc_contract_input.append((consts.SE_AFC_CON_FIELD[19], empty_str))
contract_info
[
consts
.
AFC_CONTRACT_EN
]
=
afc_contract_input
...
...
src/prese/compare.py
View file @
267fc2b
...
...
@@ -175,9 +175,10 @@ def get_pos_compare_info(pos_info, data_source):
afc_contract_input
.
append
((
consts
.
AFC_CON_FIELDS
[
8
],
asp_list
))
afc_contract_input
.
append
((
consts
.
AFC_CON_FIELDS
[
9
],
asp_list
))
if
data_source
==
'ECONTRACT'
:
afc_contract_input
.
append
((
consts
.
AFC_CON_FIELDS
[
10
],
consts
.
HAVE_CN
))
afc_contract_input
.
append
((
consts
.
AFC_CON_FIELDS
[
11
],
empty_str
))
# CHINARPA-5504 去掉见证人签字及日期
# if data_source == 'ECONTRACT':
# afc_contract_input.append((consts.AFC_CON_FIELDS[10], consts.HAVE_CN))
# afc_contract_input.append((consts.AFC_CON_FIELDS[11], empty_str))
compare_info
.
setdefault
(
consts
.
AFC_CONTRACT_EN
,
[])
.
append
(
afc_contract_input
)
...
...
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