{{ partial("header/header") }}
库房
{{searchHTML}}
{%if data != null%} {%for info in data%}
{{ info['name'] }}
{%if info['code'] != 'ScrapHouse'%}
仓库面积
{{ info['size'] }}m²
仓库高度
{{ info['height'] }}m
仓库管理员
{{ info['storekeeper'] }}
管理员电话
{{ info['storekeeper_mobile'] }}
仓库地址
{{ info['address'] }}
{%endif%}
{%endfor%} {%endif%}
{% if num >= 30 %}
点击加载更多数据
{% endif %} {{ partial("foorter/footer") }}