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 ? (