Tên sản phẩm:: {{ProductInfo.ProductName}}
Model: {{ProductInfo.ProductModel}}
SerialNo: {{ProductInfo.SerialNo}}
Tên khách hàng: {{ProductInfo.ExtenstionProperties.CustomerName}}
Điện thoại: {{ProductInfo.ExtenstionProperties.CustomerPhone| hidePhoneNumber }}
Địa chỉ: {{ProductInfo.ExtenstionProperties.Address}}
Ngày kích hoạt: {{ProductInfo.StartDate | date: 'dd-MM-yyyy'}}
Ngày hết hạn BH: {{ProductInfo.EndDate | date: 'dd-MM-yyyy'}}
Thời hạn BH: {{ProductInfo.WarrantTime}} tháng
Hình ảnh:
# | Số phiếu | Ngày nhận | Tình trạng hư hỏng | Trạng thái | Ghi chú trả máy |
{{$index + 1}} | {{phieubaohanh.WarrantBill.WarrantBillNo}} | {{phieubaohanh.WarrantBill.ReceivedDate | date: 'dd-MM-yyyy'}} | {{phieubaohanh.WarrantBill.DescriptionReceive}} | Mới tạo Đang sửa Khách không sửa Sửa xong Đã trả máy | {{phieubaohanh.WarrantBill.Complaint == "" ? "không có" : phieubaohanh.WarrantBill.Complaint}} |
Quý khách hàng có thể kiểm tra tin nhắn từ điện thoại để xác minh thông tin.
# | Tên sản phẩm | Trạng thái | Serial | Ngày kích hoạt | Ngày hết hạn | Tên khách hàng |
---|---|---|---|---|---|---|
#{{$index + 1}} | Tên sản phẩm{{item.ProductName}} | Trạng thái{{item.ExtenstionProperties.ProductStatus_Text}} | Serial{{item.SerialNo}} | Ngày kích hoạt{{item.StartDate | date: 'dd-MM-yyyy'}} | Ngày hết hạn{{item.EndDate | date: 'dd-MM-yyyy'}} | Tên khách hàng{{item.ExtenstionProperties.CustomerName }} |