最新匯入
{% if stats.latest_import_time %}
{{ stats.latest_import_vendor or '未標記廠商' }}
{{ stats.latest_import_time.strftime('%Y-%m-%d %H:%M') }}
{{ stats.latest_import_product or '未標記商品' }}
{% else %}
尚無匯入紀錄
先匯入缺貨批次,確認主推商品供貨風險
{% endif %}
郵件成功率
{{ stats.email_success_rate }}%
成功 {{ stats.email_success | number_format }} / 總計 {{ stats.email_total | number_format }}
失敗 {{ stats.email_failed | number_format }},待發送 {{ stats.email_pending | number_format }}
最新郵件
{% if stats.latest_email_time %}
{{ stats.latest_email_status or '未標記狀態' }}
{{ stats.latest_email_time.strftime('%Y-%m-%d %H:%M') }}
廠商編號 {{ stats.latest_email_vendor_id }}
{% else %}
尚無郵件紀錄
目前尚無通知紀錄
{% endif %}
{% if stats.total_stockouts == 0 %}