From 0a0d20740928952a1a8fbf84817929ba240aa337 Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Mon, 13 Jul 2026 16:07:51 +0800 Subject: [PATCH] fix --- .../Container/EnterpriseInfo/OrgInfo/index.js | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/pages/Container/EnterpriseInfo/OrgInfo/index.js b/src/pages/Container/EnterpriseInfo/OrgInfo/index.js index 755d60f..ed3d1d6 100644 --- a/src/pages/Container/EnterpriseInfo/OrgInfo/index.js +++ b/src/pages/Container/EnterpriseInfo/OrgInfo/index.js @@ -160,7 +160,7 @@ function OrgInfoPage(props) { label="生产经营单位名称" rules={[{ required: true, message: "请输入生产经营单位名称" }]} > - + @@ -169,7 +169,7 @@ function OrgInfoPage(props) { label="统一社会信用代码" rules={[creditCodeRule(true)]} > - + @@ -180,7 +180,7 @@ function OrgInfoPage(props) { { required: true, message: "请输入安全生产监管行业类别" }, ]} > - + @@ -206,12 +206,12 @@ function OrgInfoPage(props) { label="所属镇、街道" rules={[{ required: true, message: "请输入所属镇街道" }]} > - + - + @@ -258,7 +258,7 @@ function OrgInfoPage(props) { label="注册地址" rules={[{ required: true, message: "请输入注册地址" }]} > - + @@ -267,12 +267,12 @@ function OrgInfoPage(props) { label="经营地址" rules={[{ required: true, message: "请输入经营地址" }]} > - + - + @@ -280,7 +280,7 @@ function OrgInfoPage(props) { name="economyIndustryCode" label="国民经济行业分类(GB/T4754-2017)" > - + @@ -289,7 +289,7 @@ function OrgInfoPage(props) { label="法定代表人" rules={[{ required: true, message: "请输入法定代表人" }]} > - + @@ -301,7 +301,7 @@ function OrgInfoPage(props) { typeof value === "string" ? value.trim() : value } > - + @@ -310,7 +310,7 @@ function OrgInfoPage(props) { label="主要负责人" rules={[{ required: true, message: "请输入主要负责人" }]} > - + @@ -322,12 +322,12 @@ function OrgInfoPage(props) { typeof value === "string" ? value.trim() : value } > - + - + @@ -342,6 +342,7 @@ function OrgInfoPage(props) { @@ -355,7 +356,7 @@ function OrgInfoPage(props) { typeof value === "string" ? value.trim() : value } > - + @@ -368,7 +369,7 @@ function OrgInfoPage(props) { - + @@ -380,7 +381,7 @@ function OrgInfoPage(props) { typeof value === "string" ? value.trim() : value } > - +