mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
refactor(FE): Support MovementDocument in movement form
This commit is contained in:
+9
@@ -14,6 +14,14 @@ type MovementWarehouse = {
|
||||
};
|
||||
};
|
||||
|
||||
export type MovementDocument = {
|
||||
id: number;
|
||||
path: string;
|
||||
name: string;
|
||||
ext: string;
|
||||
size: number;
|
||||
};
|
||||
|
||||
export type BaseMovement = {
|
||||
id: number;
|
||||
transfer_reason: string;
|
||||
@@ -39,6 +47,7 @@ export type BaseMovement = {
|
||||
document_path: string;
|
||||
shipping_cost_item: number;
|
||||
shipping_cost_total: number;
|
||||
document?: MovementDocument;
|
||||
items: {
|
||||
id: number;
|
||||
stock_transfer_detail_id: number;
|
||||
|
||||
Reference in New Issue
Block a user