|
@ -1,55 +1,31 @@ |
|
|
<form wx:if="{{isApplied}}" |
|
|
<form wx:if="{{isApplied}}" class="m-fm" bindsubmit="submit" report-submit="true"> |
|
|
class="m-fm" |
|
|
|
|
|
bindsubmit="submit" |
|
|
|
|
|
report-submit="true"> |
|
|
|
|
|
<view class="fm"> |
|
|
<view class="fm"> |
|
|
<view class="item-title">基础信息</view> |
|
|
<view class="item-title">基础信息</view> |
|
|
|
|
|
|
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="field"> |
|
|
<view class="field"> |
|
|
<text class="z-stress">*</text> |
|
|
<text class="z-stress">*</text> |
|
|
昵称 |
|
|
昵称 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="input"> |
|
|
<input type="text" |
|
|
<input type="text" value="{{ fmData.nickname }}" placeholder="请输入您的昵称" placeholder-class="z-ph" name="nickname" cursor-spacing="14" maxlength="100" /> |
|
|
value="{{ fmData.nickname }}" |
|
|
|
|
|
placeholder="请输入您的昵称" |
|
|
|
|
|
placeholder-class="z-ph" |
|
|
|
|
|
name="nickname" |
|
|
|
|
|
cursor-spacing="14" |
|
|
|
|
|
maxlength="100" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="field"> |
|
|
<view class="field"> |
|
|
<text class="z-stress">*</text> |
|
|
<text class="z-stress">*</text> |
|
|
姓 |
|
|
姓 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="input"> |
|
|
<input type="text" |
|
|
<input type="text" value="{{ fmData.surname }}" placeholder="请输入您的姓氏" placeholder-class="z-ph" name="surname" cursor-spacing="14" maxlength="100" /> |
|
|
value="{{ fmData.surname }}" |
|
|
|
|
|
placeholder="请输入您的姓氏" |
|
|
|
|
|
placeholder-class="z-ph" |
|
|
|
|
|
name="surname" |
|
|
|
|
|
cursor-spacing="14" |
|
|
|
|
|
maxlength="100" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="field"> |
|
|
<view class="field"> |
|
|
<text class="z-stress">*</text> |
|
|
<text class="z-stress">*</text> |
|
|
名 |
|
|
名 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="input"> |
|
|
<input type="text" |
|
|
<input type="text" value="{{ fmData.name }}" placeholder="请输入您的名字" placeholder-class="z-ph" name="name" cursor-spacing="14" maxlength="100" /> |
|
|
value="{{ fmData.name }}" |
|
|
|
|
|
placeholder="请输入您的名字" |
|
|
|
|
|
placeholder-class="z-ph" |
|
|
|
|
|
name="name" |
|
|
|
|
|
cursor-spacing="14" |
|
|
|
|
|
maxlength="100" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
@ -58,49 +34,46 @@ |
|
|
手机号 |
|
|
手机号 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="input"> |
|
|
<input type="text" |
|
|
<input type="text" value="{{ fmData.mobile }}" placeholder="请输入您的手机号" placeholder-class="z-ph" name="mobile" cursor-spacing="14" maxlength="100" /> |
|
|
value="{{ fmData.mobile }}" |
|
|
|
|
|
placeholder="请输入您的手机号" |
|
|
|
|
|
placeholder-class="z-ph" |
|
|
|
|
|
name="mobile" |
|
|
|
|
|
cursor-spacing="14" |
|
|
|
|
|
maxlength="100" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="field"> |
|
|
<view class="field"> |
|
|
<text class="z-stress">*</text> |
|
|
<text class="z-stress">*</text> |
|
|
身份证号 |
|
|
身份证号 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="input"> |
|
|
<input type="text" |
|
|
<input type="text" value="{{ fmData.idNum }}" placeholder="请输入您的身份证号码" placeholder-class="z-ph" name="idNum" cursor-spacing="14" maxlength="18" /> |
|
|
value="{{ fmData.idNum }}" |
|
|
|
|
|
placeholder="请输入您的身份证号码" |
|
|
|
|
|
placeholder-class="z-ph" |
|
|
|
|
|
name="idNum" |
|
|
|
|
|
cursor-spacing="14" |
|
|
|
|
|
maxlength="18" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="fm mt20"> |
|
|
<view class="fm mt20"> |
|
|
<view class="item-title border-bot0">现居住地</view> |
|
|
<!-- <view class="item-title border-bot0">现居住地</view> --> |
|
|
|
|
|
<view class="item"> |
|
|
|
|
|
<view class="field"> |
|
|
|
|
|
<view class="field-text">所属网格</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="value"> |
|
|
|
|
|
<view class="input"> |
|
|
|
|
|
{{fmData.sex}} |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
|
<view class="field"> |
|
|
<view class="field"> |
|
|
<text class="z-stress">*</text> |
|
|
<text class="z-stress">*</text> |
|
|
路牌号 |
|
|
路牌号 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="value"> |
|
|
<input type="text" |
|
|
<picker class="picker" range="{{roadRelationList}}" range-key="label" bindchange="roadSyncPicker"> |
|
|
value="{{ fmData.street }}" |
|
|
<view class="picker-text" wx:if="{{fmData.roadRelationName}}"> |
|
|
placeholder="* 什么路(街、村)多少号" |
|
|
{{fmData.roadRelationName}} |
|
|
placeholder-class="z-ph" |
|
|
</view> |
|
|
name="street" |
|
|
<view class="picker-text z-weak" wx:else>请选择</view> |
|
|
cursor-spacing="14" |
|
|
<image class="menu-arrow" src="/subpages/family/images/arrow.png" mode="aspectFit" /> |
|
|
maxlength="100" /> |
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
@ -108,14 +81,14 @@ |
|
|
<text class="z-white">*</text> |
|
|
<text class="z-white">*</text> |
|
|
小区名称 |
|
|
小区名称 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="value"> |
|
|
<input type="text" |
|
|
<picker class="picker" range="{{villageRelationList}}" range-key="label" bindchange="villageSyncPicker" disabled="{{!fmData.roadRelationName}}"> |
|
|
value="{{ fmData.district }}" |
|
|
<view class="picker-text" wx:if="{{fmData.villageRelationName}}"> |
|
|
placeholder="小区名称" |
|
|
{{fmData.villageRelationName}} |
|
|
placeholder-class="z-ph" |
|
|
</view> |
|
|
name="district" |
|
|
<view class="picker-text z-weak" wx:else bind:tap="syncPicker" data-type='road'>请选择</view> |
|
|
cursor-spacing="14" |
|
|
<image class="menu-arrow" src="/subpages/family/images/arrow.png" mode="aspectFit" /> |
|
|
maxlength="100" /> |
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
@ -123,14 +96,14 @@ |
|
|
<text class="z-white">*</text> |
|
|
<text class="z-white">*</text> |
|
|
楼栋 |
|
|
楼栋 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="value"> |
|
|
<input type="text" |
|
|
<picker class="picker" range="{{buildRelationList}}" range-key="label" bindchange="buildSyncPicker"> |
|
|
value="{{ fmData.buildingAddress }}" |
|
|
<view class="picker-text" wx:if="{{fmData.buildRelationName}}"> |
|
|
placeholder="楼栋号-单元室(如8号楼602)" |
|
|
{{fmData.buildRelationName}} |
|
|
placeholder-class="z-ph" |
|
|
</view> |
|
|
name="buildingAddress" |
|
|
<view class="picker-text z-weak" wx:else>请选择</view> |
|
|
cursor-spacing="14" |
|
|
<image class="menu-arrow" src="/subpages/family/images/arrow.png" mode="aspectFit" /> |
|
|
maxlength="100" /> |
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
@ -138,14 +111,14 @@ |
|
|
<text class="z-white">*</text> |
|
|
<text class="z-white">*</text> |
|
|
单元 |
|
|
单元 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="value"> |
|
|
<input type="text" |
|
|
<picker class="picker" range="{{unitRelationList}}" range-key="label" bindchange="unitSyncPicker"> |
|
|
value="{{ fmData.buildingAddress }}" |
|
|
<view class="picker-text" wx:if="{{fmData.unitRelationName}}"> |
|
|
placeholder="楼栋号-单元室(如8号楼602)" |
|
|
{{fmData.unitRelationName}} |
|
|
placeholder-class="z-ph" |
|
|
</view> |
|
|
name="buildingAddress" |
|
|
<view class="picker-text z-weak" wx:else>请选择</view> |
|
|
cursor-spacing="14" |
|
|
<image class="menu-arrow" src="/subpages/family/images/arrow.png" mode="aspectFit" /> |
|
|
maxlength="100" /> |
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item"> |
|
|
<view class="item"> |
|
@ -153,20 +126,18 @@ |
|
|
<text class="z-stress">*</text> |
|
|
<text class="z-stress">*</text> |
|
|
房屋 |
|
|
房屋 |
|
|
</view> |
|
|
</view> |
|
|
<view class="input"> |
|
|
<view class="value"> |
|
|
<input type="text" |
|
|
<picker class="picker" range="{{houseRelationList}}" range-key="label" bindchange="houseSyncPicker"> |
|
|
value="{{ fmData.buildingAddress }}" |
|
|
<view class="picker-text" wx:if="{{fmData.houseRelationName}}"> |
|
|
placeholder="楼栋号-单元室(如8号楼602)" |
|
|
{{fmData.houseRelationName}} |
|
|
placeholder-class="z-ph" |
|
|
|
|
|
name="buildingAddress" |
|
|
|
|
|
cursor-spacing="14" |
|
|
|
|
|
maxlength="100" /> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="picker-text z-weak" wx:else>请选择</view> |
|
|
|
|
|
<image class="menu-arrow" src="/subpages/family/images/arrow.png" mode="aspectFit" /> |
|
|
|
|
|
</picker> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
<button formType="submit" |
|
|
<button formType="submit" class="submit-btn {{ submitBtnIsAllowed ? '' : 'z-disabled'}}" plain="true"> |
|
|
class="submit-btn {{ submitBtnIsAllowed ? '' : 'z-disabled'}}" |
|
|
提交 |
|
|
plain="true">提交</button> |
|
|
</button> |
|
|
</form> |
|
|
</form> |
|
|
|
|
|
|
|
|