返佣
This commit is contained in:
		| @ -85,16 +85,18 @@ export class OrderManagementRiskComponent implements OnInit { | ||||
|     this.service.request(this.service.$api_get_listStatisticalStatus, this.reqParams).subscribe(res => { | ||||
|       if (res) { | ||||
|        res.forEach((element: any) => { | ||||
|         if(element.representationsStatusLabel === '待申述') { | ||||
|          console.log(element.representationsStatus); | ||||
|         if(element.representationsStatus === '1') { | ||||
|           this.tabs.stayQuantity = element.quantity | ||||
|         } else if (element.representationsStatusLabel === '申诉失败') { | ||||
|           this.tabs.receivedQuantity = element.quantity | ||||
|         } else if (element.representationsStatusLabel === '申述成功') { | ||||
|         } else if (element.representationsStatus == '4') { | ||||
|           this.tabs.cancelQuantity = element.quantity | ||||
|         } else if (element.representationsStatusLabel === '申诉中') { | ||||
|         } else if (element.representationsStatus == '3') { | ||||
|           this.tabs.receivedQuantity = element.quantity | ||||
|         }else if (element.representationsStatus == '2') { | ||||
|           this.tabs.underwayQuantity = element.quantity | ||||
|         }  | ||||
|         } | ||||
|        }); | ||||
|        console.log(this.tabs) | ||||
|       } | ||||
|     }) | ||||
|   } | ||||
| @ -234,7 +236,7 @@ export class OrderManagementRiskComponent implements OnInit { | ||||
|         title: '申诉状态', | ||||
|         width: '100px', | ||||
|         className: 'text-left', | ||||
|         index: 'representationsStatusLabel' | ||||
|         index: 'representationsStatus' | ||||
|       }, | ||||
|       { | ||||
|         title: '货源编号', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user