mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
feat(FE-62,65): add biaya_ekspedisi_per_item field and calculation in MovementForm
This commit is contained in:
+1
@@ -44,6 +44,7 @@ export type CreateMovementPayload = {
|
||||
no_surat_jalan: string;
|
||||
dokumen: string | File;
|
||||
biaya_ekspedisi: number;
|
||||
biaya_ekspedisi_per_item?: number;
|
||||
nama_sopir: string;
|
||||
}[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user