From fc170fd97b18f28ba98e1648f2ab030b6a5ec9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Fri, 17 Apr 2026 09:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=B1=BB=E5=9E=8B=E8=BF=87?= =?UTF-8?q?=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SK/SK004CheckListNew.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/CustomPages/SK/SK004CheckListNew.js b/src/components/CustomPages/SK/SK004CheckListNew.js index 195e871..5cf140f 100644 --- a/src/components/CustomPages/SK/SK004CheckListNew.js +++ b/src/components/CustomPages/SK/SK004CheckListNew.js @@ -24,6 +24,7 @@ class SK004CheckListNew extends React.Component { production: {}, productionId: null, checkType: {}, + checkTypeId:null, data: {}, dataList: [], MineType: 0, @@ -205,8 +206,8 @@ class SK004CheckListNew extends React.Component { if (this.state.inputText6) { temp = temp.filter(t => t.CheckCycle == this.state.inputText6); } - if (this.state.inputText3) { - temp = temp.filter(t => t.CheckType == this.state.inputText3); + if (this.state.checkTypeId) { + temp = temp.filter(t => t.CHECK_TYPE_ID == this.state.checkTypeId); } if (this.state.inputText4) { temp = temp.filter(t => t.CheckDepart.includes(this.state.inputText4)); @@ -340,6 +341,7 @@ class SK004CheckListNew extends React.Component { ID: data[0], NAME: record?.NAME, }, + checkTypeId:record?.ID, inputText3: record?.NAME }) }; @@ -464,7 +466,7 @@ class SK004CheckListNew extends React.Component { onChange={this.handleSearch3} style={{ width: "150px" }} > */} - { params.OrderType = 1 params.OrgId = this.props.login.OrgId