feat : ajout d'une page de creation d'une expedition
This commit is contained in:
@@ -2,7 +2,8 @@ import { useApi } from '~/composables/useApi'
|
||||
import type { WeightEntryData } from '~/services/dto/reception-data'
|
||||
|
||||
export type WeightPayload = {
|
||||
reception: string
|
||||
reception?: string
|
||||
shipment?: string
|
||||
type: 'gross' | 'tare'
|
||||
dsd: number | null
|
||||
weight: number | null
|
||||
|
||||
Reference in New Issue
Block a user