|
@ -189,6 +189,7 @@ export enum DICT_TYPE { |
|
|
UOM = 'uom', // 计量单位
|
|
|
UOM = 'uom', // 计量单位
|
|
|
ABC_CLASS = 'abc_class', // ABC类
|
|
|
ABC_CLASS = 'abc_class', // ABC类
|
|
|
TRUE_FALSE = 'true_false', // 是否
|
|
|
TRUE_FALSE = 'true_false', // 是否
|
|
|
|
|
|
TRUE_FALSE_LOWER_CASE = 'true_false_lower_case', // 是否小写
|
|
|
ALLOWOVERSHIPMENT = 'allow_over_shipment',//是否允许超发
|
|
|
ALLOWOVERSHIPMENT = 'allow_over_shipment',//是否允许超发
|
|
|
FALSE_OR_TRUE = 'false_or_true', // 是否2
|
|
|
FALSE_OR_TRUE = 'false_or_true', // 是否2
|
|
|
ITEM_GROUP = 'item_group', // 物料分组
|
|
|
ITEM_GROUP = 'item_group', // 物料分组
|
|
|