feat: 完善真实采购订单核对与恢复 (#100)

This commit is contained in:
chengma
2026-08-10 16:54:06 +08:00
parent 16107aaa18
commit df67b0eaaa
16 changed files with 1134 additions and 103 deletions
+4 -3
View File
@@ -73,9 +73,10 @@ CURRENT_STEP_TEXT = {
"purchase_submit_once": "已单击一次提交订单",
"purchase_dry_run_stopped": "采购演练已在提交前停止",
"purchase_recovery_ready": "上次演练中断,已安全等待恢复",
"reconcile_purchase": "只允许核对订单",
"reconcile_completed": "只读核对完成,等待人工确认",
"reconcile_manual_review": "核对结果不确定,需人工处理",
"reconcile_purchase": "订单已提交,只允许核对未付款订单",
"purchase_order_matched_pending_report": "已提交待付款,等待向 Admin 上报",
"reconcile_completed": "已核对到订单,等待人工确认",
"reconcile_manual_review": "订单结果不确定或存在多个候选,需人工处理",
}