mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +00:00
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:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user