3.13 修改多阶段招募和单一来源,风险点展示不显示供应商关联风险关系

This commit is contained in:
jl-zhoujl2
2023-03-13 15:33:12 +08:00
parent 3786d634e7
commit 448fd1edd6
2 changed files with 8 additions and 2 deletions

View File

@ -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<any>(false);
//查看详情窗口record
const [ViewEvalCheckValues, setViewEvalCheckValues] = useState<any>({});
//获取流程id
const defId = getDefId();
return (
<>
{/**智企查-供应商关联关系疑似违规行为 */}
<ZhiQiCha />
{((defId != "negotiation_single") && (defId != "recruit_multi")) && <ZhiQiCha />}
{
ViewRishFormModal ? (
<ViewRishFormModal