'fixbug'
This commit is contained in:
		| @ -78,7 +78,7 @@ export class OrderManagementBulkeDetailComponent implements OnInit { | ||||
|     this.service.request(this.service.$api_getBulkBillDetail, { id: this.id }).subscribe(res => { | ||||
|       if (res) { | ||||
|         this.i = res; | ||||
|         this.billExpenses = this.i?.billExpenseDetailVOList?.filter((data: any) => data.expenseCode === 'TRA'); | ||||
|         this.billExpenses = this.i?.billExpenseDetails?.filter((data: any) => data.expenseCode === 'TRA'); | ||||
|         this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data:any)=>data.displayStatus !=="HIDE"); | ||||
|         this.pois = [ | ||||
|           { | ||||
|  | ||||
| @ -94,7 +94,7 @@ export class OrderManagementVehicleDetailComponent implements OnInit { | ||||
|             title: res.endPoint.detailedAddress | ||||
|           } | ||||
|         ]; | ||||
|         this.billExpenses = this.i?.billExpenseDetailVOList?.filter( | ||||
|         this.billExpenses = this.i?.billExpenseDetails?.filter( | ||||
|           (data: any) => data.expenseCode === 'PRE' || data.expenseCode === 'RECE' || data.expenseCode === 'BACK' | ||||
|         ); | ||||
|         this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data: any) => data.displayStatus !== 'HIDE'); | ||||
|  | ||||
| @ -84,7 +84,7 @@ export class WaybillManagementBulkeDetailComponent implements OnInit { | ||||
|       this.unLoadingPlaceVOList.push(...res.dischargePlace) | ||||
|       console.log(this.unLoadingPlaceVOList) | ||||
|       this.i = res; | ||||
|       this.billExpenses = this.i?.billExpenseDetailVOList?.filter((data: any) => data.costCode === 'TRA'); | ||||
|       this.billExpenses = this.i?.billExpenseDetails?.filter((data: any) => data.costCode === 'TRA'); | ||||
|         this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data:any)=>data.displayStatus !=="HIDE"); | ||||
|     }) | ||||
|   } | ||||
|  | ||||
| @ -83,7 +83,7 @@ export class WaybillManagementVehicleDetailComponent implements OnInit, OnDestro | ||||
|       this.unLoadingPlaceVOList.push(...res.dischargePlace); | ||||
|       console.log(this.unLoadingPlaceVOList); | ||||
|       this.i = res; | ||||
|       this.billExpenses = this.i?.billExpenseDetailVOList?.filter( | ||||
|       this.billExpenses = this.i?.billExpenseDetails?.filter( | ||||
|         (data: any) => data.costCode === 'PRE' || data.costCode === 'RECE' || data.costCode === 'BACK' | ||||
|       ); | ||||
|       this.i.scheduleVOList = this.i?.scheduleVOList?.filter((data: any) => data.displayStatus !== 'HIDE'); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user