field fix
Showing
1 changed file
with
10 additions
and
12 deletions
... | @@ -949,18 +949,16 @@ DDA_IC_ID = 'customer_id' | ... | @@ -949,18 +949,16 @@ DDA_IC_ID = 'customer_id' |
949 | DDA_BC_NAME = 'account_name' | 949 | DDA_BC_NAME = 'account_name' |
950 | DDA_BC_ID = 'account_id' | 950 | DDA_BC_ID = 'account_id' |
951 | 951 | ||
952 | DDA_FIELD_ORDER = { | 952 | DDA_FIELD_ORDER = (("check_Num", "缴费编号"), |
953 | "title": "授权书标题", | 953 | (DDA_IC_NAME, "客户"), |
954 | "check_Num": "缴费编号", | 954 | (DDA_IC_ID, "身份证"), |
955 | "to_company": "收款企业", | 955 | (DDA_BC_NAME, "账户"), |
956 | "to_bank": "收款银行", | 956 | (DDA_BC_ID, "账号"), |
957 | DDA_IC_NAME: "客户姓名", | 957 | ("check_Num", "签署编号"), |
958 | DDA_IC_ID: "客户身份证号", | 958 | ("signature", "客户签名"), |
959 | DDA_BC_NAME: "账户姓名", | 959 | ("signature_date", "时间"), |
960 | DDA_BC_ID: "账户号码", | 960 | ("to_company", "公司名称1"), |
961 | "signature": "客户签名", | 961 | ("to_bank", "公司名称2"),) |
962 | "signature_date": "签名日期" | ||
963 | } | ||
964 | 962 | ||
965 | SUCCESS_CODE_SET = {'0', 0} | 963 | SUCCESS_CODE_SET = {'0', 0} |
966 | 964 | ... | ... |
-
Please register or sign in to post a comment