feat: 车辆考核追踪sheet移到业务员sheet前面
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
8
main.py
8
main.py
@@ -74,13 +74,13 @@ for settle_month in [1, 2, 3]:
|
|||||||
else:
|
else:
|
||||||
write_summary_month(wb, 3, mar_data, ['结转','补发1月','补发2月','当月','累计补发3月'])
|
write_summary_month(wb, 3, mar_data, ['结转','补发1月','补发2月','当月','累计补发3月'])
|
||||||
|
|
||||||
# Sheet 5-16: 业务员
|
# Sheet 5: 车辆考核追踪
|
||||||
|
write_vehicle_tracking_sheet(wb, settle_month, G, master_vehicles, vehicle_payments, vehicle_info)
|
||||||
|
|
||||||
|
# Sheet 6-17: 业务员
|
||||||
for person in sorted(all_persons.keys()):
|
for person in sorted(all_persons.keys()):
|
||||||
write_salesperson_sheet(wb, person, all_persons[person], settle_month, D, G, month_data, vehicle_payments)
|
write_salesperson_sheet(wb, person, all_persons[person], settle_month, D, G, month_data, vehicle_payments)
|
||||||
|
|
||||||
# Sheet 17: 车辆考核追踪
|
|
||||||
write_vehicle_tracking_sheet(wb, settle_month, G, master_vehicles, vehicle_payments, vehicle_info)
|
|
||||||
|
|
||||||
# 删除默认空sheet
|
# 删除默认空sheet
|
||||||
if 'Sheet' in wb.sheetnames:
|
if 'Sheet' in wb.sheetnames:
|
||||||
del wb['Sheet']
|
del wb['Sheet']
|
||||||
|
|||||||
Reference in New Issue
Block a user