fix bug
This commit is contained in:
@ -57,7 +57,8 @@ export class SupplyManagementVehicleAssignedCarComponent implements OnInit {
|
|||||||
return {
|
return {
|
||||||
...this.sf?.value,
|
...this.sf?.value,
|
||||||
loadingTime: this.params?.loadingTime,
|
loadingTime: this.params?.loadingTime,
|
||||||
unloadingTime: this.params?.unloadingTime
|
shipperAppUserId: this.params?.shipperAppUserId,
|
||||||
|
unloadingTime: this.params?.unloadingTime,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -107,6 +108,7 @@ export class SupplyManagementVehicleAssignedCarComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
ngOnInit(): void {
|
||||||
|
console.log(this.params)
|
||||||
}
|
}
|
||||||
|
|
||||||
dataProcess(data: STData[]): STData[] {
|
dataProcess(data: STData[]): STData[] {
|
||||||
|
|||||||
Reference in New Issue
Block a user