{% block extra_head %}{% endblock %}
{% if current_user %}
水果库存管理
工作台
{% if current_user.role == 'admin' %}
库存管理
入库管理
库存总览
领用审核
基础数据
水果品类管理
门店管理
数据报表
{% else %}
领用申请
销售录入
本店库存
记录查询
{% endif %}
{% if current_user.role == 'admin' %} 总部管理员 {% else %} {{ current_user.store_name or '门店' }} {% endif %}
{{ current_user.name }}
退出
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% if wework_configured %} {% endif %} {% block extra_scripts %}{% endblock %}