From 51b01849c1ea42ba74332f03e1ff6cc135683b8e Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Mon, 10 Aug 2026 18:14:55 +0800 Subject: [PATCH] feat --- src/components/StaffResumeModal/index.js | 6 ++ src/components/StaffResumeModal/index.less | 6 ++ .../QualificationReview/FilingTabs/index.js | 58 +++++-------------- 3 files changed, 26 insertions(+), 44 deletions(-) diff --git a/src/components/StaffResumeModal/index.js b/src/components/StaffResumeModal/index.js index 32a21a1..9591e5e 100644 --- a/src/components/StaffResumeModal/index.js +++ b/src/components/StaffResumeModal/index.js @@ -262,6 +262,12 @@ export default function StaffResumeModal({ {display(info.workExperience)} + + 本人签字 + + 从业机构确认 + + diff --git a/src/components/StaffResumeModal/index.less b/src/components/StaffResumeModal/index.less index 5510daa..430e579 100644 --- a/src/components/StaffResumeModal/index.less +++ b/src/components/StaffResumeModal/index.less @@ -36,6 +36,12 @@ text-align: left; } + .resume-sign { + width: 32%; + background: #fff; + height: 60px; + } + .resume-label-wide { width: 22%; background: #f5f5f5; diff --git a/src/pages/Container/QualificationReview/FilingTabs/index.js b/src/pages/Container/QualificationReview/FilingTabs/index.js index db459f0..b12e5c7 100644 --- a/src/pages/Container/QualificationReview/FilingTabs/index.js +++ b/src/pages/Container/QualificationReview/FilingTabs/index.js @@ -1,5 +1,5 @@ import React, { useState, useMemo } from "react"; -import { Button, Image, Input, Select, Table, Tabs, Tag } from "antd"; +import { Button, Image, Input, Select, Table, Tabs, Tag, Space } from "antd"; import { Connect } from "@cqsjjb/jjb-dva-runtime"; import { NS_QUAL_REVIEW, NS_EQUIP_INFO } from "~/enumerate/namespace"; import StaffViewModal from "~/components/StaffViewModal"; @@ -477,49 +477,19 @@ const FilingTabs = ({ key: "signature", label: "6. 机构负责人签字", children: ( -
-

- 机构负责人签字确认 -

-

- 机构端已完成资质申请第六项负责人签字,确认本次提交的基础信息、管理人员、专职安全评价师、申请材料和设备清单真实、准确、完整。 -

-
- - - - -
- -
- {commitment.legalRepSignatureUrl ? ( - <> - - 查看签字件 - - 已签字 - - ) : ( - 未签字 - )} -
-
- {commitment.legalRepSignatureUrl && ( - - )} -
+
+

申请单位法定代表人承诺书

+

本人{commitment.legalRepName}是{detail.filingUnitName}法定代表人,现代表我单位承诺如下:

+

一、我单位自愿申请安全评价机构资质。本人已经认真学习、了解并掌握《安全生产法》《行政许可法》《行政处罚法》及《安全评价检测检验机构管理办法》等法律法规的相关规定,知悉开展安全评价工作的法律责任、义务、权力和风险。

+

二、本人承诺本单位满足《安全评价检测检验机构管理办法》所规定的资质条件要求,本人及单位三年内无重大违法失信行为,申请资质所提交的有关材料真实、合法、有效,并对其真实性、合法性承担相应法律责任,接受并配合有关部门对本单位开展的专业能力审查。

+

三、如能获准资质,本单位将严格按照法律法规、规章标准的要求开展安全评价活动,遵守执业准则和职业道德,并对作出的安全评价报告结果承担法律责任,自觉接受应急管理部门、煤矿安全监督管理部门等行政执法部门的监督检查。

+

法定代表人:{commitment.legalRepName}(已签名)

+ + + {commitment.legalRepSignatureUrl&&} +

(单位盖章)

+
+

{commitment.signDate}

), },