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",