封闭区域申请:人员封闭区域申请、车辆封闭区域申请
parent
b5a585d9c3
commit
7c532e43bd
|
|
@ -96,15 +96,11 @@ function Add(props) {
|
||||||
onChange: (value) => {
|
onChange: (value) => {
|
||||||
const item = xgfProjectListAll.find(i => i.id === value) || {};
|
const item = xgfProjectListAll.find(i => i.id === value) || {};
|
||||||
form.setFieldValue("projectName", item.projectName);
|
form.setFieldValue("projectName", item.projectName);
|
||||||
form.setFieldValue("projectCorpId", item.corpinfoId);
|
|
||||||
form.setFieldValue("projectCorpName", item.corpinfoName);
|
|
||||||
setEntourageList([]);
|
setEntourageList([]);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ name: "projectName", label: "项目名称", onlyForLabel: true },
|
{ name: "projectName", label: "项目名称", onlyForLabel: true },
|
||||||
{ name: "projectCorpId", label: "相关方名称ID", onlyForLabel: true },
|
|
||||||
{ name: "projectCorpName", label: "相关方名称", onlyForLabel: true },
|
|
||||||
{
|
{
|
||||||
name: "jurisdictionalCorpId",
|
name: "jurisdictionalCorpId",
|
||||||
label: "区域管辖单位",
|
label: "区域管辖单位",
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ function View(props) {
|
||||||
...(
|
...(
|
||||||
props.entrance === "stakeholder"
|
props.entrance === "stakeholder"
|
||||||
? [
|
? [
|
||||||
{ label: "相关方名称", children: info.projectCorpName },
|
{ label: "相关方名称", children: info.applyPersonCorpName },
|
||||||
{ label: "所属项目", children: info.projectName },
|
{ label: "所属项目", children: info.projectName },
|
||||||
]
|
]
|
||||||
: []
|
: []
|
||||||
|
|
|
||||||
|
|
@ -138,8 +138,6 @@ function Add(props) {
|
||||||
onChange: (value) => {
|
onChange: (value) => {
|
||||||
const item = xgfProjectListAll.find(i => i.id === value) || {};
|
const item = xgfProjectListAll.find(i => i.id === value) || {};
|
||||||
form.setFieldValue("projectName", item.projectName);
|
form.setFieldValue("projectName", item.projectName);
|
||||||
form.setFieldValue("projectCorpId", item.corpinfoId);
|
|
||||||
form.setFieldValue("projectCorpName", item.corpinfoName);
|
|
||||||
form.setFieldValue("drivingUserId", "");
|
form.setFieldValue("drivingUserId", "");
|
||||||
form.setFieldValue("drivingUserName", "");
|
form.setFieldValue("drivingUserName", "");
|
||||||
if (value) {
|
if (value) {
|
||||||
|
|
@ -154,8 +152,6 @@ function Add(props) {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ name: "projectName", label: "项目名称", onlyForLabel: true },
|
{ name: "projectName", label: "项目名称", onlyForLabel: true },
|
||||||
{ name: "projectCorpId", label: "相关方名称ID", onlyForLabel: true },
|
|
||||||
{ name: "projectCorpName", label: "相关方名称", onlyForLabel: true },
|
|
||||||
{
|
{
|
||||||
name: "isApplyCompanyArea",
|
name: "isApplyCompanyArea",
|
||||||
label: "是否申请本公司区域",
|
label: "是否申请本公司区域",
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ function View(props) {
|
||||||
...(
|
...(
|
||||||
props.entrance === "stakeholder"
|
props.entrance === "stakeholder"
|
||||||
? [
|
? [
|
||||||
{ label: "相关方名称", children: info.projectCorpName },
|
{ label: "相关方名称", children: info.applyPersonCorpName },
|
||||||
{ label: "所属项目", children: info.projectName },
|
{ label: "所属项目", children: info.projectName },
|
||||||
]
|
]
|
||||||
: []
|
: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue