序号 |
---|
{{ idx + 1 }} |
购买日期 | 顾客姓名 | 手机 | 生日 | 微信号 | 小区名称 | 幢单元室 | 安装日期 | 订单金额 | 定金 | 已收尾款金额 | 应收款 |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ oldCustomer.fdate.substring(0, 10) }} | {{ oldCustomer.fname }} | {{ oldCustomer.fphonenumber }} | {{ oldCustomer.fbirthdate }} | {{ oldCustomer.fwechatno }} | {{ oldCustomer.fcommunity }} | {{ oldCustomer.fnumber }} | {{ oldCustomer.finstalldate }} | ¥{{ oldCustomer.forderamount }} | ¥{{ oldCustomer.fdepositamount }} | ¥{{ oldCustomer.freceivedamount }} | ¥{{ oldCustomer.freceivablesamount }} |
序号 | 顾客姓名 |
---|---|
{{ idx + 1 }} | {{ newCustomer.fname }} |
手机 | 来访次数 | 最近来访日期 | 销售动作 | 小区名称 | 幢单元室 |
---|---|---|---|---|---|
{{ newCustomer.fphonenumber }} | {{ newCustomer.freceptiontimes }} | {{ newCustomer.fdate }} | {{ newCustomer.fcustaction }} | {{ newCustomer.fcommunity }} | {{ newCustomer.fnumber }} |
姓名 | 手机 | 最近接待日期 | 生日 |
---|---|---|---|
{{ item.fname }} | {{ item.fphonenumber }} | {{ item.flastdate }} | {{ item.fbirthdate }} |
姓名 |
---|
{{ item.fname }} |
手机 | 最近接待日期 | 销售时间 | 小区名称 | 幢单元室 |
---|---|---|---|---|
{{ item.fphonenumber }} | {{ item.flastdate }} | {{ item.fdate }} | {{ item.fcommunity }} | {{ item.fnumber }} |