feat: 完善采购任务安全恢复 (#73)

This commit is contained in:
chengma
2026-08-10 00:27:52 +08:00
parent d6339a810f
commit c86c7482d9
15 changed files with 786 additions and 12 deletions
+14
View File
@@ -59,6 +59,20 @@ CURRENT_STEP_TEXT = {
"completed": "已完成",
"failed": "执行失败",
"interrupted": "上次执行中断",
"purchase_prepare": "正在准备采购演练",
"purchase_open_goods": "正在打开采购商品页",
"purchase_verify_goods": "正在核对商品",
"purchase_select_options": "正在选择采购规格",
"purchase_verify_options": "正在核对采购规格",
"purchase_set_quantity": "正在设置采购数量",
"purchase_verify_quantity_price": "正在核对数量和价格",
"purchase_enter_confirmation": "正在进入提交前确认页",
"purchase_verify_confirmation": "正在核对提交前确认页",
"purchase_dry_run_stopped": "采购演练已在提交前停止",
"purchase_recovery_ready": "上次演练中断,已安全等待恢复",
"reconcile_purchase": "只允许核对订单",
"reconcile_completed": "只读核对完成,等待人工确认",
"reconcile_manual_review": "核对结果不确定,需人工处理",
}