-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change jdocs copy user and address logist
- Loading branch information
Showing
11 changed files
with
369 additions
and
385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[config] | ||
data_xlsx = data_main.xlsx # 数据模板地址 | ||
data_oa_xlsx = data_oa.xlsx # OA数据地址 | ||
sheet_docx = sheet.docx # 邮单模板地址 | ||
flag_rename_jdocs = True # 是否重命名判决书 | ||
flag_fill_jdocs_adr = True # 是否填充判决书地址 | ||
flag_fill_phone = False # 是否填充伪手机 | ||
flag_append_oa = True # 是否导入OA数据 | ||
flag_to_postal = True # 是否打印邮单 | ||
flag_check_jdocs = False # 是否检查用户格式,输出提示信息 | ||
flag_check_postal = False # 是否检查邮单格式,输出提示信息 | ||
date_range = #2018-09-01:2018-12-01 # 打印数据日期范围,比行数优先,去掉注释后读取,井号注释掉 | ||
last_lines_oa = 50 # 导入OA数据的最后几行,当flag_append_oa开启才有效 | ||
last_lines_data = 50 # 打印数据的最后几行 | ||
|
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.