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
|
||||
|
@ -7,6 +7,7 @@ import ViewReviewResultFormModal from '../BidControlManager/components/ViewRevie
|
||||
import ViewJuryScoringAnalysisFormModal from '../BidControlManager/components/ViewJuryScoringAnalysisFormModal';
|
||||
import ViewJuryScoringRemindFormModal from '../BidControlManager/components/ViewJuryScoringRemindFormModal';
|
||||
import ZhiQiCha from '../BidControlManager/components/ZhiQiCha';
|
||||
import { getDefId } from '@/utils/session';
|
||||
|
||||
function callback(key) {
|
||||
//getSessionUserData.roleIds;
|
||||
@ -38,6 +39,8 @@ const Sing: React.FC<{}> = () => {
|
||||
const [ViewJuryScoringAnalysisFormVisible, setViewJuryScoringAnalysisFormVisible] = useState<any>(false);
|
||||
//查看详情窗口record
|
||||
const [ViewJuryScoringAnalysisValues, setViewJuryScoringAnalysisValues] = useState<any>({});
|
||||
//获取流程id
|
||||
const defId = getDefId();
|
||||
|
||||
|
||||
const getWarningList = async () => {
|
||||
@ -45,7 +48,7 @@ const Sing: React.FC<{}> = () => {
|
||||
return (
|
||||
<>
|
||||
{/**智企查-供应商关联关系疑似违规行为 */}
|
||||
<ZhiQiCha />
|
||||
{((defId != "negotiation_single") && (defId != "recruit_multi")) && <ZhiQiCha />}
|
||||
{//投标文件制作地址日志信息查看
|
||||
ViewRishFormModal ? (
|
||||
<ViewRishFormModal
|
||||
|
Reference in New Issue
Block a user