This commit is contained in:
1107302052
2022-03-18 18:33:19 +08:00
parent e259f53bc2
commit ace758617f
4 changed files with 4 additions and 4 deletions

View File

@ -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');