|
@ -979,6 +979,7 @@ export default { |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
label: "残疾类别", |
|
|
label: "残疾类别", |
|
|
|
|
|
check:'fourFont', |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
pformName: "healthDto", |
|
|
pformName: "healthDto", |
|
|
formName: "disabilityCategoryCode", |
|
|
formName: "disabilityCategoryCode", |
|
@ -989,6 +990,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "残疾等级", |
|
|
label: "残疾等级", |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
|
|
|
check:'fourFont', |
|
|
pformName: "healthDto", |
|
|
pformName: "healthDto", |
|
|
formName: "disabilityLevel", |
|
|
formName: "disabilityLevel", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
@ -999,6 +1001,7 @@ export default { |
|
|
label: "残疾证号", |
|
|
label: "残疾证号", |
|
|
pformName: "healthDto", |
|
|
pformName: "healthDto", |
|
|
itemType: "input1", |
|
|
itemType: "input1", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "disabilityNum", |
|
|
formName: "disabilityNum", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -1057,6 +1060,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "所患大病", |
|
|
label: "所患大病", |
|
|
itemType: "checkbox", |
|
|
itemType: "checkbox", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "illnessCodes", |
|
|
formName: "illnessCodes", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionParams: { dictType: "illness_code" }, |
|
|
opctionParams: { dictType: "illness_code" }, |
|
@ -1071,6 +1075,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "所患慢病", |
|
|
label: "所患慢病", |
|
|
itemType: "checkbox", |
|
|
itemType: "checkbox", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "chronicDiseaseCodes", |
|
|
formName: "chronicDiseaseCodes", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionParams: { dictType: "chronic_disease_code" }, |
|
|
opctionParams: { dictType: "chronic_disease_code" }, |
|
@ -1086,6 +1091,7 @@ export default { |
|
|
label: "死亡时间", |
|
|
label: "死亡时间", |
|
|
itemType: "datepicker1", |
|
|
itemType: "datepicker1", |
|
|
formName: "deathTime", |
|
|
formName: "deathTime", |
|
|
|
|
|
check:'fourFont', |
|
|
pformName: "deathDto", |
|
|
pformName: "deathDto", |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
@ -1096,6 +1102,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "老年人分类", |
|
|
label: "老年人分类", |
|
|
itemType: "checkbox", |
|
|
itemType: "checkbox", |
|
|
|
|
|
check:'fiveFont', |
|
|
formName: "oldPeopleCategories", |
|
|
formName: "oldPeopleCategories", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionParams: { dictType: "oldPeople_categories" }, |
|
|
opctionParams: { dictType: "oldPeople_categories" }, |
|
@ -1105,6 +1112,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "居住情况", |
|
|
label: "居住情况", |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "resideSituation", |
|
|
formName: "resideSituation", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionParams: { dictType: "reside_situation" }, |
|
|
opctionParams: { dictType: "reside_situation" }, |
|
@ -1114,6 +1122,7 @@ export default { |
|
|
label: "高龄补助", |
|
|
label: "高龄补助", |
|
|
itemType: "inputNum", |
|
|
itemType: "inputNum", |
|
|
formName: "oldSubsidy", |
|
|
formName: "oldSubsidy", |
|
|
|
|
|
check:'fourFont', |
|
|
pformName: "oldPeopleDto", |
|
|
pformName: "oldPeopleDto", |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
@ -1124,6 +1133,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "低保类别", |
|
|
label: "低保类别", |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "category", |
|
|
formName: "category", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionParams: { dictType: "subsistence_allowance_category" }, |
|
|
opctionParams: { dictType: "subsistence_allowance_category" }, |
|
@ -1132,6 +1142,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "低保享受原因", |
|
|
label: "低保享受原因", |
|
|
itemType: "checkbox", |
|
|
itemType: "checkbox", |
|
|
|
|
|
check:'sixFont', |
|
|
formName: "reasons", |
|
|
formName: "reasons", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionParams: { dictType: "subsistence_allowance_reasons" }, |
|
|
opctionParams: { dictType: "subsistence_allowance_reasons" }, |
|
@ -1144,6 +1155,7 @@ export default { |
|
|
id: "parymemberInfoDto", |
|
|
id: "parymemberInfoDto", |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
|
|
|
check:'fourFont', |
|
|
label: "入党时间", |
|
|
label: "入党时间", |
|
|
itemType: "datepicker1", |
|
|
itemType: "datepicker1", |
|
|
formName: "joinTime", |
|
|
formName: "joinTime", |
|
@ -1158,6 +1170,7 @@ export default { |
|
|
opction: [], |
|
|
opction: [], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
check:'fiveFont', |
|
|
label: "所属党组织", |
|
|
label: "所属党组织", |
|
|
itemType: "cascader1", |
|
|
itemType: "cascader1", |
|
|
formName: "partyOrgId", |
|
|
formName: "partyOrgId", |
|
@ -1181,9 +1194,10 @@ export default { |
|
|
pformName: "parymemberInfoDto", |
|
|
pformName: "parymemberInfoDto", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: "职务", |
|
|
label: "党组织职务", |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
formName: "partyJob", |
|
|
formName: "partyJob", |
|
|
|
|
|
check:'fiveFont', |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionParams: { dictType: "party_job" }, |
|
|
opctionParams: { dictType: "party_job" }, |
|
|
pformName: "parymemberInfoDto", |
|
|
pformName: "parymemberInfoDto", |
|
@ -1208,6 +1222,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "党员中心户", |
|
|
label: "党员中心户", |
|
|
itemType: "radio1", |
|
|
itemType: "radio1", |
|
|
|
|
|
check:'fiveFont', |
|
|
formName: "centerFlag", |
|
|
formName: "centerFlag", |
|
|
pformName: "parymemberInfoDto", |
|
|
pformName: "parymemberInfoDto", |
|
|
opction: [ |
|
|
opction: [ |
|
@ -1246,12 +1261,14 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "所在社区", |
|
|
label: "所在社区", |
|
|
itemType: "input1", |
|
|
itemType: "input1", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "liveCommunity", |
|
|
formName: "liveCommunity", |
|
|
pformName: "ensureHouseDto", |
|
|
pformName: "ensureHouseDto", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: "住房性质", |
|
|
label: "住房性质", |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "housingNature", |
|
|
formName: "housingNature", |
|
|
opctionUrl: "sys/dict/data/house", |
|
|
opctionUrl: "sys/dict/data/house", |
|
|
opctionParams: { formCode: "resi_base_info" }, |
|
|
opctionParams: { formCode: "resi_base_info" }, |
|
@ -1264,14 +1281,16 @@ export default { |
|
|
id: "veteranDto", |
|
|
id: "veteranDto", |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
label: "入伍时间", |
|
|
label: "入伍日期", |
|
|
itemType: "datepicker1", |
|
|
itemType: "datepicker1", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "joinArmyTime", |
|
|
formName: "joinArmyTime", |
|
|
pformName: "veteranDto", |
|
|
pformName: "veteranDto", |
|
|
opction: [], |
|
|
opction: [], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: "退伍时间", |
|
|
label: "退伍日期", |
|
|
|
|
|
check:'fourFont', |
|
|
itemType: "datepicker1", |
|
|
itemType: "datepicker1", |
|
|
formName: "leaveArmyTime", |
|
|
formName: "leaveArmyTime", |
|
|
pformName: "veteranDto", |
|
|
pformName: "veteranDto", |
|
@ -1310,6 +1329,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: "是否办理公益性岗位", |
|
|
label: "是否办理公益性岗位", |
|
|
|
|
|
check:'nineFont', |
|
|
itemType: "radio1", |
|
|
itemType: "radio1", |
|
|
formName: "pubWelfareJobFlag", |
|
|
formName: "pubWelfareJobFlag", |
|
|
pformName: "veteranDto", |
|
|
pformName: "veteranDto", |
|
@ -1325,6 +1345,7 @@ export default { |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
label: "统战类型", |
|
|
label: "统战类型", |
|
|
|
|
|
check:'fourFont', |
|
|
itemType: "input1", |
|
|
itemType: "input1", |
|
|
pformName: "unitedFrontDto", |
|
|
pformName: "unitedFrontDto", |
|
|
formName: "unitedFrontType", |
|
|
formName: "unitedFrontType", |
|
@ -1350,6 +1371,7 @@ export default { |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
label: "特扶类别", |
|
|
label: "特扶类别", |
|
|
|
|
|
check:'fourFont', |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
formName: "specialSupportType", |
|
|
formName: "specialSupportType", |
|
|
pformName: "specialSupportDto", |
|
|
pformName: "specialSupportDto", |
|
@ -1367,6 +1389,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
//1 |
|
|
//1 |
|
|
label: "子女姓名", |
|
|
label: "子女姓名", |
|
|
|
|
|
check:'fourFont', |
|
|
itemType: "input1", |
|
|
itemType: "input1", |
|
|
formName: "childName", |
|
|
formName: "childName", |
|
|
pformName: "specialSupportDto", |
|
|
pformName: "specialSupportDto", |
|
@ -1376,6 +1399,7 @@ export default { |
|
|
//2 |
|
|
//2 |
|
|
label: "子女性别", |
|
|
label: "子女性别", |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
|
|
|
check:'fourFont', |
|
|
formName: "childGender", |
|
|
formName: "childGender", |
|
|
pformName: "specialSupportDto", |
|
|
pformName: "specialSupportDto", |
|
|
opction: [ |
|
|
opction: [ |
|
@ -1392,6 +1416,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "子女死亡日期", |
|
|
label: "子女死亡日期", |
|
|
itemType: "datepicker1", |
|
|
itemType: "datepicker1", |
|
|
|
|
|
check:'sixFont', |
|
|
formName: "childDeathDate", |
|
|
formName: "childDeathDate", |
|
|
pformName: "specialSupportDto", |
|
|
pformName: "specialSupportDto", |
|
|
opction: [], |
|
|
opction: [], |
|
@ -1399,6 +1424,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "子女伤残类别", |
|
|
label: "子女伤残类别", |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
|
|
|
check:'sixFont', |
|
|
formName: "childDisabilityCategoryCode", |
|
|
formName: "childDisabilityCategoryCode", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
pformName: "specialSupportDto", |
|
|
pformName: "specialSupportDto", |
|
@ -1408,6 +1434,7 @@ export default { |
|
|
{ |
|
|
{ |
|
|
label: "子女伤残等级", |
|
|
label: "子女伤残等级", |
|
|
itemType: "select1", |
|
|
itemType: "select1", |
|
|
|
|
|
check:'sixFont', |
|
|
pformName: "specialSupportDto", |
|
|
pformName: "specialSupportDto", |
|
|
formName: "childDisabilityLevel", |
|
|
formName: "childDisabilityLevel", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|
opctionUrl: "sys/dict/data/dictlist", |
|
|