From 1dcb7f8fb0f555a2b97cd0b7eba36ecdf11054b8 Mon Sep 17 00:00:00 2001 From: fangjiakai <450850793@qq.com> Date: Thu, 29 Jan 2026 11:49:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(inspection):=20=E6=B7=BB=E5=8A=A0=E8=A2=AB?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=8D=95=E4=BD=8D=E7=8E=B0=E5=9C=BA=E8=B4=9F?= =?UTF-8?q?=E8=B4=A3=E4=BA=BA=E4=BC=81=E4=B8=9A=E4=BF=A1=E6=81=AF=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增被检查单位现场负责人企业id字段 - 新增被检查单位现场负责人企业名称字段 --- .../Container/BranchCompany/Inspection/Inspection/Add/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Container/BranchCompany/Inspection/Inspection/Add/index.js b/src/pages/Container/BranchCompany/Inspection/Inspection/Add/index.js index c462d6f..322b647 100644 --- a/src/pages/Container/BranchCompany/Inspection/Inspection/Add/index.js +++ b/src/pages/Container/BranchCompany/Inspection/Inspection/Add/index.js @@ -398,6 +398,8 @@ function Add(props) { formItemProps: {labelCol: {span: 6}}, }, {name: ["personUnderInspection", "userName"], label: "被检查单位现场负责人名称", onlyForLabel: true}, + {name: ["personUnderInspection", "corpId"], label: "被检查单位现场负责人企业id", onlyForLabel: true}, + {name: ["personUnderInspection", "corpName"], label: "被检查单位现场负责人企业名称", onlyForLabel: true}, {name: "place", label: "检查场所", span: 24}, { name: "type",