{{ partial("header/header") }} {##} 客户详情
{{ name }}
类型 公司
状态 {%if status == 'N'%} 已开启 {% elseif status == "D" %} 已禁用 {%endif%}
本月
本季度
本年
其他
订单产品分类数量
订单产品分类数量

联系方式

网址:{{ website }}
传真:{{ fax }}
邮编:{{ postcode }}

联系地址

{{ address }}
单位名称
{{ info['company'] }}
现付账期
{{ info['now'] }}
固定账期
{% if info['delay'] != null %}日期:{{info['delay'] }}{%endif%}{% if info['fixed'] != null %}时间:{{info['fixed']}}{%endif%}
合同账期
{{ info['contract'] }}
纳税人识别号
{{ info['taxNum'] }}
单位地址
{{ info['companyAddr'] }}
单位电话
{{ info['companyPhone'] }}
开户行
{{ info['bank'] }}
账号
{{ info['account'] }}
{% for value in contact %}

{{ value['name'] }}

性别:{{ value['sex'] }}
职位:{{ value['title'] }}
{{ value['phone'] }}
{{ value['qq'] }}
{{ value['email'] }}
{% endfor %}
{% for index in deliver %}
收货人姓名
{{ index['recipient'] }}
电话
{{ index['tel'] }}
详细地址
{{ index['address'] }}
{% endfor %}
从:
至:
{{ partial("foorter/footer") }}