+ 1、请上传含公告(公示)正文的pdf文件
+ 2、依据公共服务平台要求,上传的pdf请务必进行手写签名及盖章
+
+ setExampleVisible(true)} />
+
+
+ 勾选中国招标投标公共服务平台后该操作为必须执行
+
+ }
+ >
+
+
+ )
+ }
+ //公示-标段(包)遍历
+ const sectionsRender = (sections: any[] | null, readonly: boolean) => {
+ if (isNotEmpty(sections)) {
+ const activeKeyList = (length: number) => {
+ const list: number[] = []
+ for (let i = 0; i < length; i++) {
+ list.push(i);
+ }
+ return list;
+ }
+ return sections?.map((item, index) => (
+