3.13 修改多阶段招募和单一来源,风险点展示不显示供应商关联风险关系
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user