跳到主要内容

IBomFinishedProductBaseDataEditable 接口

interface IBomFinishedProductBaseDataEditable<AttrValueType = string> extends AugmentedRequired<IBomMetaInfo, 'name' | 'code'>, IBomCategoryAttr<AttrValueType> 

成品五金底层数据

继承: AugmentedRequired<IBomMetaInfo, 'name' | 'code'>, IBomCategoryAttr<AttrValueType>

属性

displayUnit

displayUnit?: string;

计数单位展示名 个

material

material: string;

材质

model

model: string;

规格型号

packageId

packageId?: string;

部件所属包裹

productType

productType: string;

成品类型:成品家具(FINISHED_FURNITURE)、五金(HARDWARE)、其他(OTHERS)

quantity

quantity: number;

数量

surfaceTechnology

surfaceTechnology?: string;

表面工艺

unit

unit: EFinishedProductUnit;

单位:个(NONE),千克(KG),米(METRE),平米(SQUARE_METRE),公升(LITRE)

类型: EFinishedProductUnit