|
@@ -1,7 +1,7 @@
|
|
<wxs module="urls" src="../../utils/photoUrl.wxs"></wxs>
|
|
<wxs module="urls" src="../../utils/photoUrl.wxs"></wxs>
|
|
<view class="container1">
|
|
<view class="container1">
|
|
<view class="{{showBj ? 'writeOldmanName':'none'}} " hidden="{{!showBj}}">
|
|
<view class="{{showBj ? 'writeOldmanName':'none'}} " hidden="{{!showBj}}">
|
|
- <view class=" OldmanName_box">
|
|
|
|
|
|
+ <view class="OldmanName_box">
|
|
<view class="oldmanname">请输入老人姓名</view>
|
|
<view class="oldmanname">请输入老人姓名</view>
|
|
<input focus='{{focus}}' style="margin-left:50rpx;margin-top:30rpx;border:1px solid #279bff" placeholder-style="color: {{color}}" bindinput="addOldName" value="{{addOldname}}" />
|
|
<input focus='{{focus}}' style="margin-left:50rpx;margin-top:30rpx;border:1px solid #279bff" placeholder-style="color: {{color}}" bindinput="addOldName" value="{{addOldname}}" />
|
|
<view class="btn_box">
|
|
<view class="btn_box">
|
|
@@ -60,17 +60,9 @@
|
|
<van-icon name="add-o" color="#2087f7" size="40rpx" bindtap="addFamilyOldman" />
|
|
<van-icon name="add-o" color="#2087f7" size="40rpx" bindtap="addFamilyOldman" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="form_box">
|
|
|
|
|
|
+ <scroll-view scroll-y='true' scroll-into-view="{{detail}}" class="form_box">
|
|
<!-- 第一个tab老人信息 -->
|
|
<!-- 第一个tab老人信息 -->
|
|
<view wx:if="{{currentIndex==0}}">
|
|
<view wx:if="{{currentIndex==0}}">
|
|
- <!-- <view wx:if="{{oldInfo[activeIndex].status == '4'}}" class="scans" bindtap="goShibai">
|
|
|
|
- <text>审核失败,点击查看驳回理由</text>
|
|
|
|
- </view>
|
|
|
|
- <van-popup show="{{ shiBaiShow }}" position="top" custom-style="height: 30%;" bind:close="shiBaiClose">
|
|
|
|
- <view class="liyou">驳回理由:</view>
|
|
|
|
- <view wx:if="{{oldInfo[activeIndex].remark}}">{{oldInfo[activeIndex].remark}}</view>
|
|
|
|
- <view wx:else>暂无驳回理由</view>
|
|
|
|
- </van-popup> -->
|
|
|
|
<view class="scans" wx:if="{{oldInfo[activeIndex].status == '4'}}" bindtap="goShibai">
|
|
<view class="scans" wx:if="{{oldInfo[activeIndex].status == '4'}}" bindtap="goShibai">
|
|
<text>审核失败,点击查看驳回理由</text>
|
|
<text>审核失败,点击查看驳回理由</text>
|
|
</view>
|
|
</view>
|
|
@@ -83,8 +75,10 @@
|
|
<van-icon name="photograph" color="#2087f7" size="30rpx" style="margin-left:20rpx" />
|
|
<van-icon name="photograph" color="#2087f7" size="30rpx" style="margin-left:20rpx" />
|
|
<text>可拍身份证照片上传基本信息</text>
|
|
<text>可拍身份证照片上传基本信息</text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <!-- <view bindtap="findNull">小铃铛</view> -->
|
|
|
|
+ <image src="../../images/dingdong.png" bindtap="findNull" style="width:40rpx;height:49rpx;position:fixed;top:130rpx;right:10rpx"></image>
|
|
<view class="block"><text class="red">*</text>姓名<input class="huiColor" disabled="true" value="{{oldInfo[activeIndex].name}}" /></view>
|
|
<view class="block"><text class="red">*</text>姓名<input class="huiColor" disabled="true" value="{{oldInfo[activeIndex].name}}" /></view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="sex">
|
|
<view class="name"><text class="red">*</text>性别</view>
|
|
<view class="name"><text class="red">*</text>性别</view>
|
|
<radio-group bindchange="tab1Change2">
|
|
<radio-group bindchange="tab1Change2">
|
|
<label wx:for="{{oldInfo[activeIndex].oldSex}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].oldSex}}" wx:key="name">
|
|
@@ -92,7 +86,8 @@
|
|
</label>
|
|
</label>
|
|
</radio-group>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
- <view class="name"><text class="red">*</text>民族</view>
|
|
|
|
|
|
+ <view wx:if="{{oldSexNull}}" class="required">老人性别不能为空哦!</view>
|
|
|
|
+ <view class="name" id="nation"><text class="red">*</text>民族</view>
|
|
<picker bindchange="tab1Change3" disabled="{{oldInfo[activeIndex].status == '3'}}" value="{{oldInfo[activeIndex].nation}}" range="{{mzArr}}">
|
|
<picker bindchange="tab1Change3" disabled="{{oldInfo[activeIndex].status == '3'}}" value="{{oldInfo[activeIndex].nation}}" range="{{mzArr}}">
|
|
<view class="picker {{oldInfo[activeIndex].status == '3' ? 'huiColor' : ''}} ">
|
|
<view class="picker {{oldInfo[activeIndex].status == '3' ? 'huiColor' : ''}} ">
|
|
<view wx:if="{{oldInfo[activeIndex].nation}}">{{oldInfo[activeIndex].nation}}</view>
|
|
<view wx:if="{{oldInfo[activeIndex].nation}}">{{oldInfo[activeIndex].nation}}</view>
|
|
@@ -100,16 +95,17 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
- <view class="block"><text class="red">*</text>身份证号<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' class="{{oldInfo[activeIndex].status == '3' ? 'huiColor' : ''}}" bindblur="tab1Change4" disabled="{{oldInfo[activeIndex].status == '3'}}" value="{{oldInfo[activeIndex].idNumber}}" /></view>
|
|
|
|
|
|
+ <view wx:if="{{oldNationNull}}" class="required">老人民族不能为空哦!</view>
|
|
|
|
+ <view class="block" id="idnumber"><text class="red">*</text>身份证号<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' class="{{oldInfo[activeIndex].status == '3' ? 'huiColor' : ''}}" bindblur="tab1Change4" disabled="{{oldInfo[activeIndex].status == '3'}}" value="{{oldInfo[activeIndex].idNumber}}" /></view>
|
|
<view wx:if="{{oldCardNull}}" class="required">老人身份证号不能为空哦!</view>
|
|
<view wx:if="{{oldCardNull}}" class="required">老人身份证号不能为空哦!</view>
|
|
<view wx:if="{{oldCardWrong}}" class="required">老人身份证号格式不对哦!</view>
|
|
<view wx:if="{{oldCardWrong}}" class="required">老人身份证号格式不对哦!</view>
|
|
<view wx:if="{{oldCard60}}" class="required">不可采集低于60岁老人的信息哦</view>
|
|
<view wx:if="{{oldCard60}}" class="required">不可采集低于60岁老人的信息哦</view>
|
|
<view wx:if="{{oldCard100}}" class="required1">提示:该老人年龄大于100岁</view>
|
|
<view wx:if="{{oldCard100}}" class="required1">提示:该老人年龄大于100岁</view>
|
|
<view wx:if="{{oldCard150}}" class="required">信息有误,请再次核实身份证信息</view>
|
|
<view wx:if="{{oldCard150}}" class="required">信息有误,请再次核实身份证信息</view>
|
|
- <view class="block"><text class="red">*</text>联系电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab1Change5" value="{{oldInfo[activeIndex].phone}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="oldphone"><text class="red">*</text>联系电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab1Change5" value="{{oldInfo[activeIndex].phone}}" /></view>
|
|
<view wx:if="{{oldPhoneNull}}" class="required">老人联系电话不能为空哦!</view>
|
|
<view wx:if="{{oldPhoneNull}}" class="required">老人联系电话不能为空哦!</view>
|
|
<view wx:if="{{oldPhoneNull1}}" class="required">老人联系电话格式不对哦!</view>
|
|
<view wx:if="{{oldPhoneNull1}}" class="required">老人联系电话格式不对哦!</view>
|
|
- <view class="block"><text class="red">*</text>户籍地址
|
|
|
|
|
|
+ <view class="block" id="place"><text class="red">*</text>户籍地址
|
|
<view class="picker1">
|
|
<view class="picker1">
|
|
<view wx:if="{{oldInfo[activeIndex].chooseAdressArr.length==0}}" class="place_text" bindtap="showAdressShow">点我选择户籍地址</view>
|
|
<view wx:if="{{oldInfo[activeIndex].chooseAdressArr.length==0}}" class="place_text" bindtap="showAdressShow">点我选择户籍地址</view>
|
|
<view style="width:450rpx;height:100rpx" wx:else bindtap="showAdressShow">{{oldInfo[activeIndex].chooseAdressArr}}</view>
|
|
<view style="width:450rpx;height:100rpx" wx:else bindtap="showAdressShow">{{oldInfo[activeIndex].chooseAdressArr}}</view>
|
|
@@ -140,12 +136,7 @@
|
|
</picker-view>
|
|
</picker-view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <!-- <picker style="z-index:1" mode="multiSelector" bindchange="bindMultiPickerChange" bindcolumnchange="bindMultiPickerColumnChange" value="{{multiIndex}}" range="{{multiArray}}" range-key="{{'CIVILREGIONALISMNAME'}}">
|
|
|
|
- <view class="picker1">
|
|
|
|
- <view wx:if="{{oldInfo[activeIndex].chooseAdressArr.length==0}}">点我选择户籍地址</view>
|
|
|
|
- <textarea style="width:450rpx;height:auto" disabled="true" wx:else>{{oldInfo[activeIndex].chooseAdressArr}}</textarea>
|
|
|
|
- </view>
|
|
|
|
- </picker> -->
|
|
|
|
|
|
+ <view wx:if="{{oldplaceNull}}" class="required">老人户籍地址不可以为空哦</view>
|
|
<input bindblur="tab1Change6" placeholder="请填写补充户籍地址" placeholder-style='font-size:25rpx;color: #bbbbbb;' value="{{oldInfo[activeIndex].nativePlaceExt}}" />
|
|
<input bindblur="tab1Change6" placeholder="请填写补充户籍地址" placeholder-style='font-size:25rpx;color: #bbbbbb;' value="{{oldInfo[activeIndex].nativePlaceExt}}" />
|
|
</view>
|
|
</view>
|
|
<checkbox-group bindchange="tab1change6_1">
|
|
<checkbox-group bindchange="tab1change6_1">
|
|
@@ -153,18 +144,11 @@
|
|
<checkbox value="{{item.name}}" color="#fff" checked="{{item.checked}}" />{{item.name}}
|
|
<checkbox value="{{item.name}}" color="#fff" checked="{{item.checked}}" />{{item.name}}
|
|
</label>
|
|
</label>
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
- <view class="block"><text class="red">*</text>现居地址
|
|
|
|
- <!-- <picker disabled="{{nowAdress}}" mode="multiSelector" bindchange="bindMultiPickerChange1" bindcolumnchange="bindMultiPickerColumnChange" value="{{multiIndex1}}" range="{{multiArray}}" range-key="{{'CIVILREGIONALISMNAME'}}">
|
|
|
|
- <view class="picker1">
|
|
|
|
- <view wx:if="{{oldInfo[activeIndex].chooseAdressArr1.length==0}}">点我选择现居地址</view>
|
|
|
|
- <textarea style="width:450rpx;height:auto" disabled="true" wx:else>{{oldInfo[activeIndex].chooseAdressArr1}}</textarea>
|
|
|
|
- </view>
|
|
|
|
- </picker> -->
|
|
|
|
|
|
+ <view class="block" id='nowplace'><text class="red">*</text>现居地址
|
|
<view class="picker1 {{oldInfo[activeIndex].isSameWithAddress[0].checked ? 'huiColor' : ''}}">
|
|
<view class="picker1 {{oldInfo[activeIndex].isSameWithAddress[0].checked ? 'huiColor' : ''}}">
|
|
<view wx:if="{{oldInfo[activeIndex].chooseAdressArr1.length==0}}" class="place_text" bindtap="showAdressShow1">点我选择现居地址</view>
|
|
<view wx:if="{{oldInfo[activeIndex].chooseAdressArr1.length==0}}" class="place_text" bindtap="showAdressShow1">点我选择现居地址</view>
|
|
<view style="width:450rpx;height:100rpx" wx:else bindtap="showAdressShow1">{{oldInfo[activeIndex].chooseAdressArr1}}</view>
|
|
<view style="width:450rpx;height:100rpx" wx:else bindtap="showAdressShow1">{{oldInfo[activeIndex].chooseAdressArr1}}</view>
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
- <!-- <textarea style="width:420rpx;height:100rpx" disabled="true" wx:else bindtap="showAdressShow1" value="{{oldInfo[activeIndex].chooseAdressArr1}}"></textarea> -->
|
|
|
|
</view>
|
|
</view>
|
|
<view class="picker_container" wx:if='{{showAdressBox1}}'>
|
|
<view class="picker_container" wx:if='{{showAdressBox1}}'>
|
|
<view style="height:50px">
|
|
<view style="height:50px">
|
|
@@ -191,9 +175,10 @@
|
|
</picker-view>
|
|
</picker-view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view wx:if="{{oldnowplaceNull}}" class="required">老人现居地址不可以为空哦</view>
|
|
<input class="{{oldInfo[activeIndex].isSameWithAddress[0].checked ? 'huiColor' : ''}} " disabled="{{nowAdress}}" bindblur="tab1Change7" placeholder="请填写补充现居地址" placeholder-style='font-size:25rpx;color: #bbbbbb;' value="{{oldInfo[activeIndex].addressExt}}" />
|
|
<input class="{{oldInfo[activeIndex].isSameWithAddress[0].checked ? 'huiColor' : ''}} " disabled="{{nowAdress}}" bindblur="tab1Change7" placeholder="请填写补充现居地址" placeholder-style='font-size:25rpx;color: #bbbbbb;' value="{{oldInfo[activeIndex].addressExt}}" />
|
|
</view>
|
|
</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="marry">
|
|
<view class="name"><text class="red">*</text>婚姻及配偶情况</view>
|
|
<view class="name"><text class="red">*</text>婚姻及配偶情况</view>
|
|
<radio-group bindchange="tab1Change8">
|
|
<radio-group bindchange="tab1Change8">
|
|
<label wx:for="{{oldInfo[activeIndex].oldMarry}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].oldMarry}}" wx:key="name">
|
|
@@ -201,14 +186,15 @@
|
|
</label>
|
|
</label>
|
|
</radio-group>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view wx:if="{{oldmarryNull}}" class="required">老人婚姻及配偶情况不可以为空哦</view>
|
|
<view wx:if="{{oldInfo[activeIndex].oldMarry[1].checked}}">
|
|
<view wx:if="{{oldInfo[activeIndex].oldMarry[1].checked}}">
|
|
- <view class="block"><text class="red">*</text>配偶姓名<input bindblur="tab1Change8_1" value="{{oldInfo[activeIndex].partnerName}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="poname"><text class="red">*</text>配偶姓名<input bindblur="tab1Change8_1" value="{{oldInfo[activeIndex].partnerName}}" /></view>
|
|
<view wx:if="{{oldisMarryName}}" class="required">配偶姓名不能为空哦!</view>
|
|
<view wx:if="{{oldisMarryName}}" class="required">配偶姓名不能为空哦!</view>
|
|
- <view class="block"><text class="red">*</text>配偶身份证号<input bindblur="tab1Change8_2" value="{{oldInfo[activeIndex].partnerIdNumber}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="pocard"><text class="red">*</text>配偶身份证号<input bindblur="tab1Change8_2" value="{{oldInfo[activeIndex].partnerIdNumber}}" /></view>
|
|
<view wx:if="{{oldisMarryPhone}}" class="required">配偶身份证号不能为空哦!</view>
|
|
<view wx:if="{{oldisMarryPhone}}" class="required">配偶身份证号不能为空哦!</view>
|
|
<view wx:if="{{oldisMarryPhoneGs}}" class="required">配偶身份证号格式不对哦!</view>
|
|
<view wx:if="{{oldisMarryPhoneGs}}" class="required">配偶身份证号格式不对哦!</view>
|
|
</view>
|
|
</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="health">
|
|
<view class="name"><text class="red">*</text>健康状况</view>
|
|
<view class="name"><text class="red">*</text>健康状况</view>
|
|
<checkbox-group bindchange="tab1Change9">
|
|
<checkbox-group bindchange="tab1Change9">
|
|
<label wx:for="{{oldInfo[activeIndex].healthAyy}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].healthAyy}}" wx:key="name">
|
|
@@ -218,7 +204,7 @@
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{oldHealth}}" class="required">老人健康状况不能为空哦!</view>
|
|
<view wx:if="{{oldHealth}}" class="required">老人健康状况不能为空哦!</view>
|
|
<view wx:if="{{oldInfo[activeIndex].healthAyy[1].checked}}">
|
|
<view wx:if="{{oldInfo[activeIndex].healthAyy[1].checked}}">
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="olacjType">
|
|
<view class="name"><text class="red">*</text>残疾类别</view>
|
|
<view class="name"><text class="red">*</text>残疾类别</view>
|
|
<checkbox-group bindchange="tab1Change10">
|
|
<checkbox-group bindchange="tab1Change10">
|
|
<label wx:for="{{oldInfo[activeIndex].disabilityAyy}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].disabilityAyy}}" wx:key="name">
|
|
@@ -227,14 +213,15 @@
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{oldDisableType}}" class="required">老人残疾类别不能为空哦!</view>
|
|
<view wx:if="{{oldDisableType}}" class="required">老人残疾类别不能为空哦!</view>
|
|
- <view class="name"><text class="red">*</text>残疾人等级</view>
|
|
|
|
|
|
+ <view class="name" id="olacjLeval"><text class="red">*</text>残疾人等级</view>
|
|
<picker bindchange="tab1Change11" value="{{oldInfo[activeIndex].disabilityLevel}}" range="{{disableLeval}}">
|
|
<picker bindchange="tab1Change11" value="{{oldInfo[activeIndex].disabilityLevel}}" range="{{disableLeval}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
{{oldInfo[activeIndex].disabilityLevel}}
|
|
{{oldInfo[activeIndex].disabilityLevel}}
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{oldDisableLeval}}" class="required">老人残疾等级不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
- <view class="block" wx:if="{{oldInfo[activeIndex].healthAyy[2].checked}}">
|
|
|
|
|
|
+ <view class="block" id='sickType' wx:if="{{oldInfo[activeIndex].healthAyy[2].checked}}">
|
|
<view class="name"><text class="red">*</text>重特大疾病类别</view>
|
|
<view class="name"><text class="red">*</text>重特大疾病类别</view>
|
|
<checkbox-group bindchange="tab1Change10_1">
|
|
<checkbox-group bindchange="tab1Change10_1">
|
|
<label wx:for="{{oldInfo[activeIndex].sickType}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].sickType}}" wx:key="name">
|
|
@@ -243,7 +230,7 @@
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
<view wx:if="{{issickTypeNull}}" class="required">重特大疾病类别类别不能为空哦!</view>
|
|
<view wx:if="{{issickTypeNull}}" class="required">重特大疾病类别类别不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
- <view class="name"><text class="red">*</text>老年人能力情况</view>
|
|
|
|
|
|
+ <view class="name" id="oldnl"><text class="red">*</text>老年人能力情况</view>
|
|
<picker bindchange="tab1Change12" value="{{oldInfo[activeIndex].ability}}" range="{{ableStatus}}">
|
|
<picker bindchange="tab1Change12" value="{{oldInfo[activeIndex].ability}}" range="{{ableStatus}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<view wx:if="{{oldInfo[activeIndex].ability}}"> {{oldInfo[activeIndex].ability}}</view>
|
|
<view wx:if="{{oldInfo[activeIndex].ability}}"> {{oldInfo[activeIndex].ability}}</view>
|
|
@@ -251,7 +238,8 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
- <view class="name"><text class="red">*</text>生活经济情况</view>
|
|
|
|
|
|
+ <view wx:if="{{oldnlNull}}" class="required">老年人能力情况不能为空哦!</view>
|
|
|
|
+ <view class="name" id="oldjj"><text class="red">*</text>生活经济情况</view>
|
|
<picker bindchange="tab1Change13" value="{{oldInfo[activeIndex].livingCondition}}" range="{{moneyStatus}}">
|
|
<picker bindchange="tab1Change13" value="{{oldInfo[activeIndex].livingCondition}}" range="{{moneyStatus}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<!-- {{oldInfo[activeIndex].livingCondition}} -->
|
|
<!-- {{oldInfo[activeIndex].livingCondition}} -->
|
|
@@ -260,7 +248,8 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view wx:if="{{oldjjNull}}" class="required">老年人经济情况不能为空哦!</view>
|
|
|
|
+ <view class="block" id="oldsu">
|
|
<view class="name"><text class="red">*</text>收入来源</view>
|
|
<view class="name"><text class="red">*</text>收入来源</view>
|
|
<checkbox-group bindchange="tab1Change14">
|
|
<checkbox-group bindchange="tab1Change14">
|
|
<label wx:for="{{oldInfo[activeIndex].moneyFromAyy}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].moneyFromAyy}}" wx:key="name">
|
|
@@ -269,9 +258,9 @@
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{moneyFromOther}}" class="required">收入来源不能为空哦!</view>
|
|
<view wx:if="{{moneyFromOther}}" class="required">收入来源不能为空哦!</view>
|
|
- <input wx:if="{{oldInfo[activeIndex].moneyFromAyy[4].checked}}" placeholder="请填写其它收入来源" value="{{oldInfo[activeIndex].sourceOfIncomeExt}}" bindblur="tab1Change14_1" class="otherinput" />
|
|
|
|
|
|
+ <input id='qtsr' wx:if="{{oldInfo[activeIndex].moneyFromAyy[4].checked}}" placeholder="请填写其它收入来源" value="{{oldInfo[activeIndex].sourceOfIncomeExt}}" bindblur="tab1Change14_1" class="otherinput" />
|
|
<view wx:if="{{oldInfo[activeIndex].moneyFromAyy[4].checked&&moneyOtherQtnull}}" class="required">其它收入来源不能为空哦!</view>
|
|
<view wx:if="{{oldInfo[activeIndex].moneyFromAyy[4].checked&&moneyOtherQtnull}}" class="required">其它收入来源不能为空哦!</view>
|
|
- <view class="name"><text class="red">*</text>本人上年度可支配收入</view>
|
|
|
|
|
|
+ <view class="name" id="zpsr"><text class="red">*</text>本人上年度可支配收入</view>
|
|
<picker bindchange="tab1Change15" value="{{oldInfo[activeIndex].income}}" range="{{payMoney}}">
|
|
<picker bindchange="tab1Change15" value="{{oldInfo[activeIndex].income}}" range="{{payMoney}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<!-- {{oldInfo[activeIndex].income}} -->
|
|
<!-- {{oldInfo[activeIndex].income}} -->
|
|
@@ -280,7 +269,8 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view wx:if="{{oldsndsrNull}}" class="required">本人上年度可支配收入不能为空哦!</view>
|
|
|
|
+ <view class="block" id="jthelp">
|
|
<view class="name"><text class="red">*</text>家庭救助帮扶情况</view>
|
|
<view class="name"><text class="red">*</text>家庭救助帮扶情况</view>
|
|
<checkbox-group bindchange="tab1Change16">
|
|
<checkbox-group bindchange="tab1Change16">
|
|
<label wx:for="{{oldInfo[activeIndex].familyHelpArr}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].familyHelpArr}}" wx:key="name">
|
|
@@ -290,10 +280,10 @@
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{familyHelp}}" class="required">家庭救助帮扶情况不能为空哦!</view>
|
|
<view wx:if="{{familyHelp}}" class="required">家庭救助帮扶情况不能为空哦!</view>
|
|
<view wx:if="{{oldInfo[activeIndex].familyHelpArr[6].checked}}">
|
|
<view wx:if="{{oldInfo[activeIndex].familyHelpArr[6].checked}}">
|
|
- <input value="{{oldInfo[activeIndex].rescueStateExt}}" placeholder="请填写其他救助情况" bindblur="tab1Change16_1" class="otherinput" />
|
|
|
|
|
|
+ <input id="qtjthelp" value="{{oldInfo[activeIndex].rescueStateExt}}" placeholder="请填写其他救助情况" bindblur="tab1Change16_1" class="otherinput" />
|
|
<view wx:if="{{oldInfo[activeIndex].familyHelpArr[6].checked&&otherhelpQtnull}}" class="required">其他救助情况不能为空哦!</view>
|
|
<view wx:if="{{oldInfo[activeIndex].familyHelpArr[6].checked&&otherhelpQtnull}}" class="required">其他救助情况不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="lone">
|
|
<view class="name"><text class="red">*</text>是否为失独家庭</view>
|
|
<view class="name"><text class="red">*</text>是否为失独家庭</view>
|
|
<radio-group bindchange="tab1Change17">
|
|
<radio-group bindchange="tab1Change17">
|
|
<label wx:for="{{oldInfo[activeIndex].loneArr}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].loneArr}}" wx:key="name">
|
|
@@ -301,7 +291,8 @@
|
|
</label>
|
|
</label>
|
|
</radio-group>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view wx:if="{{loneNull}}" class="required">是否为失独家庭不能为空哦!</view>
|
|
|
|
+ <view class="block" id="liveStatus">
|
|
<view class="name"><text class="red">*</text>陪伴居住情况</view>
|
|
<view class="name"><text class="red">*</text>陪伴居住情况</view>
|
|
<checkbox-group bindchange="tab1Change18">
|
|
<checkbox-group bindchange="tab1Change18">
|
|
<label wx:for="{{oldInfo[activeIndex].liveStatus}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].liveStatus}}" wx:key="name">
|
|
@@ -310,9 +301,9 @@
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{isliveNull}}" class="required">陪伴居住情况不能为空哦!</view>
|
|
<view wx:if="{{isliveNull}}" class="required">陪伴居住情况不能为空哦!</view>
|
|
- <input wx:if="{{oldInfo[activeIndex].liveStatus[4].checked}}" value="{{oldInfo[activeIndex].accompanyExt}}" placeholder="请填写其他陪伴居住情况" bindblur="tab1Change18_1" class="otherinput" />
|
|
|
|
|
|
+ <input id="qtliveStatus" wx:if="{{oldInfo[activeIndex].liveStatus[4].checked}}" value="{{oldInfo[activeIndex].accompanyExt}}" placeholder="请填写其他陪伴居住情况" bindblur="tab1Change18_1" class="otherinput" />
|
|
<view wx:if="{{oldInfo[activeIndex].liveStatus[4].checked&&isliveQtNull}}" class="required">其他陪伴居住情况不能为空哦!</view>
|
|
<view wx:if="{{oldInfo[activeIndex].liveStatus[4].checked&&isliveQtNull}}" class="required">其他陪伴居住情况不能为空哦!</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="rczlr">
|
|
<view class="name"><text class="red">*</text>日常生活照料人</view>
|
|
<view class="name"><text class="red">*</text>日常生活照料人</view>
|
|
<checkbox-group bindchange="tab1Change19">
|
|
<checkbox-group bindchange="tab1Change19">
|
|
<label wx:for="{{oldInfo[activeIndex].oftenMan}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].oftenMan}}" wx:key="name">
|
|
@@ -322,13 +313,13 @@
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{isoftenManNull}}" class="required">日常生活照料人不能为空哦!</view>
|
|
<view wx:if="{{isoftenManNull}}" class="required">日常生活照料人不能为空哦!</view>
|
|
<view wx:if="{{oldInfo[activeIndex].oftenMan[5].checked}}">
|
|
<view wx:if="{{oldInfo[activeIndex].oftenMan[5].checked}}">
|
|
- <input value="{{oldInfo[activeIndex].lookAfterExt}}" bindblur="tab1Change20" placeholder="请填写其他人员关系" class="otherinput" />
|
|
|
|
|
|
+ <input id="qtzlrgx" value="{{oldInfo[activeIndex].lookAfterExt}}" bindblur="tab1Change20" placeholder="请填写其他人员关系" class="otherinput" />
|
|
<view wx:if="{{oldInfo[activeIndex].oftenMan[5].checked&&isoftenReaNull}}" class="required">其他人员关系不能为空哦!</view>
|
|
<view wx:if="{{oldInfo[activeIndex].oftenMan[5].checked&&isoftenReaNull}}" class="required">其他人员关系不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{oldInfo[activeIndex].oftenMan[1].checked||oldInfo[activeIndex].oftenMan[2].checked||oldInfo[activeIndex].oftenMan[3].checked||oldInfo[activeIndex].oftenMan[4].checked||oldInfo[activeIndex].oftenMan[5].checked}}">
|
|
<view wx:if="{{oldInfo[activeIndex].oftenMan[1].checked||oldInfo[activeIndex].oftenMan[2].checked||oldInfo[activeIndex].oftenMan[3].checked||oldInfo[activeIndex].oftenMan[4].checked||oldInfo[activeIndex].oftenMan[5].checked}}">
|
|
- <view class="block"><text class="red">*</text>主要照料人姓名<input value="{{oldInfo[activeIndex].mainLookName}}" bindblur="tab1Change21" /></view>
|
|
|
|
|
|
+ <view class="block" id="mainzlrname"><text class="red">*</text>主要照料人姓名<input value="{{oldInfo[activeIndex].mainLookName}}" bindblur="tab1Change21" /></view>
|
|
<view class="required" wx:if="{{lookAfterName}}">主要照料人姓名不能为空哦!</view>
|
|
<view class="required" wx:if="{{lookAfterName}}">主要照料人姓名不能为空哦!</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="mainzlrsex">
|
|
<view class="name"><text class="red">*</text>主要照料人性别</view>
|
|
<view class="name"><text class="red">*</text>主要照料人性别</view>
|
|
<radio-group bindchange="tab1Change22">
|
|
<radio-group bindchange="tab1Change22">
|
|
<label wx:for="{{oldInfo[activeIndex].mainLookSex}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].mainLookSex}}" wx:key="name">
|
|
@@ -336,10 +327,11 @@
|
|
</label>
|
|
</label>
|
|
</radio-group>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
- <view class="block"><text class="red">*</text>主要照料人电话<input value="{{oldInfo[activeIndex].mainLookPhone}}" bindblur="tab1Change23" /></view>
|
|
|
|
|
|
+ <view class="required" wx:if="{{lookAfterSex}}">主要照料人性别不能为空哦!</view>
|
|
|
|
+ <view class="block" id="mainzlrphone"><text class="red">*</text>主要照料人电话<input value="{{oldInfo[activeIndex].mainLookPhone}}" bindblur="tab1Change23" /></view>
|
|
<view class="required" wx:if="{{islookPhoneNull}}">主要照料人电话不能为空哦!</view>
|
|
<view class="required" wx:if="{{islookPhoneNull}}">主要照料人电话不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="gafw">
|
|
<view class="name"><text class="red">*</text>关爱服务需求</view>
|
|
<view class="name"><text class="red">*</text>关爱服务需求</view>
|
|
<checkbox-group bindchange="tab1Change24">
|
|
<checkbox-group bindchange="tab1Change24">
|
|
<label wx:for="{{oldInfo[activeIndex].loveRequire}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].loveRequire}}" wx:key="name">
|
|
@@ -348,9 +340,9 @@
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{isloveNull}}" class="required">关爱服务需求不能为空哦!</view>
|
|
<view wx:if="{{isloveNull}}" class="required">关爱服务需求不能为空哦!</view>
|
|
- <input wx:if="{{oldInfo[activeIndex].loveRequire[8].checked}}" placeholder="请填写其它关爱服务需求" value="{{oldInfo[activeIndex].demandExt}}" bindblur="tab1Change25" class="otherinput" />
|
|
|
|
|
|
+ <input id="qtgafw" wx:if="{{oldInfo[activeIndex].loveRequire[8].checked}}" placeholder="请填写其它关爱服务需求" value="{{oldInfo[activeIndex].demandExt}}" bindblur="tab1Change25" class="otherinput" />
|
|
<view wx:if="{{oldInfo[activeIndex].loveRequire[8].checked&&isloveQtNull}}" class="required">其它关爱服务需求不能为空哦!</view>
|
|
<view wx:if="{{oldInfo[activeIndex].loveRequire[8].checked&&isloveQtNull}}" class="required">其它关爱服务需求不能为空哦!</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="lnrlb">
|
|
<view class="name"><text class="red">*</text>老年人类别</view>
|
|
<view class="name"><text class="red">*</text>老年人类别</view>
|
|
<checkbox-group bindchange="tab1Change26">
|
|
<checkbox-group bindchange="tab1Change26">
|
|
<label wx:for="{{oldInfo[activeIndex].oldType}}" wx:key="name">
|
|
<label wx:for="{{oldInfo[activeIndex].oldType}}" wx:key="name">
|
|
@@ -359,7 +351,7 @@
|
|
</checkbox-group>
|
|
</checkbox-group>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{isoldtypeNull}}" class="required">老年人类别不能为空哦!</view>
|
|
<view wx:if="{{isoldtypeNull}}" class="required">老年人类别不能为空哦!</view>
|
|
- <view class="name"><text class="red">*</text>老人照片</view>
|
|
|
|
|
|
+ <view id="oldPhone" class="name"><text class="red">*</text>老人照片</view>
|
|
<view class="scan" wx:if="{{oldInfo[activeIndex].imgPath == ''}}" style="margin-top:20rpx" bindtap="getSelfLocation">
|
|
<view class="scan" wx:if="{{oldInfo[activeIndex].imgPath == ''}}" style="margin-top:20rpx" bindtap="getSelfLocation">
|
|
<image src="../../images/mz/upload.png" style="width:40rpx;height:40rpx;margin-top:5rpx;margin-left:30rpx"></image><text >请上传老人含面部照片</text>
|
|
<image src="../../images/mz/upload.png" style="width:40rpx;height:40rpx;margin-top:5rpx;margin-left:30rpx"></image><text >请上传老人含面部照片</text>
|
|
</view>
|
|
</view>
|
|
@@ -367,6 +359,8 @@
|
|
<image class="image" style="width:200rpx;height:200rpx" src="{{urls.url(oldInfo[activeIndex].imgPath)}}" mode='scaleToFill' bindtap="previewImg"></image>
|
|
<image class="image" style="width:200rpx;height:200rpx" src="{{urls.url(oldInfo[activeIndex].imgPath)}}" mode='scaleToFill' bindtap="previewImg"></image>
|
|
<van-icon size='23' name="clear" class="close" data-index="{{index}}" bindtap="closeImage" data-activeIndex='{{activeIndex}}' />
|
|
<van-icon size='23' name="clear" class="close" data-index="{{index}}" bindtap="closeImage" data-activeIndex='{{activeIndex}}' />
|
|
</view>
|
|
</view>
|
|
|
|
+ <view wx:if="{{!oldInfo[activeIndex].imgPath&&isImgNull}}" class="required">老人照片不能为空哦!</view>
|
|
|
|
+ <view wx:if="{{LocationNull}}" class="required">获取老人地理位置失败</view>
|
|
<!-- <view class="name" style="display:flex"><text class="red">*</text>所处地理位置
|
|
<!-- <view class="name" style="display:flex"><text class="red">*</text>所处地理位置
|
|
</view>
|
|
</view>
|
|
<view class="{{oldInfo[activeIndex].photoAndLocation?'picker1':'picker11'}}">
|
|
<view class="{{oldInfo[activeIndex].photoAndLocation?'picker1':'picker11'}}">
|
|
@@ -375,91 +369,93 @@
|
|
</view>
|
|
</view>
|
|
<!-- 第二个tab子女信息 -->
|
|
<!-- 第二个tab子女信息 -->
|
|
<view wx:if="{{currentIndex==1}}">
|
|
<view wx:if="{{currentIndex==1}}">
|
|
|
|
+ <image src="../../images/dingdong.png" bindtap="findNull2" style="width:40rpx;height:49rpx;position:fixed;top:130rpx;right:10rpx"></image>
|
|
<view class="name"><text class="red">*</text>子女个数</view>
|
|
<view class="name"><text class="red">*</text>子女个数</view>
|
|
<picker bindchange="tab2Change1" value="{{childInfo[activeIndex].childrenNum}}" range="{{childNumArr}}">
|
|
<picker bindchange="tab2Change1" value="{{childInfo[activeIndex].childrenNum}}" range="{{childNumArr}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
- <!-- {{childInfo[activeIndex].childrenNum}} -->
|
|
|
|
<view wx:if="{{childInfo[activeIndex].childrenNum}}">{{childInfo[activeIndex].childrenNum}}</view>
|
|
<view wx:if="{{childInfo[activeIndex].childrenNum}}">{{childInfo[activeIndex].childrenNum}}</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{oldChildrenNull}}" class="required">子女个数不能为空哦!</view>
|
|
<view wx:for="{{childInfo[activeIndex].Info}}" wx:for-index="idx" wx:key="Info">
|
|
<view wx:for="{{childInfo[activeIndex].Info}}" wx:for-index="idx" wx:key="Info">
|
|
<van-divider contentPosition="center">第{{idx+1}}个子女信息</van-divider>
|
|
<van-divider contentPosition="center">第{{idx+1}}个子女信息</van-divider>
|
|
- <view class="block"><text class="red">*</text>子女姓名<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change2" value="{{childInfo[activeIndex].Info[idx].name}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="name{{idx}}"><text class="red">*</text>子女姓名<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change2" value="{{childInfo[activeIndex].Info[idx].name}}" /></view>
|
|
<view wx:if="{{childNameNull[idx]}}" class="required">子女姓名不能为空哦!</view>
|
|
<view wx:if="{{childNameNull[idx]}}" class="required">子女姓名不能为空哦!</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="childrenSex{{idx}}">
|
|
<view class="name"><text class="red">*</text>子女性别</view>
|
|
<view class="name"><text class="red">*</text>子女性别</view>
|
|
<picker bindchange="tab2Change3" data-index="{{idx}}" value="{{childInfo[activeIndex].Info[idx].sex}}" range="{{childSexArr}}">
|
|
<picker bindchange="tab2Change3" data-index="{{idx}}" value="{{childInfo[activeIndex].Info[idx].sex}}" range="{{childSexArr}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
- <!-- {{childInfo[activeIndex].Info[idx].sex}} -->
|
|
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].sex}}"> {{childInfo[activeIndex].Info[idx].sex}}</view>
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].sex}}"> {{childInfo[activeIndex].Info[idx].sex}}</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
- <view class="block"><text class="red">*</text>子女联系电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change4" value="{{childInfo[activeIndex].Info[idx].phone}}" /></view>
|
|
|
|
|
|
+ <view wx:if="{{childSexNull[idx]}}" class="required">子女性别不能为空哦!</view>
|
|
|
|
+ <view class="block" id="childrenPhone{{idx}}"><text class="red">*</text>子女联系电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change4" value="{{childInfo[activeIndex].Info[idx].phone}}" /></view>
|
|
<view wx:if="{{childPhoneNull[idx]}}" class="required">子女联系电话不能为空哦!</view>
|
|
<view wx:if="{{childPhoneNull[idx]}}" class="required">子女联系电话不能为空哦!</view>
|
|
- <view class="name"><text class="red">*</text>是否外出</view>
|
|
|
|
|
|
+ <view class="name" id="childrenOut{{idx}}"><text class="red">*</text>是否外出</view>
|
|
<picker bindchange="tab2Change5" data-index="{{idx}}" value="{{childInfo[activeIndex].Info[idx].isHasGoOut}}" range="{{childIsout}}">
|
|
<picker bindchange="tab2Change5" data-index="{{idx}}" value="{{childInfo[activeIndex].Info[idx].isHasGoOut}}" range="{{childIsout}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
- <!-- {{childInfo[activeIndex].Info[idx].isHasGoOut}} -->
|
|
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].isHasGoOut}}"> {{childInfo[activeIndex].Info[idx].isHasGoOut}}</view>
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].isHasGoOut}}"> {{childInfo[activeIndex].Info[idx].isHasGoOut}}</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{childOutNull[idx]}}" class="required">是否外出不能为空哦!</view>
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].isHasGoOut=='是'}}">
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].isHasGoOut=='是'}}">
|
|
- <view class="block"><text class="red">*</text>外出原因<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change6" value="{{childInfo[activeIndex].Info[idx].outgoingCause}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="childrenReason{{idx}}"><text class="red">*</text>外出原因<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change6" value="{{childInfo[activeIndex].Info[idx].outgoingCause}}" /></view>
|
|
<view wx:if="{{ischildOutReason[idx]}}" class="required">外出原因不能为空哦!</view>
|
|
<view wx:if="{{ischildOutReason[idx]}}" class="required">外出原因不能为空哦!</view>
|
|
- <view class="block"><text class="red">*</text>外出地点
|
|
|
|
|
|
+ <view class="block" id="childrenPlace{{idx}}"><text class="red">*</text>外出地点
|
|
<picker mode="region" data-index="{{idx}}" bindchange="tab2Change7" value="{{childInfo[activeIndex].Info[idx].outgoingplace}}">
|
|
<picker mode="region" data-index="{{idx}}" bindchange="tab2Change7" value="{{childInfo[activeIndex].Info[idx].outgoingplace}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
- <!-- {{childInfo[activeIndex].Info[idx].outgoingplace}} -->
|
|
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].outgoingplace}}"> {{childInfo[activeIndex].Info[idx].outgoingplace}}</view>
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].outgoingplace}}"> {{childInfo[activeIndex].Info[idx].outgoingplace}}</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
- <view class="block"><text class="red">*</text>最后一次离家时间
|
|
|
|
|
|
+ <view wx:if="{{ischildOutPlace[idx]}}" class="required">外出地点不能为空哦!</view>
|
|
|
|
+ <view class="block" id="childrenoutTime{{idx}}"><text class="red">*</text>最后一次离家时间
|
|
<picker mode="date" data-index="{{idx}}" bindchange="tab2Change8" value="{{childInfo[activeIndex].Info[idx].outgoingTime}}" fields="month">
|
|
<picker mode="date" data-index="{{idx}}" bindchange="tab2Change8" value="{{childInfo[activeIndex].Info[idx].outgoingTime}}" fields="month">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
- <!-- {{childInfo[activeIndex].Info[idx].outgoingTime}} -->
|
|
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].outgoingTime}}"> {{childInfo[activeIndex].Info[idx].outgoingTime}}</view>
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].outgoingTime}}"> {{childInfo[activeIndex].Info[idx].outgoingTime}}</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view wx:if="{{ischildOutTime[idx]}}" class="required">最后一次离家时间不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
- <view class="name"><text class="red">*</text>是否有配偶</view>
|
|
|
|
|
|
+ <view class="name" id="childrenhasPar{{idx}}"><text class="red">*</text>是否有配偶</view>
|
|
<picker bindchange="tab2Change9" data-index="{{idx}}" value="{{childInfo[activeIndex].Info[idx].isHasPartner}}" range="{{childIsMArry}}">
|
|
<picker bindchange="tab2Change9" data-index="{{idx}}" value="{{childInfo[activeIndex].Info[idx].isHasPartner}}" range="{{childIsMArry}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
- <!-- {{childInfo[activeIndex].Info[idx].isHasPartner}} -->
|
|
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].isHasPartner}}"> {{childInfo[activeIndex].Info[idx].isHasPartner}}</view>
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].isHasPartner}}"> {{childInfo[activeIndex].Info[idx].isHasPartner}}</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
- <view wx:if="{{childInfo[activeIndex].Info[idx].isHasPartner=='是'}}" class="block"><text class="red">*</text>配偶姓名<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change10" value="{{childInfo[activeIndex].Info[idx].name2}}" /></view>
|
|
|
|
|
|
+ <view wx:if="{{ischildMarry[idx]}}" class="required">是否有配偶不能为空哦!</view>
|
|
|
|
+ <view wx:if="{{childInfo[activeIndex].Info[idx].isHasPartner=='是'}}" class="block" id="childrenParname{{idx}}"><text class="red">*</text>配偶姓名<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change10" value="{{childInfo[activeIndex].Info[idx].name2}}" /></view>
|
|
<view wx:if="{{ischildMarryName[idx]}}" class="required">配偶姓名不能为空哦!</view>
|
|
<view wx:if="{{ischildMarryName[idx]}}" class="required">配偶姓名不能为空哦!</view>
|
|
- <view wx:if="{{childInfo[activeIndex].Info[idx].isHasPartner=='是'}}" class="block"><text class="red">*</text>配偶联系电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change11" value="{{childInfo[activeIndex].Info[idx].phone2}}" /></view>
|
|
|
|
|
|
+ <view wx:if="{{childInfo[activeIndex].Info[idx].isHasPartner=='是'}}" class="block" id="childrenParphone{{idx}}"><text class="red">*</text>配偶联系电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' data-index="{{idx}}" bindblur="tab2Change11" value="{{childInfo[activeIndex].Info[idx].phone2}}" /></view>
|
|
<view wx:if="{{ischildMarryPhone[idx]}}" class="required">配偶联系电话不能为空哦!</view>
|
|
<view wx:if="{{ischildMarryPhone[idx]}}" class="required">配偶联系电话不能为空哦!</view>
|
|
- <view class="name"><text class="red">*</text>平均一年探望次数</view>
|
|
|
|
|
|
+ <view class="name"><text class="red" id="childrenvisit{{idx}}">*</text>平均一年探望次数</view>
|
|
<picker bindchange="tab2Change12" data-index="{{idx}}" value="{{childInfo[activeIndex].Info[idx].visit}}" range="{{childTfTimes}}">
|
|
<picker bindchange="tab2Change12" data-index="{{idx}}" value="{{childInfo[activeIndex].Info[idx].visit}}" range="{{childTfTimes}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].visit}}"> {{childInfo[activeIndex].Info[idx].visit}}</view>
|
|
<view wx:if="{{childInfo[activeIndex].Info[idx].visit}}"> {{childInfo[activeIndex].Info[idx].visit}}</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<view wx:else class="place_text">请选择</view>
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
- <!-- {{childInfo[activeIndex].Info[idx].visit}} -->
|
|
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{ischildvisit[idx]}}" class="required">平均一年探望次数不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 第三个tab其他赡养义务人信息 -->
|
|
<!-- 第三个tab其他赡养义务人信息 -->
|
|
<view wx:if="{{currentIndex==2}}">
|
|
<view wx:if="{{currentIndex==2}}">
|
|
|
|
+ <image src="../../images/dingdong.png" bindtap="findNull3" style="width:40rpx;height:49rpx;position:fixed;top:130rpx;right:10rpx"></image>
|
|
<view class="name"><text class="red">*</text>是否有其他赡养人</view>
|
|
<view class="name"><text class="red">*</text>是否有其他赡养人</view>
|
|
<picker bindchange="tab3Change1" value="{{otherInfo[activeIndex].isHasOther}}" range="{{othersyrArr}}">
|
|
<picker bindchange="tab3Change1" value="{{otherInfo[activeIndex].isHasOther}}" range="{{othersyrArr}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
@@ -469,10 +465,11 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{isothersyrNull}}" class="required">是否有赡养人不能为空哦!</view>
|
|
<view wx:if="{{otherInfo[activeIndex].isHasOther=='是'}}">
|
|
<view wx:if="{{otherInfo[activeIndex].isHasOther=='是'}}">
|
|
- <view class="block"><text class="red">*</text>其他赡养人姓名<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change2" value="{{otherInfo[activeIndex].Info.name}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="othername"><text class="red">*</text>其他赡养人姓名<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change2" value="{{otherInfo[activeIndex].Info.name}}" /></view>
|
|
<view wx:if="{{isothersyrName}}" class="required">其他赡养人姓名不能为空哦!</view>
|
|
<view wx:if="{{isothersyrName}}" class="required">其他赡养人姓名不能为空哦!</view>
|
|
- <view class="block">
|
|
|
|
|
|
+ <view class="block" id="othersex">
|
|
<view class="name"><text class="red">*</text>其他赡养人性别</view>
|
|
<view class="name"><text class="red">*</text>其他赡养人性别</view>
|
|
<radio-group bindchange="tab3Change3">
|
|
<radio-group bindchange="tab3Change3">
|
|
<label wx:for="{{ otherInfo[activeIndex].Info.othersyrSexArr}}" wx:key="name">
|
|
<label wx:for="{{ otherInfo[activeIndex].Info.othersyrSexArr}}" wx:key="name">
|
|
@@ -480,9 +477,10 @@
|
|
</label>
|
|
</label>
|
|
</radio-group>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
- <view class="block"><text class="red">*</text>其他赡养人电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change4" value="{{otherInfo[activeIndex].Info.phone}}" /></view>
|
|
|
|
|
|
+ <view wx:if="{{isothersyrSex}}" class="required">其他赡养人性别不能为空哦!</view>
|
|
|
|
+ <view class="block" id="otherphone"><text class="red">*</text>其他赡养人电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change4" value="{{otherInfo[activeIndex].Info.phone}}" /></view>
|
|
<view wx:if="{{isothersyrPhone}}" class="required">其他赡养人电话不能为空哦!</view>
|
|
<view wx:if="{{isothersyrPhone}}" class="required">其他赡养人电话不能为空哦!</view>
|
|
- <view class="name"><text class="red">*</text>与被赡养人关系</view>
|
|
|
|
|
|
+ <view class="name" id="otherrela"><text class="red">*</text>与被赡养人关系</view>
|
|
<picker bindchange="tab3Change5" value="{{otherInfo[activeIndex].Info.relation}}" range="{{othersyrRelation}}">
|
|
<picker bindchange="tab3Change5" value="{{otherInfo[activeIndex].Info.relation}}" range="{{othersyrRelation}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<!-- {{otherInfo[activeIndex].Info.relation}} -->
|
|
<!-- {{otherInfo[activeIndex].Info.relation}} -->
|
|
@@ -491,9 +489,11 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
- <view class="block" wx:if="{{otherInfo[activeIndex].Info.relation == '其他'}}"><text class="red">*</text>与被赡养人其他关系<input bindblur="tab3Change6" value="{{otherInfo[activeIndex].Info.relationExt}}" /></view>
|
|
|
|
- <view wx:if="{{isothersyRelation}}" class="required">与被赡养人其他关系不能为空哦!</view>
|
|
|
|
- <view class="name"><text class="red">*</text>是否外出</view>
|
|
|
|
|
|
+ <view wx:if="{{isothersyrgx}}" class="required">与被赡养人关系不能为空哦!</view>
|
|
|
|
+ <view class="block" wx:if="{{otherInfo[activeIndex].Info.relation == '其他'}}" id="otherqtrela"><text class="red">*</text>与被赡养人其他关系<input bindblur="tab3Change6" value="{{otherInfo[activeIndex].Info.relationExt}}" />
|
|
|
|
+ <view wx:if="{{isothersyRelation}}" class="required">与被赡养人其他关系不能为空哦!</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="name" id="isotherout"><text class="red">*</text>是否外出</view>
|
|
<picker bindchange="tab3Change7" value="{{otherInfo[activeIndex].Info.isHasGoOut}}" range="{{othersyrIsout}}">
|
|
<picker bindchange="tab3Change7" value="{{otherInfo[activeIndex].Info.isHasGoOut}}" range="{{othersyrIsout}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<!-- {{otherInfo[activeIndex].Info.isHasGoOut}} -->
|
|
<!-- {{otherInfo[activeIndex].Info.isHasGoOut}} -->
|
|
@@ -502,10 +502,11 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{isothersyout}}" class="required">是否外出不能为空哦!</view>
|
|
<view wx:if="{{otherInfo[activeIndex].Info.isHasGoOut=='是'}}">
|
|
<view wx:if="{{otherInfo[activeIndex].Info.isHasGoOut=='是'}}">
|
|
- <view class="block"><text class="red">*</text>外出原因<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change8" value="{{otherInfo[activeIndex].Info.outgoingCause}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="isotheroutreal"><text class="red">*</text>外出原因<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change8" value="{{otherInfo[activeIndex].Info.outgoingCause}}" /></view>
|
|
<view wx:if="{{isOutReason}}" class="required">外出原因不能为空哦!</view>
|
|
<view wx:if="{{isOutReason}}" class="required">外出原因不能为空哦!</view>
|
|
- <view class="block"><text class="red">*</text>外出地点
|
|
|
|
|
|
+ <view class="block" id="isotheroutplace"><text class="red">*</text>外出地点
|
|
<picker mode="region" bindchange="tab3Change9" value="{{otherInfo[activeIndex].Info.outgoingplace}}">
|
|
<picker mode="region" bindchange="tab3Change9" value="{{otherInfo[activeIndex].Info.outgoingplace}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<!-- {{otherInfo[activeIndex].Info.outgoingplace}} -->
|
|
<!-- {{otherInfo[activeIndex].Info.outgoingplace}} -->
|
|
@@ -515,7 +516,8 @@
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
- <view class="block"><text class="red">*</text>最后一次离家时间
|
|
|
|
|
|
+ <view wx:if="{{isOutPlace}}" class="required">外出地点不能为空哦!</view>
|
|
|
|
+ <view class="block" id="isotherouttime"><text class="red">*</text>最后一次离家时间
|
|
<picker mode="date" bindchange="tab3Change10" value="{{otherInfo[activeIndex].Info.outgoingTime}}" fields="month">
|
|
<picker mode="date" bindchange="tab3Change10" value="{{otherInfo[activeIndex].Info.outgoingTime}}" fields="month">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<!-- {{otherInfo[activeIndex].Info.outgoingTime}} -->
|
|
<!-- {{otherInfo[activeIndex].Info.outgoingTime}} -->
|
|
@@ -524,9 +526,10 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{isOutTime}}" class="required">最后一次离家时间不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="name"><text class="red">*</text>是否有配偶</view>
|
|
|
|
|
|
+ <view class="name" id="isptherpartner"><text class="red">*</text>是否有配偶</view>
|
|
<picker bindchange="tab3Change11" value="{{otherInfo[activeIndex].Info.isHasPartner}}" range="{{othersyrIsMarry}}">
|
|
<picker bindchange="tab3Change11" value="{{otherInfo[activeIndex].Info.isHasPartner}}" range="{{othersyrIsMarry}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<!-- {{otherInfo[activeIndex].Info.isHasPartner}} -->
|
|
<!-- {{otherInfo[activeIndex].Info.isHasPartner}} -->
|
|
@@ -535,13 +538,14 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{ispartnerNull}}" class="required">是否有配偶不能为空哦!</view>
|
|
<view wx:if="{{otherInfo[activeIndex].Info.isHasPartner=='是'}}">
|
|
<view wx:if="{{otherInfo[activeIndex].Info.isHasPartner=='是'}}">
|
|
- <view class="block"><text class="red">*</text>配偶姓名<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change12" value="{{otherInfo[activeIndex].Info.name2}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="isotherpartnername"><text class="red">*</text>配偶姓名<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change12" value="{{otherInfo[activeIndex].Info.name2}}" /></view>
|
|
<view wx:if="{{isMarryName}}" class="required">配偶姓名不能为空哦!</view>
|
|
<view wx:if="{{isMarryName}}" class="required">配偶姓名不能为空哦!</view>
|
|
- <view class="block"><text class="red">*</text>配偶联系电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change13" value="{{otherInfo[activeIndex].Info.phone2}}" /></view>
|
|
|
|
|
|
+ <view class="block" id="isotherpartnerphone"><text class="red">*</text>配偶联系电话<input placeholder="请填写" placeholder-style='font-size:25rpx;color: #bbbbbb;' bindblur="tab3Change13" value="{{otherInfo[activeIndex].Info.phone2}}" /></view>
|
|
<view wx:if="{{isMarryPhone}}" class="required">配偶联系电话不能为空哦!</view>
|
|
<view wx:if="{{isMarryPhone}}" class="required">配偶联系电话不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
- <view class="name"><text class="red">*</text>平均一年探望次数</view>
|
|
|
|
|
|
+ <view class="name" id="isothervisit"><text class="red">*</text>平均一年探望次数</view>
|
|
<picker bindchange="tab3Change14" value="{{otherInfo[activeIndex].Info.visit}}" range="{{othersyrTfTimes}}">
|
|
<picker bindchange="tab3Change14" value="{{otherInfo[activeIndex].Info.visit}}" range="{{othersyrTfTimes}}">
|
|
<view class="picker">
|
|
<view class="picker">
|
|
<!-- {{otherInfo[activeIndex].Info.visit}} -->
|
|
<!-- {{otherInfo[activeIndex].Info.visit}} -->
|
|
@@ -550,10 +554,12 @@
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
<van-icon name="arrow-down" style="position:absolute;right:20rpx;top:10rpx;color:#bbbbbb" />
|
|
</view>
|
|
</view>
|
|
</picker>
|
|
</picker>
|
|
|
|
+ <view wx:if="{{isothervisit}}" class="required">平均一年探望次数不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 第四个tab寻访联系人信息 -->
|
|
<!-- 第四个tab寻访联系人信息 -->
|
|
<view wx:if="{{currentIndex==3}}">
|
|
<view wx:if="{{currentIndex==3}}">
|
|
|
|
+ <image src="../../images/dingdong.png" bindtap="findNull4" style="width:40rpx;height:49rpx;position:fixed;top:130rpx;right:10rpx"></image>
|
|
<view class="block">
|
|
<view class="block">
|
|
<view class="name"><text class="red">*</text>巡访方式</view>
|
|
<view class="name"><text class="red">*</text>巡访方式</view>
|
|
<checkbox-group bindchange="tab4Change1">
|
|
<checkbox-group bindchange="tab4Change1">
|
|
@@ -573,9 +579,10 @@
|
|
</label>
|
|
</label>
|
|
</radio-group>
|
|
</radio-group>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view wx:if="{{visitTimesFromOther}}" class="required">巡访频次不能为空哦!</view>
|
|
<input wx:if="{{regularsInfos[activeIndex].visitCount[4].checked}}" value="{{regularsInfos[activeIndex].visitCountExt}}" placeholder="请填写其它内容" bindblur="tab4change4" class="otherinput" />
|
|
<input wx:if="{{regularsInfos[activeIndex].visitCount[4].checked}}" value="{{regularsInfos[activeIndex].visitCountExt}}" placeholder="请填写其它内容" bindblur="tab4change4" class="otherinput" />
|
|
<view wx:if="{{regularsInfos[activeIndex].visitCount[4].checked&&isVisittimesQtnull}}" class="required">其它巡访频次不能为空哦!</view>
|
|
<view wx:if="{{regularsInfos[activeIndex].visitCount[4].checked&&isVisittimesQtnull}}" class="required">其它巡访频次不能为空哦!</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </scroll-view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|