{% extends "admin/base.html" %} {% block page_title %}销售看板{% endblock %} {% block content %}
销售看板
当前发货总金额(不含税)
{% if total %}{{ total }} 万元{% else %}—{% endif %}
金额最近变更
{% if changed_at %}{{ changed_at[:16]|replace('T',' ') }}{% else %}—{% endif %}
店员访问地址
yaocloud.win/xyxkb/xyx/kb.html
{% if xyx_configured %}
更新看板数据
{% else %}
未配置 xyx 看板目录(XYX_DIR),上传/同步功能不可用;可见范围配置仍可用。
{% endif %}
可见范围(谁能看到「销售看板」图标)
{% include "admin/_region_data.html" %} {% endblock %}