Merge branch 'feat/FE/US-33/TASK-40-slicing-ui-for-master-data-forms' of gitlab.com:mbugroup/lti-web-client into feat/FE/US-35/stock-transfer

This commit is contained in:
rstubryan
2025-10-09 16:33:31 +07:00
30 changed files with 2354 additions and 36 deletions
+22
View File
@@ -138,6 +138,28 @@ export const WAREHOUSE_TYPE_OPTIONS = [
},
];
export const TYPE_OPTIONS = [
{
label: 'INDIVIDUAL',
value: 'INDIVIDUAL',
},
{
label: 'BISNIS',
value: 'BISNIS',
},
];
export const CATEGORY_OPTIONS = [
{
label: 'BOP',
value: 'BOP',
},
{
label: 'SAPRONAK',
value: 'SAPRONAK',
},
];
export const PRODUCT_FLAG_OPTIONS = [
{ label: 'DOC', value: 'DOC' },
{ label: 'PAKAN', value: 'PAKAN' },