|
@@ -32,10 +32,11 @@ export const FormColumns = [
|
|
|
disabled: true,
|
|
|
readonly: true,
|
|
|
},
|
|
|
+ { key: "materialName", title: "物料名称" },
|
|
|
{ key: "material", title: "物料编码" },
|
|
|
{ key: "materialClassify", title: "物料一级分类" },
|
|
|
+ { key: "manufacturerName", title: "生产厂家名称" },
|
|
|
{ key: "manufacturer", title: "生产厂家" },
|
|
|
- { key: "materialName", title: "物料名称" },
|
|
|
{ key: "model", title: "物料型号" },
|
|
|
{ key: "specification", title: "物料规格" },
|
|
|
{ key: "supplier", title: "供应商" },
|
|
@@ -112,7 +113,7 @@ export const SearchColumns = [
|
|
|
inputType: "PopoverSelect",
|
|
|
width: 200,
|
|
|
referName: "MATERIAL_PARAM",
|
|
|
- valueKey: "code",
|
|
|
+ valueKey: "id",
|
|
|
},
|
|
|
{
|
|
|
key: "status",
|