Commit d0e85760 authored by 邱阿朋's avatar 邱阿朋

payment 优化

parent eb684147
...@@ -325,9 +325,6 @@ def main(): ...@@ -325,9 +325,6 @@ def main():
price_pay_summary = pd.concat(all_price_pay_data, ignore_index=True) price_pay_summary = pd.concat(all_price_pay_data, ignore_index=True)
excel.save_xls(price_pay_summary, "回款数据.xlsx", "Price导出明细") excel.save_xls(price_pay_summary, "回款数据.xlsx", "Price导出明细")
page.close()
if __name__ == '__main__': if __name__ == '__main__':
try: try:
country = helper.get_input_with_default("国家(目前支持[DE,FR,JP,CA,UK,US])", "US") country = helper.get_input_with_default("国家(目前支持[DE,FR,JP,CA,UK,US])", "US")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment