This commit is contained in:
wangshiming
2022-03-07 15:46:28 +08:00
parent 74e43e1157
commit 1457c37fb5

View File

@ -57,7 +57,7 @@ export class SupplyManagementVehicleAssignedCarComponent implements OnInit {
return { return {
...this.sf?.value, ...this.sf?.value,
loadingTime: this.params?.loadingTime, loadingTime: this.params?.loadingTime,
shipperAppUserId: this.params?.shipperAppUserId, enterpriseId: this.params?.shipperAppUserId,
unloadingTime: this.params?.unloadingTime, unloadingTime: this.params?.unloadingTime,
}; };
} }