{% extends "website/base.html" %} {% block title %}{{ page_title }} · {{ site_name }}{% endblock %} {% block description %}{{ page_desc }}{% endblock %} {% block keywords %}{{ industry }}进销存,{{ industry }}经销商软件,批次效期,多单位换算,经销商SaaS{% endblock %} {% block content %}
{{ industry }}行业方案

{{ page_title }}

{{ page_desc }}

这个行业最痛的三个问题

都是我们在实际经销商现场反复听到的。

{% for title, desc in pain_points %}
{{ title }}{{ desc }}
{% endfor %}

dealerhub 怎么解决

下方每条都对应系统里已经能点的功能,不是 ppt。

{% for title, desc in solutions %}
{{ title }}{{ desc }}
{% endfor %}

价格

{{ industry }}行业通常从基础版起步即可(¥998/月);多仓多业务员选专业版。

{% for p in plans %}
{{ p.name }}
¥{{ p.price_monthly|floatformat:0 }} / 月
{{ p.description }}
看详情
{% endfor %}
{% endblock %}