50b74a85 by 周伟奇

field fix

1 parent 7553f30a
......@@ -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}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!