diff --git a/src/views/cxtj/技术准备.js b/src/views/cxtj/技术准备.js index 0e52bc3..cc11de5 100644 --- a/src/views/cxtj/技术准备.js +++ b/src/views/cxtj/技术准备.js @@ -294,10 +294,19 @@ const 技术准备=()=>{ filterRender: { name: 'FilterCombination', }, }, { 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: 'feature', title: '特征', width: 120 }, - { field: 'flow', title: '流向', width: 120 }, + { field: 'feature', 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: 'nestingInfo', title: '套料图信息', width: 150, filters: [{ data: { checks: [], sVal: '', sMenu: '', fType1: '', fVal1: '', fMode: 'and', fType2: '', fVal2: '' } }], @@ -307,10 +316,16 @@ const 技术准备=()=>{ { field: 'project', title: 'PROJECT', width: 120 }, { field: 'block', title: 'BLOCK', 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: '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: 'c', title: 'C', width: 80 }, { field: 's', title: 'S', width: 80 },