forked from Zhubei_iXD/report_skill_expm
feat: update report template path and add new cost report files
This commit is contained in:
parent
23ad22bebc
commit
226b8d81ab
|
|
@ -689,7 +689,7 @@ if __name__ == "__main__":
|
|||
output_file = os.path.join(script_dir, 'references', f'項目週報-智能控制組-{timestamp}.xlsx')
|
||||
|
||||
# Find template file
|
||||
template_file = os.path.join(skills_dir, 'week_report_gen', 'references', '項目週報-模板.xlsx')
|
||||
template_file = os.path.join(script_dir, 'references', '項目週報-模板.xlsx')
|
||||
|
||||
# Generate the report
|
||||
try:
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue