mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 05:45:46 +00:00
Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into feat/FE/US-34/stock-adjustment
This commit is contained in:
@@ -127,6 +127,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