From 1e7c22ce902c6f96aad00eca13698986944ed34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Mon, 5 Jan 2026 17:13:17 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cxtj/技术准备.js | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) 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 },