3.9 供应商关联关系疑似违规行为
This commit is contained in:
@ -14,7 +14,7 @@ interface SupplierCommitmentProps {
|
||||
const SupplierCommitment: React.FC<SupplierCommitmentProps> = (props) => {
|
||||
const { projectId, callback } = props;
|
||||
const { warning } = Modal;
|
||||
const { Text } = Typography;
|
||||
const { Text, Paragraph } = Typography;
|
||||
const [time, setTime] = useState<number>(10);
|
||||
const [btnLoading, setBtnLoading] = useState<boolean>(false);
|
||||
const [visible, setVisible] = useState<boolean>(false);
|
||||
@ -87,10 +87,18 @@ const SupplierCommitment: React.FC<SupplierCommitmentProps> = (props) => {
|
||||
disabled: time !== 0,
|
||||
loading: btnLoading,
|
||||
}}
|
||||
bodyStyle={{ padding: 40 }}
|
||||
bodyStyle={{ padding: "32px 32px 18px" }}
|
||||
onCancel={onCancel}
|
||||
>
|
||||
<Text strong style={{ fontSize: 16 }}>已阅读并承诺在采购招标过程中,不存在围标、串标行为。同意中国联通公司对参与供应商进行IP、MAC地址校验,如不同供应商的MAC地址相同,评标/评审委员会(或采购人)将按围标、串标处理。</Text>
|
||||
<Paragraph>
|
||||
<Text strong style={{ fontSize: 16 }}>已阅读并承诺:</Text>
|
||||
</Paragraph>
|
||||
<Paragraph style={{ textIndent: "2em" }}>
|
||||
<Text strong style={{ fontSize: 16 }}>1、承诺在采购招标过程中,不存在围标、串标行为。同意中国联通公司对参与供应商进行IP、MAC地址校验,如不同供应商的MAC地址相同,评标/评审委员会(或采购人)将按围标、串标处理。</Text>
|
||||
</Paragraph>
|
||||
<Paragraph style={{ textIndent: "2em" }}>
|
||||
<Text strong style={{ fontSize: 16 }}>2、承诺同意查询供应商股权关联关系,若存在违反法律法规规定的股权关联关系,相关投标均无效且后续将按围标、串标处理。</Text>
|
||||
</Paragraph>
|
||||
</Modal>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user