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:
@@ -20,7 +20,6 @@ def main():
|
||||
# 执行清理
|
||||
cleaner.clean(order_id_file)
|
||||
|
||||
input("按回车退出...")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user