Merge branch 'feature/dda2' into feature/0611
Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -974,7 +974,8 @@ DDA_FIELD_ORDER = (("check_Num", "缴费编号"), | ... | @@ -974,7 +974,8 @@ DDA_FIELD_ORDER = (("check_Num", "缴费编号"), |
974 | ("signature", "客户签名"), | 974 | ("signature", "客户签名"), |
975 | ("signature_date", "时间"), | 975 | ("signature_date", "时间"), |
976 | ("to_company", "公司名称1"), | 976 | ("to_company", "公司名称1"), |
977 | ("to_bank", "公司名称2"),) | 977 | ("to_bank", "公司名称2"), |
978 | ("collection_company", "收款企业名称"),) | ||
978 | 979 | ||
979 | SUCCESS_CODE_SET = {'0', 0} | 980 | SUCCESS_CODE_SET = {'0', 0} |
980 | 981 | ... | ... |
-
Please register or sign in to post a comment