1.优化代码

master
董哲奇 4 weeks ago
parent cc28e9fe91
commit 1e7c22ce90

@ -294,10 +294,19 @@ const 技术准备=()=>{
filterRender: { name: 'FilterCombination', }, filterRender: { name: 'FilterCombination', },
}, },
{ field: 'specification', title: '规格', width: 130 }, { field: 'specification', title: '规格', width: 130 },
{ field: 'quantity', title: '数量', width: 100 }, { field: 'quantity', title: '数量', width: 100,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', },
},
{ field: 'material', title: '材质', width: 120 }, { field: 'material', title: '材质', width: 120 },
{ field: 'feature', title: '特征', width: 120 }, { field: 'feature', title: '特征', width: 120,
{ field: 'flow', title: '流向', width: 120 }, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', },
},
{ field: 'flow', title: '流向', width: 120,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', },
},
{ field: 'nextLevel', title: '下级', width: 120 }, { field: 'nextLevel', title: '下级', width: 120 },
{ field: 'nestingInfo', title: '套料图信息', width: 150, { field: 'nestingInfo', title: '套料图信息', width: 150,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
@ -307,10 +316,16 @@ const 技术准备=()=>{
{ field: 'project', title: 'PROJECT', width: 120 }, { field: 'project', title: 'PROJECT', width: 120 },
{ field: 'block', title: 'BLOCK', width: 120 }, { field: 'block', title: 'BLOCK', width: 120 },
{ field: 'partName0', title: 'PARTNAME', width: 120 }, { field: 'partName0', title: 'PARTNAME', width: 120 },
{ field: 'partNo', title: 'PARTNO', width: 120 }, { field: 'partNo', title: 'PARTNO', width: 120,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', },
},
{ field: 'material0', title: 'MATERIAL', width: 120 }, { field: 'material0', title: 'MATERIAL', width: 120 },
{ field: 'thickness', title: 'THICK', width: 120 }, { field: 'thickness', title: 'THICK', width: 120 },
{ field: 'type0', title: 'TYPE', width: 120 }, { field: 'type0', title: 'TYPE', width: 120,
filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }],
filterRender: { name: 'FilterCombination', },
},
{ field: 'p', title: 'P', width: 80 }, { field: 'p', title: 'P', width: 80 },
{ field: 'c', title: 'C', width: 80 }, { field: 'c', title: 'C', width: 80 },
{ field: 's', title: 'S', width: 80 }, { field: 's', title: 'S', width: 80 },

Loading…
Cancel
Save