|
@@ -85,119 +85,118 @@ export interface InvoiceList {
|
|
}
|
|
}
|
|
|
|
|
|
export interface customer {
|
|
export interface customer {
|
|
- customerId: number;
|
|
|
|
- repairId: string;
|
|
|
|
- wxOpenId: null;
|
|
|
|
- companyName: string;
|
|
|
|
- customerName: string;
|
|
|
|
- phone: string;
|
|
|
|
- recStatus: string;
|
|
|
|
- createTime: string;
|
|
|
|
- updateTime: string;
|
|
|
|
|
|
+ customerId: number;
|
|
|
|
+ repairId: string;
|
|
|
|
+ wxOpenId: null;
|
|
|
|
+ companyName: string;
|
|
|
|
+ customerName: string;
|
|
|
|
+ phone: string;
|
|
|
|
+ recStatus: string;
|
|
|
|
+ createTime: string;
|
|
|
|
+ updateTime: string;
|
|
}
|
|
}
|
|
export interface customerAddress {
|
|
export interface customerAddress {
|
|
- addrId: number;
|
|
|
|
- customerId: number;
|
|
|
|
- repairId: string;
|
|
|
|
- getType: string;
|
|
|
|
- getAddress: string;
|
|
|
|
- getAddrName: string;
|
|
|
|
- getAddrPhone: string;
|
|
|
|
- getTrackingNum: string;
|
|
|
|
- sendType: string;
|
|
|
|
- sendTrackingNum: string;
|
|
|
|
- recStatus: string;
|
|
|
|
- createTime: string;
|
|
|
|
- updateTime: string;
|
|
|
|
|
|
+ addrId: number;
|
|
|
|
+ customerId: number;
|
|
|
|
+ repairId: string;
|
|
|
|
+ getType: string;
|
|
|
|
+ getAddress: string;
|
|
|
|
+ getAddrName: string;
|
|
|
|
+ getAddrPhone: string;
|
|
|
|
+ getTrackingNum: string;
|
|
|
|
+ sendType: string;
|
|
|
|
+ sendTrackingNum: string;
|
|
|
|
+ recStatus: string;
|
|
|
|
+ createTime: string;
|
|
|
|
+ updateTime: string;
|
|
}
|
|
}
|
|
export interface repairerVo {
|
|
export interface repairerVo {
|
|
- repairId: string;
|
|
|
|
- cameraSnCode: string;
|
|
|
|
- cameraType: number;
|
|
|
|
- faultMsg: string;
|
|
|
|
- faultImg: string;
|
|
|
|
- status: number;
|
|
|
|
- remark: null;
|
|
|
|
- receiverType: number;
|
|
|
|
- recStatus: string;
|
|
|
|
- createTime: string;
|
|
|
|
- updateTime: string;
|
|
|
|
- sysUserId: number;
|
|
|
|
|
|
+ repairId: string;
|
|
|
|
+ cameraSnCode: string;
|
|
|
|
+ cameraType: number;
|
|
|
|
+ faultMsg: string;
|
|
|
|
+ faultImg: string;
|
|
|
|
+ status: number;
|
|
|
|
+ remark: null;
|
|
|
|
+ receiverType: number;
|
|
|
|
+ recStatus: string;
|
|
|
|
+ createTime: string;
|
|
|
|
+ updateTime: string;
|
|
|
|
+ sysUserId: number;
|
|
}
|
|
}
|
|
export interface repairerVo {
|
|
export interface repairerVo {
|
|
- repairId: string;
|
|
|
|
- cameraSnCode: string;
|
|
|
|
- cameraType: number;
|
|
|
|
- faultMsg: string;
|
|
|
|
- faultImg: string;
|
|
|
|
- status: number;
|
|
|
|
- remark: null;
|
|
|
|
- receiverType: number;
|
|
|
|
- recStatus: string;
|
|
|
|
- createTime: string;
|
|
|
|
- updateTime: string;
|
|
|
|
- sysUserId: number;
|
|
|
|
|
|
+ repairId: string;
|
|
|
|
+ cameraSnCode: string;
|
|
|
|
+ cameraType: number;
|
|
|
|
+ faultMsg: string;
|
|
|
|
+ faultImg: string;
|
|
|
|
+ status: number;
|
|
|
|
+ remark: null;
|
|
|
|
+ receiverType: number;
|
|
|
|
+ recStatus: string;
|
|
|
|
+ createTime: string;
|
|
|
|
+ updateTime: string;
|
|
|
|
+ sysUserId: number;
|
|
}
|
|
}
|
|
export interface orderReceivingVo {
|
|
export interface orderReceivingVo {
|
|
- orderId: number;
|
|
|
|
- repairId: string;
|
|
|
|
- orderFaultMsg: string;
|
|
|
|
- orderFaultImg: string;
|
|
|
|
- warrantyType: number;
|
|
|
|
- warrantyExpirationDate: string;
|
|
|
|
- sysUserName: string;
|
|
|
|
- saleId: number;
|
|
|
|
- repairerId: number;
|
|
|
|
- supplyAdminId: number;
|
|
|
|
- testerId: number;
|
|
|
|
- recStatus: string;
|
|
|
|
- createTime: string;
|
|
|
|
- updateTime: string;
|
|
|
|
-
|
|
|
|
|
|
+ orderId: number;
|
|
|
|
+ repairId: string;
|
|
|
|
+ orderFaultMsg: string;
|
|
|
|
+ orderFaultImg: string;
|
|
|
|
+ warrantyType: number;
|
|
|
|
+ warrantyExpirationDate: string;
|
|
|
|
+ sysUserName: string;
|
|
|
|
+ saleId: number;
|
|
|
|
+ repairerId: number;
|
|
|
|
+ supplyAdminId: number;
|
|
|
|
+ testerId: number;
|
|
|
|
+ recStatus: string;
|
|
|
|
+ createTime: string;
|
|
|
|
+ updateTime: string;
|
|
}
|
|
}
|
|
export interface repairRegisterVo {
|
|
export interface repairRegisterVo {
|
|
- checkResult: string;
|
|
|
|
- checkImg: string;
|
|
|
|
- remark: string;
|
|
|
|
- status: string;
|
|
|
|
- sysUserName: string;
|
|
|
|
- overTime: string;
|
|
|
|
|
|
+ checkResult: string;
|
|
|
|
+ checkImg: string;
|
|
|
|
+ remark: string;
|
|
|
|
+ status: string;
|
|
|
|
+ sysUserName: string;
|
|
|
|
+ overTime: string;
|
|
}
|
|
}
|
|
export interface RepairTestVo {
|
|
export interface RepairTestVo {
|
|
- resultStatus: string;
|
|
|
|
- resultInfo: string;
|
|
|
|
- resultImg: string;
|
|
|
|
- sysUserName: string;
|
|
|
|
- passTime: string;
|
|
|
|
|
|
+ resultStatus: string;
|
|
|
|
+ resultInfo: string;
|
|
|
|
+ resultImg: string;
|
|
|
|
+ sysUserName: string;
|
|
|
|
+ passTime: string;
|
|
}
|
|
}
|
|
export interface repairPay {
|
|
export interface repairPay {
|
|
- payId: number;
|
|
|
|
- repairId: string;
|
|
|
|
- payType: number;
|
|
|
|
- payImg: string;
|
|
|
|
- recStatus: string;
|
|
|
|
- createTime: string;
|
|
|
|
- updateTime: string;
|
|
|
|
- sysUserId: number;
|
|
|
|
|
|
+ payId: number;
|
|
|
|
+ repairId: string;
|
|
|
|
+ payType: number;
|
|
|
|
+ payImg: string;
|
|
|
|
+ recStatus: string;
|
|
|
|
+ createTime: string;
|
|
|
|
+ updateTime: string;
|
|
|
|
+ sysUserId: number;
|
|
}
|
|
}
|
|
export interface priceListItem {
|
|
export interface priceListItem {
|
|
- name: string;
|
|
|
|
- price: string;
|
|
|
|
- count: string;
|
|
|
|
|
|
+ name: string;
|
|
|
|
+ price: string;
|
|
|
|
+ count: string;
|
|
}
|
|
}
|
|
export interface detailResult {
|
|
export interface detailResult {
|
|
- customer:any;
|
|
|
|
- customerAddress:any;
|
|
|
|
- repairerVo:any;
|
|
|
|
- RepairTestVo:any;
|
|
|
|
- repairRegisterVo:any;
|
|
|
|
- orderReceivingVo:any;
|
|
|
|
- repairPay:any;
|
|
|
|
- repairComment:any;
|
|
|
|
- priceList:any[];
|
|
|
|
- lastRepairId:any;
|
|
|
|
- haveButton:any;
|
|
|
|
-}
|
|
|
|
|
|
+ customer: any;
|
|
|
|
+ customerAddress: any;
|
|
|
|
+ repairerVo: any;
|
|
|
|
+ RepairTestVo: any;
|
|
|
|
+ repairRegisterVo: any;
|
|
|
|
+ orderReceivingVo: any;
|
|
|
|
+ repairPay: any;
|
|
|
|
+ repairComment: any;
|
|
|
|
+ priceList: any[];
|
|
|
|
+ lastRepairId: any;
|
|
|
|
+ haveButton: any;
|
|
|
|
+}
|
|
export type InvoiceListResul = BasicPageParams<InvoiceList>;
|
|
export type InvoiceListResul = BasicPageParams<InvoiceList>;
|
|
/**
|
|
/**
|
|
* @description: Request list return value
|
|
* @description: Request list return value
|