feat: implement material plan data cleaning automation

Remove manual exit prompt in main script to allow automated execution.
Add logic in DiscreteMaterialPlanCleaner to navigate the "Material Plan" popup, handling nested iframes and waiting for data to load. Implement iteration over material details to extract codes and names, handling cases where no details exist.
This commit is contained in:
Misaka_Company
2026-01-22 18:14:56 +08:00
parent 8708709cac
commit 201f65d715
2 changed files with 100 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ def main():
# 执行清理
cleaner.clean(order_id_file)
input("按回车退出...")
if __name__ == "__main__":