From 677548f2e58dcd05e35568bfd217c9b6f5a9845d 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: Thu, 9 Apr 2026 09:04:15 +0800
Subject: [PATCH] 1
---
.../CustomPages/SK/SK004CheckPost.js | 32 ++++++++++++++++---
1 file changed, 27 insertions(+), 5 deletions(-)
diff --git a/src/components/CustomPages/SK/SK004CheckPost.js b/src/components/CustomPages/SK/SK004CheckPost.js
index 33e123c..efd2c25 100644
--- a/src/components/CustomPages/SK/SK004CheckPost.js
+++ b/src/components/CustomPages/SK/SK004CheckPost.js
@@ -283,11 +283,22 @@ class SK004CheckPost extends React.Component {
inputText2: record?.NAME
})
};
- handleSearch3 = (value) => {
+ // handleSearch3 = (value) => {
+ // this.setState({
+ // inputText3: value
+ // })
+ // }
+ handleSearch3 = ({data, record}) => {
this.setState({
- inputText3: value
+ depart: {
+ ...this.state.depart,
+ PRODUCTION_UNIT_ID: data[0],
+ Nav_ProductionUnit: { NAME: record?.NAME },
+ },
+ inputText3: record?.NAME,
+ productionId: record?.ID
})
- }
+ };
render() {
const formItemLayout = {
labelCol: { span: 8 },
@@ -379,7 +390,7 @@ class SK004CheckPost extends React.Component {
-
@@ -395,7 +406,18 @@ class SK004CheckPost extends React.Component {
-
+ */}
+
+ {
+ params.OrderType = 1
+ // params.Keyword = this.state.inputText3
+ params.OrgId = this.props.login.OrgId
+ }} />
+
{/*