智能锁售后信息登记
客户基本信息
安装信息
登记确认
登记信息确认
请核对以下信息是否正确
客户信息
姓名: {{ registration.customer.name }}
电话: {{ registration.customer.phone }}
邮箱: {{ registration.customer.email }}
地址: {{ registration.customer.address }}
房屋类型: {{ getPropertyTypeLabel(registration.propertyType) }}
安装信息
锁具型号: {{ getLockModelName(registration.lock.modelId) }}
序列号: {{ registration.lock.serialNumber }}
安装日期: {{ formatDate(registration.installation.date) }}
安装技师: {{ getTechnicianName(registration.installation.technicianId) }}
安装检查项
备注:
{{ registration.installation.notes }}
维保信息
该锁具享有 {{ getWarrantyPeriod(registration.lock.modelId) }} 个月免费维保服务
最近登记记录
暂无登记记录
| 登记时间 | 客户姓名 | 锁具型号 | 维保到期 | 状态 |
|---|---|---|---|---|
| {{ formatDateTime(record.registration_date) }} | {{ record.customer_name }} | {{ record.lock_model }} |
{{ formatDate(record.warranty_expiry) }}
{{ Math.ceil(record.days_until_expiry) }}天
|
{{ getStatusText(record.status) }} |
维保到期提醒
暂无即将到期的维保
{{ item.customer_name }}
{{ item.lock_model }}
{{ Math.ceil(item.days_until_expiry) }} 天
剩余
安装指引
信息登记
填写客户基本信息和安装地址
锁具信息
记录锁具型号和序列号
安装确认
确认安装完成并测试功能
客户确认
请客户签字确认安装完成
本月统计
本月登记
{{ statistics.monthlyRegistrations || 0 }}
完成安装
{{ statistics.monthlyRegistrations || 0 }}
即将到期
{{ statistics.expiringSoon || 0 }}