mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 17:38:12 +00:00
Merge pull request #459 from Tria-plc/CutomerTruckAssign
Cutomer truck assign Fields: Truck Plate Number, Driver Name, Truck Type, Container Number to Load (now the Select I just wired) → Verify & Submit Assignment.
This commit is contained in:
@@ -466,6 +466,10 @@ export interface IBooking extends BaseEntity {
|
||||
|
||||
containers?: Array<{ type: string; qty: number; vgm: number }> | null;
|
||||
|
||||
/** Physical container numbers on this booking (from booking container units),
|
||||
* surfaced for the customer truck-assignment container picker. */
|
||||
containerNumbers?: string[] | null;
|
||||
|
||||
versionNumber: number;
|
||||
priorityScore: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user