|
@@ -1174,12 +1174,12 @@ const CauseTabColumns =[
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- key: "materialName",
|
|
|
- title: "物料",
|
|
|
+ key: "materialCode",
|
|
|
+ title: "物料编码",
|
|
|
inputType: "PopoverSelect",
|
|
|
width: 180,
|
|
|
require: true,
|
|
|
- valueKey: "id",
|
|
|
+ valueKey: "code",
|
|
|
referName: "MATERIAL_PARAM",
|
|
|
dataMapping: {
|
|
|
material: "id",
|
|
@@ -1208,8 +1208,8 @@ const CauseTabColumns =[
|
|
|
queryParams: () => ({}),
|
|
|
},
|
|
|
{
|
|
|
- key: "materialCode",
|
|
|
- title: "物料编码",
|
|
|
+ key: "materialName",
|
|
|
+ title: "物料名称",
|
|
|
inputType: "Input",
|
|
|
require: true,
|
|
|
width: 180,
|