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
50b74a85
authored
2021-05-31 15:59:00 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
field fix
1 parent
7553f30a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
src/apps/doc/consts.py
src/apps/doc/consts.py
View file @
50b74a8
...
...
@@ -949,18 +949,16 @@ DDA_IC_ID = 'customer_id'
DDA_BC_NAME
=
'account_name'
DDA_BC_ID
=
'account_id'
DDA_FIELD_ORDER
=
{
"title"
:
"授权书标题"
,
"check_Num"
:
"缴费编号"
,
"to_company"
:
"收款企业"
,
"to_bank"
:
"收款银行"
,
DDA_IC_NAME
:
"客户姓名"
,
DDA_IC_ID
:
"客户身份证号"
,
DDA_BC_NAME
:
"账户姓名"
,
DDA_BC_ID
:
"账户号码"
,
"signature"
:
"客户签名"
,
"signature_date"
:
"签名日期"
}
DDA_FIELD_ORDER
=
((
"check_Num"
,
"缴费编号"
),
(
DDA_IC_NAME
,
"客户"
),
(
DDA_IC_ID
,
"身份证"
),
(
DDA_BC_NAME
,
"账户"
),
(
DDA_BC_ID
,
"账号"
),
(
"check_Num"
,
"签署编号"
),
(
"signature"
,
"客户签名"
),
(
"signature_date"
,
"时间"
),
(
"to_company"
,
"公司名称1"
),
(
"to_bank"
,
"公司名称2"
),)
SUCCESS_CODE_SET
=
{
'0'
,
0
}
...
...
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