@ -189,6 +189,7 @@ export enum DICT_TYPE {
UOM = 'uom', // 计量单位
ABC_CLASS = 'abc_class', // ABC类
TRUE_FALSE = 'true_false', // 是否
TRUE_FALSE_LOWER_CASE = 'true_false_lower_case', // 是否小写
ALLOWOVERSHIPMENT = 'allow_over_shipment',//是否允许超发
FALSE_OR_TRUE = 'false_or_true', // 是否2
ITEM_GROUP = 'item_group', // 物料分组
@ -60,7 +60,7 @@ export const OuterApiHis = useCrudSchemas(reactive<CrudSchema[]>([
field: 'success',
sort: 'custom',
isSearch: true,
dictType: DICT_TYPE.TRUE_FALSE,
dictType: DICT_TYPE.TRUE_FALSE_LOWER_CASE,
dictClass: 'string',
},
{