feat(FE): adding 4 input scenario marketing type

This commit is contained in:
randy-ar
2026-02-05 05:38:02 +07:00
parent cb22fd1037
commit 43dcbf73ee
7 changed files with 123 additions and 65 deletions
@@ -208,6 +208,7 @@ const SalesOrderFormModal = ({
convertion_unit: normalizedConvertionUnit,
weight_per_convertion:
product.weight_per_convertion ?? undefined,
week: product.week?.value ?? undefined,
} as CreateSalesOrderProductPayload;
}),
} as CreateSalesOrderPayload)