|
|
@ -2,8 +2,8 @@ |
|
|
|
<view class="form_card"> |
|
|
|
<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"> |
|
|
|
<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"> |
|
|
|
<view class="title"> |
|
|
|
<text class="tag"></text> 选择居住房屋{{indexP+1}} |
|
|
|
</view> |
|
|
@ -41,7 +41,7 @@ |
|
|
|
<view class="title">所在楼栋</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="bindPickerChangebuilding" range-key="label" value="{{index}}" range="{{form.resideInfoDtos[indexP].optionsB}}" data-indexP="{{indexP}}"> |
|
|
|
<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> |
|
|
@ -55,7 +55,7 @@ |
|
|
|
<view class="title">所在单元</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="bindPickerChangeUnit" range-key="label" value="{{index}}" range="{{form.resideInfoDtos[indexP].optionsD}}" data-indexP="{{indexP}}"> |
|
|
|
<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> |
|
|
@ -82,7 +82,7 @@ |
|
|
|
<view class="title">人房关系</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="bindPickerChangeResiHouseRel" range-key="label" value="{{index}}" range="{{resiHouseRelList}}" data-indexP="{{indexP}}"> |
|
|
|
<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> |
|
|
@ -96,7 +96,7 @@ |
|
|
|
<view class="title">与户主关系</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="bindPickerChangehouseHolderRel" range-key="label" value="{{index}}" range="{{dicts.houseHolderRelList}}" data-indexP="{{indexP}}"> |
|
|
|
<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> |
|
|
@ -104,14 +104,13 @@ |
|
|
|
<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="bindPlaceOfDomicileInput" bindinput="bindPlaceOfDomicileInput"value="{{form.resideInfoDtos[indexP].placeOfDomicile}}" placeholder-class="gray" placeholder="请输入" data-indexP="{{indexP}}" /> |
|
|
|
<image src="../../../../images/right.png" mode="" /> |
|
|
|
<input confirm-type="next" bindblur="bindPlaceOfDomicileInput" bindinput="bindPlaceOfDomicileInput" value="{{form.resideInfoDtos[indexP].placeOfDomicile}}" placeholder-class="gray" placeholder="请输入" data-indexP="{{indexP}}" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -120,18 +119,16 @@ |
|
|
|
<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}}"/> |
|
|
|
<image src="../../../../images/right.png" mode="" /> |
|
|
|
<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"> |
|
|
|
<view class="label "> |
|
|
|
<text class="must">*</text> |
|
|
|
<view class="title">迁出时间</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker mode="date" value="{{form.resideInfoDtos[indexP].outOfTime}}" end="{{day}}" bindchange="bindOutOfTimeChange" data-indexP="{{indexP}}"> |
|
|
|
<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> |
|
|
@ -140,8 +137,8 @@ |
|
|
|
</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> |
|
|
|
<button bind:tap="addHouse">+</button> |
|
|
|
<button bind:tap="delHouse" data-indexP="{{indexP}}" wx:if="{{form.resideInfoDtos.length>1}}">-</button> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
@ -149,13 +146,16 @@ |
|
|
|
</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.name}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindNameInput" bindinput="bindNameInput" value="{{form.baseInfoDto.name}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -165,9 +165,9 @@ |
|
|
|
<view class="title">证件类型</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="" range-key="label" value="{{index}}" range="{{}}"> |
|
|
|
<picker bindchange="bindPickerChangeIdType" range-key="label" value="{{index}}" range="{{dicts.idTypeList}}"> |
|
|
|
<view class="{{form.baseInfoDto.idType?'':'gray'}}"> |
|
|
|
{{genderName ? genderName : '请选择'}} |
|
|
|
{{idTypeName ? idTypeName : '请选择'}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
<image src="../../../../images/right.png" mode="" /> |
|
|
@ -180,8 +180,7 @@ |
|
|
|
<view class="title">证件号</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="bindIdNumInput" bindinput="bindidNumInput" value="{{form.idNum}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
|
|
|
|
<input confirm-type="next" bindblur="bindIdNumInput" bindinput="bindidNumInput" value="{{form.baseInfoDto.idNum}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -191,9 +190,9 @@ |
|
|
|
<view class="title">国籍</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="" range-key="label" value="{{index}}" range="{{}}"> |
|
|
|
<view class="{{form.baseInfoDto.idType?'':'gray'}}"> |
|
|
|
{{genderName ? genderName : '请选择'}} |
|
|
|
<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="" /> |
|
|
@ -218,8 +217,8 @@ |
|
|
|
<view class="title">性别</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="bindPickerChangeGender" range-key="label" value="{{index}}" range="{{genderList}}"> |
|
|
|
<view class="{{form.gender?'':'gray'}}"> |
|
|
|
<picker bindchange="bindPickerChangeGender" range-key="label" value="{{index}}" range="{{dicts.genderList}}"> |
|
|
|
<view class="{{genderName?'':'gray'}}"> |
|
|
|
{{genderName ? genderName : '请选择'}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
@ -247,9 +246,9 @@ |
|
|
|
<view class="title">民族</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="bindPickerChangeNation" range-key="label" value="{{index}}" range="{{nation}}"> |
|
|
|
<view class="{{form.nation?'':'gray'}}"> |
|
|
|
{{form.nation ? nation[form.nation].label : '请选择'}} |
|
|
|
<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="" /> |
|
|
@ -260,9 +259,9 @@ |
|
|
|
<view class="title">文化程度</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="bindPickerChangeEducation" range-key="label" value="{{index}}" range="{{education}}"> |
|
|
|
<picker bindchange="bindPickerChangeEducation" range-key="label" value="{{index}}" range="{{dicts.educationList}}"> |
|
|
|
<view class="{{form.eduInfoDto.cultureLevel?'':'gray'}}"> |
|
|
|
{{form.eduInfoDto.cultureLevel ? education[form.eduInfoDto.cultureLevel].label : '请选择'}} |
|
|
|
{{form.eduInfoDto.cultureLevel ? dicts.educationList[form.eduInfoDto.cultureLevel].label : '请选择'}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
<image src="../../../../images/right.png" mode="" /> |
|
|
@ -273,8 +272,8 @@ |
|
|
|
<view class="title">婚姻状况</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="bindPickerChangemarriage" range-key="label" value="{{index}}" range="{{marriageList}}"> |
|
|
|
<view class="{{form.familyInfoDto.marriage?'':'gray'}}"> |
|
|
|
<picker bindchange="bindPickerChangeMarriage" range-key="label" value="{{index}}" range="{{dicts.marriageList}}"> |
|
|
|
<view class="{{marriageName?'':'gray'}}"> |
|
|
|
{{marriageName ? marriageName : '请选择'}} |
|
|
|
</view> |
|
|
|
</picker> |
|
|
@ -286,9 +285,9 @@ |
|
|
|
<view class="title">配偶情况</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="" range-key="label" value="{{index}}" range="{{}}"> |
|
|
|
<view class="{{form.familyInfoDto.marriage?'':'gray'}}"> |
|
|
|
{{marriageName ? marriageName : '请选择'}} |
|
|
|
<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="" /> |
|
|
@ -300,7 +299,7 @@ |
|
|
|
<view class="title">籍贯</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="bindNativePlaceInput" bindinput="bindNativePlaceInput" value="{{form.resideInfoDto.nativePlace}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindNativePlaceInput" bindinput="bindNativePlaceInput" value="{{form.baseInfoDto.nativePlace}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -309,9 +308,9 @@ |
|
|
|
<view class="title">本地户籍</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="" range-key="label" value="{{index}}" range="{{}}"> |
|
|
|
<view class="{{form.familyInfoDto.marriage?'':'gray'}}"> |
|
|
|
{{marriageName ? marriageName : '请选择'}} |
|
|
|
<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="" /> |
|
|
@ -320,25 +319,26 @@ |
|
|
|
</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"> |
|
|
|
<!-- <text class="must">*</text> --> |
|
|
|
<view class="title">宗教信仰</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="" bindinput="" value="{{}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<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"> |
|
|
|
<!-- <text class="must">*</text> --> |
|
|
|
<view class="title">就业状态</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="" range-key="label" value="{{index}}" range="{{}}"> |
|
|
|
<view class="{{form.baseInfoDto.idType?'':'gray'}}"> |
|
|
|
{{genderName ? genderName : '请选择'}} |
|
|
|
<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="" /> |
|
|
@ -350,7 +350,7 @@ |
|
|
|
<view class="title">工作单位</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="" bindinput="" value="{{}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindWorkUnit" bindinput="bindWorkUnit" value="{{form.workInfoDto.workUnit}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -359,7 +359,7 @@ |
|
|
|
<view class="title">职业</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="" bindinput="" value="{{}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindWorkOccupation" bindinput="bindWorkOccupation" value="{{form.workInfoDto.occupation}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -368,7 +368,7 @@ |
|
|
|
<view class="title">月收入</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="" bindinput="" value="{{}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindMonthIncome" bindinput="bindMonthIncome" value="{{form.economyDto.monthIncome}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -377,7 +377,7 @@ |
|
|
|
<view class="title">原工作单位</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="" bindinput="" value="{{}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindOriginWorkUnit" bindinput="bindOriginWorkUnit" value="{{form.unemployedDto.originWorkUnit}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -387,9 +387,9 @@ |
|
|
|
<view class="title">失业时间</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker mode="date" value="{{}}" end="{{day}}" bindchange="bindDateChange"> |
|
|
|
<view class="{{form.birthday?'':'gray'}}"> |
|
|
|
{{form.birthday ? form.birthday : '请选择'}} |
|
|
|
<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="" /> |
|
|
@ -401,7 +401,7 @@ |
|
|
|
<view class="title">失业证号</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="" bindinput="" value="{{}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindUnemploymentNum" bindinput="bindUnemploymentNum" value="{{form.unemployedDto.unemploymentNum}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -410,9 +410,9 @@ |
|
|
|
<view class="title">失业原因</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="" range-key="label" value="{{index}}" range="{{}}"> |
|
|
|
<view class="{{form.baseInfoDto.idType?'':'gray'}}"> |
|
|
|
{{genderName ? genderName : '请选择'}} |
|
|
|
<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="" /> |
|
|
@ -424,7 +424,7 @@ |
|
|
|
<view class="title">再就业优惠证号</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="" bindinput="" value="{{}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindEmploymentNum" bindinput="bindEmploymentNum" value="{{form.unemployedDto.employmentNum}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -433,7 +433,7 @@ |
|
|
|
<view class="title">技术特长</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<input confirm-type="next" bindblur="" bindinput="" value="{{}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
<input confirm-type="next" bindblur="bindSpecialSkill" bindinput="bindSpecialSkill" value="{{form.unemployedDto.specialSkill}}" placeholder-class="gray" placeholder="请输入" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@ -442,7 +442,7 @@ |
|
|
|
<view class="title">是否领取失业金</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<radio-group class="radio_group" bindchange=""> |
|
|
|
<radio-group class="radio_group" bindchange="bindUnempCompensationFlag"> |
|
|
|
<radio value="1" checked="true" color="#3974f6" />是 |
|
|
|
<radio value="0" checked="true" color="#3974f6" />否 |
|
|
|
</radio-group> |
|
|
@ -454,7 +454,7 @@ |
|
|
|
<view class="title">是否就业困难对象</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<radio-group class="radio_group" bindchange=""> |
|
|
|
<radio-group class="radio_group" bindchange="bindEmploymentHardFlag"> |
|
|
|
<radio value="1" checked="true" color="#3974f6" />是 |
|
|
|
<radio value="0" checked="true" color="#3974f6" />否 |
|
|
|
</radio-group> |
|
|
@ -466,9 +466,9 @@ |
|
|
|
<view class="title">劳动就业愿望</view> |
|
|
|
</view> |
|
|
|
<view class="input"> |
|
|
|
<picker bindchange="" range-key="label" value="{{index}}" range="{{}}"> |
|
|
|
<view class="{{form.baseInfoDto.idType?'':'gray'}}"> |
|
|
|
{{genderName ? genderName : '请选择'}} |
|
|
|
<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="" /> |
|
|
@ -486,38 +486,65 @@ |
|
|
|
</radio-group> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="form_item"> |
|
|
|
<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"> |
|
|
|
<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="bindUnempCompensationFlag"> |
|
|
|
<radio value="1" checked="true" color="#3974f6" />群众 |
|
|
|
<radio value="0" 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=""> |
|
|
|
<radio value="1" checked="true" color="#3974f6" />是 |
|
|
|
<radio value="0" checked="true" color="#3974f6" />否 |
|
|
|
</radio-group> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="bot_btn"> |
|
|
|