fix(FE): skeleton for input skenario sales order

This commit is contained in:
randy-ar
2026-02-04 15:38:03 +07:00
parent e123ca9b13
commit 09cd6395e6
5 changed files with 525 additions and 168 deletions
+1
View File
@@ -110,6 +110,7 @@ export type BaseCreateMarketingProductPayload = {
qty: string | number | undefined;
avg_weight: string | number | undefined;
total_price: string | number | undefined;
marketing_type: string;
};
/**