{{ProductInfo.ProductName}}
{{ProductInfo.SerialNo}}
{{ProductInfo.ProductModel}}
Mới tạo Đang kiểm tra Đang bảo hành Hoàn tất Hết hạn bảo hành Tạm khoá Lỗi bảo hành
{{ProductInfo.WarrantTime}}
{{ProductInfo.StartDate | date: 'dd-MM-yyyy'}}
{{ProductInfo.EndDate | date: 'dd-MM-yyyy'}}
{{ProductInfo.ExtenstionProperties.CustomerName}}
*****{{ProductInfo.ExtenstionProperties.CustomerPhone.substr(5)}}
{{ProductInfo.PIN}}
# | 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Đang bảo hành | 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 }} |
# | Số phiếu | Tên khách hàng | 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.FullName}} | {{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}} |