From 448fd1edd6f9d5d5260ed282267001d9cb8fb1f2 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Mon, 13 Mar 2023 15:33:12 +0800 Subject: [PATCH] =?UTF-8?q?3.13=20=E4=BF=AE=E6=94=B9=E5=A4=9A=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E6=8B=9B=E5=8B=9F=E5=92=8C=E5=8D=95=E4=B8=80=E6=9D=A5?= =?UTF-8?q?=E6=BA=90=EF=BC=8C=E9=A3=8E=E9=99=A9=E7=82=B9=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E4=BE=9B=E5=BA=94=E5=95=86=E5=85=B3?= =?UTF-8?q?=E8=81=94=E9=A3=8E=E9=99=A9=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Evaluation/BidControl/BidControlManager/index.tsx | 5 ++++- src/pages/Evaluation/BidControl/Jury/index.tsx | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/Evaluation/BidControl/BidControlManager/index.tsx b/src/pages/Evaluation/BidControl/BidControlManager/index.tsx index 6a3952d..2ca9abd 100644 --- a/src/pages/Evaluation/BidControl/BidControlManager/index.tsx +++ b/src/pages/Evaluation/BidControl/BidControlManager/index.tsx @@ -9,6 +9,7 @@ import ViewRiskSupplierModal from './components/ViewRiskSupplierModal'; import BidDocSmartCheckFormModal from './components/BidDocSmartCheckFormModal'; import ViewEvalFormModal from './components/ViewEvalFormModal'; import ZhiQiCha from './components/ZhiQiCha'; +import { getDefId } from '@/utils/session'; const Sing: React.FC<{}> = () => { //ip mac @@ -54,10 +55,12 @@ const Sing: React.FC<{}> = () => { const [ViewEvalFormVisible, setViewEvalFormVisible] = useState(false); //查看详情窗口record const [ViewEvalCheckValues, setViewEvalCheckValues] = useState({}); + //获取流程id + const defId = getDefId(); return ( <> {/**智企查-供应商关联关系疑似违规行为 */} - + {((defId != "negotiation_single") && (defId != "recruit_multi")) && } { ViewRishFormModal ? ( = () => { const [ViewJuryScoringAnalysisFormVisible, setViewJuryScoringAnalysisFormVisible] = useState(false); //查看详情窗口record const [ViewJuryScoringAnalysisValues, setViewJuryScoringAnalysisValues] = useState({}); + //获取流程id + const defId = getDefId(); const getWarningList = async () => { @@ -45,7 +48,7 @@ const Sing: React.FC<{}> = () => { return ( <> {/**智企查-供应商关联关系疑似违规行为 */} - + {((defId != "negotiation_single") && (defId != "recruit_multi")) && } {//投标文件制作地址日志信息查看 ViewRishFormModal ? (