epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

838 lines
36 KiB

<view class="content">
<view class="form_card" style="height: 100rpx;overflow: hidden;">
<van-steps steps="{{ stepsList }}" custom-class="steps" inactive-color="" active-color="#3974f6" active="{{ activeForm }}" :></van-steps>
</view>
<view class="house_box" wx:if="{{activeForm === 0}}">
<view class=" form_height_all" wx:for="{{form.resideInfoDtos}}" class="form_card" style="margin-bottom: 20rpx;" wx:for-index="indexP" wx:key="indexP">
<view class="title">
<text class="tag"></text> 选择居住房屋{{indexP+1}}
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">所属组织</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeGrid" data-indexP="{{indexP}}" range-key="label" value="{{index}}" range="{{gridList}}">
<view class="{{form.resideInfoDtos[indexP].gridName?'':'gray'}}">
{{form.resideInfoDtos[indexP].gridName ? form.resideInfoDtos[indexP].gridName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">所在小区</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangevillageId" range-key="label" data-indexP="{{indexP}}" value="{{index}}" range="{{form.resideInfoDtos[indexP].optionsV}}">
<view class="{{form.resideInfoDtos[indexP].villageName?'':'gray'}}">
{{form.resideInfoDtos[indexP].villageName ? form.resideInfoDtos[indexP].villageName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">所在楼栋</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangebuilding" range-key="label" value="{{index}}" range="{{form.resideInfoDtos[indexP].optionsB}}" data-indexP="{{indexP}}">
<view class="{{form.resideInfoDtos[indexP].buildingName?'':'gray'}}">
{{form.resideInfoDtos[indexP].buildingName ? form.resideInfoDtos[indexP].buildingName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">所在单元</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeUnit" range-key="label" value="{{index}}" range="{{form.resideInfoDtos[indexP].optionsD}}" data-indexP="{{indexP}}">
<view class="{{form.resideInfoDtos[indexP].unitName?'':'gray'}}">
{{form.resideInfoDtos[indexP].unitName ? form.resideInfoDtos[indexP].unitName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label ">
<text class="must">*</text>
<view class="title">门牌号</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeHouse" range-key="label" value="{{index}}" range="{{form.resideInfoDtos[indexP].optionsH}}" data-indexP="{{indexP}}">
<view class="{{form.resideInfoDtos[indexP].houseName?'':'gray'}}">
{{form.resideInfoDtos[indexP].houseName ? form.resideInfoDtos[indexP].houseName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label ">
<view class="title">人房关系</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeResiHouseRel" range-key="label" value="{{index}}" range="{{resiHouseRelList}}" data-indexP="{{indexP}}">
<view class="{{form.resideInfoDtos[indexP].resiHouseRelName?'':'gray'}}">
{{form.resideInfoDtos[indexP].resiHouseRelName ? form.resideInfoDtos[indexP].resiHouseRelName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label ">
<view class="title">人户状况</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeHouseholdSituation" range-key="label" value="{{index}}" range="{{dicts.householdSituationList}}" data-indexP="{{indexP}}">
<view class="{{form.resideInfoDtos[indexP].householdSituationName?'':'gray'}}">
{{form.resideInfoDtos[indexP].householdSituationName ? form.resideInfoDtos[indexP].householdSituationName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label ">
<view class="title">与户主关系</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangehouseHolderRel" range-key="label" value="{{index}}" range="{{dicts.houseHolderRelList}}" data-indexP="{{indexP}}">
<view class="{{form.resideInfoDtos[indexP].houseHolderRelName?'':'gray'}}">
{{form.resideInfoDtos[indexP].houseHolderRelName ? form.resideInfoDtos[indexP].houseHolderRelName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item" wx:if="{{form.resideInfoDtos[indexP].householdSituation == 'rzhbz'}}">
<view class="label ">
<view class="title">户籍所在地</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindPlaceOfDomicileInput" bindinput="bindPlaceOfDomicileInput" value="{{form.resideInfoDtos[indexP].placeOfDomicile}}" placeholder-class="gray" placeholder="请输入" data-indexP="{{indexP}}" />
</view>
</view>
<view class="form_item" wx:if="{{form.resideInfoDtos[indexP].householdSituation == 'hzrbz'}}">
<view class="label ">
<view class="title">现居住地址</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindCurrentResidenceInput" bindinput="bindCurrentResidenceInput" value="{{form.resideInfoDtos[indexP].currentResidence}}" placeholder-class="gray" placeholder="请输入" data-indexP="{{indexP}}" />
</view>
</view>
<view class="form_item" wx:if="{{form.resideInfoDtos[indexP].householdSituation == 'rhdbz'}}">
<view class="label ">
<view class="title">迁出时间</view>
</view>
<view class="input">
<picker mode="date" value="{{form.resideInfoDtos[indexP].outOfTime}}" end="{{day}}" bindchange="bindOutOfTimeChange" data-indexP="{{indexP}}">
<view class="{{form.resideInfoDtos[indexP].outOfTime?'':'gray'}}">
{{form.resideInfoDtos[indexP].outOfTime ? form.resideInfoDtos[indexP].outOfTime : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="house_btn">
<button bind:tap="addHouse">+</button>
<button bind:tap="delHouse" data-indexP="{{indexP}}" wx:if="{{form.resideInfoDtos.length>1}}">-</button>
</view>
</view>
</view>
<view class="form_card form_height" wx:if="{{activeForm === 1}}">
<view class="title">
<text class="tag"></text> 基础信息登记
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">姓名</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindNameInput" bindinput="bindNameInput" value="{{form.baseInfoDto.name}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">证件类型</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeIdType" range-key="label" value="{{index}}" range="{{dicts.idTypeList}}">
<view class="{{form.baseInfoDto.idType?'':'gray'}}">
{{idTypeName ? idTypeName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">证件号</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindIdNumInput" bindinput="bindidNumInput" value="{{form.baseInfoDto.idNum}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">国籍</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeNationality" range-key="label" value="{{index}}" range="{{dicts.nationalityList}}">
<view class="{{nationalityName?'':'gray'}}">
{{nationalityName ? nationalityName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">联系电话</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindMobileInput" bindinput="bindmobileInput" value="{{form.mobile}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">性别</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeGender" range-key="label" value="{{index}}" range="{{dicts.genderList}}">
<view class="{{genderName?'':'gray'}}">
{{genderName ? genderName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<text class="must">*</text>
<view class="title">出生日期</view>
</view>
<view class="input">
<picker mode="date" value="{{form.baseInfoDto.birthday}}" end="{{day}}" bindchange="bindDateChange">
<view class="{{form.baseInfoDto.birthday?'':'gray'}}">
{{form.baseInfoDto.birthday ? form.baseInfoDto.birthday : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">民族</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeNation" range-key="label" value="{{index}}" range="{{dicts.nationList}}">
<view class="{{form.baseInfoDto.nation?'':'gray'}}">
{{form.baseInfoDto.nation ? dicts.nationList[form.baseInfoDto.nation].label : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">文化程度</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeEducation" range-key="label" value="{{index}}" range="{{dicts.educationList}}">
<view class="{{form.eduInfoDto.cultureLevel?'':'gray'}}">
{{form.eduInfoDto.cultureLevel ? dicts.educationList[form.eduInfoDto.cultureLevel].label : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">婚姻状况</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeMarriage" range-key="label" value="{{index}}" range="{{dicts.marriageList}}">
<view class="{{marriageName?'':'gray'}}">
{{marriageName ? marriageName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item" wx:if="{{form.familyInfoDto.marriage == 'chuhun' || form.familyInfoDto.marriage == 'zaihun' || form.familyInfoDto.marriage == 'fuhun'}}">
<view class="label">
<view class="title">配偶情况</view>
</view>
<view class="input">
<picker bindchange="bindPickerChangeSpouse" range-key="label" value="{{index}}" range="{{dicts.spouseSituationList}}">
<view class="{{spouseSituationName?'':'gray'}}">
{{spouseSituationName ? spouseSituationName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">籍贯</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindNativePlaceInput" bindinput="bindNativePlaceInput" value="{{form.baseInfoDto.nativePlace}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">本地户籍</view>
</view>
<view class="input">
<picker bindchange="bindLocalResidenceFlag" range-key="label" value="{{index}}" range="{{dicts.binaryOptionList}}">
<view class="{{form.baseInfoDto.localResidenceFlag?'':'gray'}}">
{{form.baseInfoDto.localResidenceFlag ?dicts.binaryOptionList[form.baseInfoDto.localResidenceFlag].label : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
</view>
<view wx:if="{{activeForm === 2}}" class="form_card form_height">
<view class="title">
<text class="tag"></text> 拓展信息登记
</view>
<view class="form_item">
<view class="label">
<view class="title">宗教信仰</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindReligionInput" bindinput="bindReligionInput" value="{{form.religionDto.religion}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">就业状态</view>
</view>
<view class="input">
<picker bindchange="bindCareerStatus" range-key="label" value="{{index}}" range="{{dicts.careerStatusList}}">
<view class="{{form.workInfoDto.careerStatus?'':'gray'}}">
{{careerStatusName ? careerStatusName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item" wx:if="{{form.workInfoDto.careerStatus >= 1 && form.workInfoDto.careerStatus <= 5}}">
<view class="label">
<view class="title">工作单位</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindWorkUnit" bindinput="bindWorkUnit" value="{{form.workInfoDto.workUnit}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item" wx:if="{{form.workInfoDto.careerStatus >= 1 && form.workInfoDto.careerStatus <= 5}}">
<view class="label">
<view class="title">职业</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindWorkOccupation" bindinput="bindWorkOccupation" value="{{form.workInfoDto.occupation}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item" wx:if="{{form.workInfoDto.careerStatus >= 1 && form.workInfoDto.careerStatus <= 5}}">
<view class="label">
<view class="title">月收入</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindMonthIncome" bindinput="bindMonthIncome" value="{{form.economyDto.monthIncome}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">原工作单位</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindOriginWorkUnit" bindinput="bindOriginWorkUnit" value="{{form.unemployedDto.originWorkUnit}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">失业时间</view>
</view>
<view class="input">
<picker mode="date" value="{{form.unemployedDto.unemploymentTime}}" end="{{day}}" bindchange="bindUnemploymentTime">
<view class="{{form.unemployedDto.unemploymentTime?'':'gray'}}">
{{form.unemployedDto.unemploymentTime ? form.unemployedDto.unemploymentTime : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">失业证号</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindUnemploymentNum" bindinput="bindUnemploymentNum" value="{{form.unemployedDto.unemploymentNum}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">失业原因</view>
</view>
<view class="input">
<picker bindchange="bindUnemploymentReason" range-key="label" value="{{index}}" range="{{dicts.unemploymentReasonList}}">
<view class="{{form.unemployedDto.unemploymentReason?'':'gray'}}">
{{unemploymentReasonName ? unemploymentReasonName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">再就业优惠证号</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindEmploymentNum" bindinput="bindEmploymentNum" value="{{form.unemployedDto.employmentNum}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">技术特长</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindSpecialSkill" bindinput="bindSpecialSkill" value="{{form.unemployedDto.specialSkill}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">是否领取失业金</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindUnempCompensationFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">是否就业困难对象</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindEmploymentHardFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view class="form_item" wx:if="{{(form.workInfoDto.careerStatus == 0 || form.workInfoDto.careerStatus == 6) && form.workInfoDto.careerStatus}}">
<view class="label">
<view class="title">劳动就业愿望</view>
</view>
<view class="input">
<picker bindchange="bindEmploymentWish" range-key="label" value="{{index}}" range="{{dicts.employmentWishList}}">
<view class="{{form.unemployedDto.employmentWish?'':'gray'}}">
{{employmentWishName ? employmentWishName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">有无赡养人</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindElderlyFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view class="form_item" wx:if="{{form.familyInfoDto.elderlyFlag == 1}}">
<view class="label">
<view class="title">与赡养人关系</view>
</view>
<view class="input">
<picker bindchange="bindElderlyRelation" range-key="label" value="{{index}}" range="{{dicts.houseHolderRelList}}">
<view class="{{form.familyInfoDto.elderlyRelation?'':'gray'}}">
{{elderlyRelationName ? elderlyRelationName : '请选择'}}
</view>
</picker>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item" wx:if="{{form.familyInfoDto.elderlyFlag == 1}}">
<view class="label">
<view class="title">赡养人联系电话</view>
</view>
<view class="input">
<input confirm-type="next" bindblur="bindDependantMobile" bindinput="bindDependantMobile" value="{{form.familyInfoDto.dependantMobile}}" placeholder-class="gray" placeholder="请输入" />
</view>
</view>
</view>
<view wx:if="{{activeForm == 3}}" class="form_height">
<view class="form_card">
<view class="title">
<text class="tag"></text> 人员标签
</view>
<view class="form_item">
<view class="label">
<view class="title">政治面貌</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindPartyFlag">
<radio value="0" checked="true" color="#3974f6" />群众
<radio value="1" color="#3974f6" />党员
<radio value="2"color="#3974f6" />共青团员
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.partyFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-title="党员信息" data-dto="parymemberInfoDto">
<text>党员信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
</view>
<view class="form_card">
<view class="title">
<text class="tag"></text> 健康状况
</view>
<view class="form_item">
<view class="label">
<view class="title">残疾</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="disabilityFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.disabilityFlag === 1}}">
<view class="detail" data-field="form.healthyDto.disabilityFlag" data-field="form.healthyDto.disabilityFlag" bindtap="showDetailForm" data-dto="healthyDto" data-title="残疾信息">
<text>残疾信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<!-- 大病 -->
<view class="form_item">
<view class="label">
<view class="title">大病</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="seriousIllnessFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.seriousIllnessFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.healthyDto.seriousIllnessFlag" data-title="大病信息" data-dto="seriousIllnessDto">
<text>大病信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<!-- 慢病 -->
<view class="form_item">
<view class="label">
<view class="title">慢病</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="chronicDiseaseFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.chronicDiseaseFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.healthyDto.chronicDiseaseFlag" data-title="慢病信息" data-dto="chronicDiseaseDto">
<text>慢病信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<!-- 死亡 -->
<view class="form_item">
<view class="label">
<view class="title">死亡</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="deathFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.deathFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.healthyDto.deathFlag" data-title="死亡信息" data-dto="deathDto">
<text>死亡信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
</view>
<view class="form_card">
<view class="title">
<text class="tag"></text> 关注人群
</view>
<view class="form_item">
<view class="label">
<view class="title">老年人</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="oldPeopleFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.oldPeopleFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.attentionResiDto.oldPeopleFlag" data-dto="oldPeopleDto" data-title="老年人信息">
<text>老年人信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">低保</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="subsistenceAllowanceFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.subsistenceAllowanceFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.attentionResiDto.subsistenceAllowanceFlag" data-title="低保信息" data-dto="subsistenceAllowanceDto">
<text>低保信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">退役军人</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="veteranFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.veteranFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.attentionResiDto.veteranFlag" data-dto="veteranDto" data-title="退役军人信息">
<text>退役军人信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">保障房人员</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="form.attentionResiDto.ensureHouseFlag" data-category="ensureHouseFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.ensureHouseFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.attentionResiDto.ensureHouseFlag" data-dto="ensureHouseDto" data-title="保障房人员信息">
<text>保障房人员信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">育龄妇女</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="fertileWomanFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">特扶人员</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="specialSupportFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.specialSupportFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.attentionResiDto.specialSupportFlag" data-dto="specialSupportDto" data-title="特扶人员信息">
<text>特扶人员信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
</view>
<view class="form_card">
<view class="title">
<text class="tag"></text> 特殊人群
</view>
<view class="form_item" wx:for="{{dicts.specialResidentCategory}}" wx:for-item="radioItem" wx:key="radioItem.value">
<view class="label">
<view class="title">{{radioItem.label}}</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindSpecialCategory" data-category="{{radioItem.value}}">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
</view>
<view class="form_card">
<view class="title">
<text class="tag"></text> 身份
</view>
<view class="form_item">
<view class="label">
<view class="title">志愿者</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="volunteerFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view wx:if="{{form.baseInfoDto.categoryInfo.volunteerFlag === 1}}">
<view class="detail" bindtap="showDetailForm" data-field="form.identityDto.volunteerFlag" data-dto="volunteerDto" data-title="志愿者信息">
<text>志愿者信息</text>
<image src="../../../../images/right.png" mode="" />
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">楼长</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="buildingChiefFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">单元长</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="unitChiefFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
<view class="form_item">
<view class="label">
<view class="title">公益岗</view>
</view>
<view class="input">
<radio-group class="radio_group" bindchange="bindResiLabelFlag" data-category="publicWelfareFlag">
<radio value="1" checked="true" color="#3974f6" />是
<radio value="0" checked="true" color="#3974f6" />否
</radio-group>
</view>
</view>
</view>
</view>
</view>
<van-popup show="{{ showExpand }}" round custom-style="width:90%;height:90%;" bind:close="onCloseExpandForm" wx:if="{{showExpand}}">
<expand-form bind:hideExpandForm="hideExpandForm" formList="{{expandFormList}}" popupTitle="{{popupTitle}}" bind:confirmExpandForm="confirmExpandForm" bind:changExpandForm="changExpandForm"></expand-form>
</van-popup>
<view class="bot_btn">
<button type="default" plain="true" class="bottom_btn bottom_btn_close" bind:tap="close" wx:if="{{activeForm === 0}}">取消</button>
<button type="default" plain="true" class="bottom_btn bottom_btn_close" bind:tap="backStep" wx:else>上一步</button>
<button type="primary" class=" btn_bule bottom_btn" bind:tap="nextStep" wx:if="{{activeForm !== 3}}">下一步</button>
<button type="primary" class=" btn_bule bottom_btn" bind:tap="saveForm" wx:if="{{activeForm === 3}}">提交</button>
</view>
<wux-select id="wux-select3" />
<!-- <DynamicForms show="{{isShowDynamicForms}}" title="{{dynamicFormsTitle}}" bind:close="closeDynamicForms" bind:ok="okDynamicForms" formController="{{formController}}" /> -->