|  | @@ -3,45 +3,45 @@ |  | @@ -3,45 +3,45 @@ | 
| 3 |  | 3 |  | 
| 4 | <view class='page'> | 4 | <view class='page'> | 
| 5 | <form bindsubmit='formSubmit'> | 5 | <form bindsubmit='formSubmit'> | 
| 6 | -      <!-- 添加子女 --> |  |  | 
| 7 | -      <view wx:if="{{cur_index=='children_education'}}"> |  |  | 
| 8 | -        <view style='padding:0 30rpx;'> |  |  | 
| 9 | -          <template is="picker_cell_normal" data="{{...childrencardtypeData}}" /> |  |  | 
| 10 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 11 | -          <view style='height:90rpx'> |  |  | 
| 12 | -            <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 13 | -            <text class='text_black_30 float_left' style='line-height: 90rpx'>子女证件号码</text> |  |  | 
| 14 | -            <view wx:if="{{isIdCard}}"> |  |  | 
| 15 | -              <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="children_id_card_no"></image> |  |  | 
| 16 | -              <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input> |  |  | 
| 17 | -            </view> |  |  | 
| 18 | -            <!-- <view wx:else> | 6 | +    <!-- 添加子女 --> | 
|  |  | 7 | +    <view wx:if="{{cur_index=='children_education'}}"> | 
|  |  | 8 | +      <view style='padding:0 30rpx;'> | 
|  |  | 9 | +        <template is="picker_cell_normal" data="{{...childrencardtypeData}}" /> | 
|  |  | 10 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 11 | +        <view style='height:90rpx'> | 
|  |  | 12 | +          <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 13 | +          <text class='text_black_30 float_left' style='line-height: 90rpx'>子女证件号码</text> | 
|  |  | 14 | +          <view wx:if="{{isIdCard}}"> | 
|  |  | 15 | +            <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="children_id_card_no"></image> | 
|  |  | 16 | +            <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input> | 
|  |  | 17 | +          </view> | 
|  |  | 18 | +          <!-- <view wx:else> | 
| 19 | <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input> | 19 | <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input> | 
| 20 | </view> --> | 20 | </view> --> | 
| 21 | -          </view> |  |  | 
| 22 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 23 | -          <view style='height:90rpx'> |  |  | 
| 24 | -            <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 25 | -            <text class='text_black_30 float_left'>子女姓名</text> |  |  | 
| 26 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入子女姓名' name='children_name' value='{{children_name}}'></input> |  |  | 
| 27 | -          </view> |  |  | 
| 28 | -          <template is="picker_cell_normal" data="{{...childrenbirthDate}}" /> |  |  | 
| 29 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 30 | -          <view style='height:90rpx'> |  |  | 
| 31 | -            <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 32 | -            <text class='text_black_30 float_left'>国籍</text> |  |  | 
| 33 | -            <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text> |  |  | 
| 34 | -          </view> |  |  | 
| 35 | </view> | 21 | </view> | 
|  |  | 22 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 23 | +        <view style='height:90rpx'> | 
|  |  | 24 | +          <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 25 | +          <text class='text_black_30 float_left'>子女姓名</text> | 
|  |  | 26 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入子女姓名' name='children_name' value='{{children_name}}'></input> | 
|  |  | 27 | +        </view> | 
|  |  | 28 | +        <template is="picker_cell_normal" data="{{...childrenbirthDate}}" /> | 
|  |  | 29 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 30 | +        <view style='height:90rpx'> | 
|  |  | 31 | +          <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 32 | +          <text class='text_black_30 float_left'>国籍</text> | 
|  |  | 33 | +          <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text> | 
|  |  | 34 | +        </view> | 
|  |  | 35 | +      </view> | 
| 36 |  | 36 |  | 
| 37 | -        <view style='height:20rpx;width:100%;background:#F8F8F8;'></view> | 37 | +      <view style='height:20rpx;width:100%;background:#F8F8F8;'></view> | 
| 38 |  | 38 |  | 
| 39 | -        <view style='padding:0 30rpx;'> |  |  | 
| 40 | -          <view style='height:90rpx;'> | 39 | +      <view style='padding:0 30rpx;'> | 
|  |  | 40 | +        <view style='height:90rpx;'> | 
| 41 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 41 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
| 42 | <text class='text_black_30 float_left'>分配比例</text> | 42 | <text class='text_black_30 float_left'>分配比例</text> | 
| 43 | <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text> | 43 | <text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text> | 
| 44 | -          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分配比例' type='number'  name='percent' value='{{percent}}'></input> | 44 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分配比例' type='number' name='percent' value='{{percent}}'></input> | 
| 45 | </view> | 45 | </view> | 
| 46 |  | 46 |  | 
| 47 | <view class='divide_line_f5f5f5'></view> | 47 | <view class='divide_line_f5f5f5'></view> | 
|  | @@ -59,257 +59,266 @@ |  | @@ -59,257 +59,266 @@ | 
| 59 | <view class='divide_line_f5f5f5'></view> | 59 | <view class='divide_line_f5f5f5'></view> | 
| 60 |  | 60 |  | 
| 61 | <template is="picker_cell_normal" data="{{...studyenddate}}" /> | 61 | <template is="picker_cell_normal" data="{{...studyenddate}}" /> | 
|  |  | 62 | + | 
|  |  | 63 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 64 | +        <template is="picker_cell_normal" data="{{...eduCountryData}}" /> | 
| 62 | <view class='divide_line_f5f5f5'></view> | 65 | <view class='divide_line_f5f5f5'></view> | 
|  |  | 66 | +        <view style='height:90rpx'> | 
|  |  | 67 | +          <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 68 | +          <text class='text_black_30 float_left'>就读学校名称</text> | 
|  |  | 69 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入就读学校' name='educate_school'></input> | 
| 63 | </view> | 70 | </view> | 
|  |  | 71 | +        <view class='divide_line_f5f5f5'></view> | 
| 64 | </view> | 72 | </view> | 
| 65 | -      <!-- 继续教育 --> |  |  | 
| 66 | -      <view wx:if="{{cur_index=='continuing_education'}}" style='padding:0 30rpx;'> | 73 | +    </view> | 
|  |  | 74 | +    <!-- 继续教育 --> | 
|  |  | 75 | +    <view wx:if="{{cur_index=='continuing_education'}}" style='padding:0 30rpx;'> | 
| 67 |  | 76 |  | 
| 68 | -        <template is="picker_cell_normal" data="{{...edutypeData}}" /> |  |  | 
| 69 | -        <view class='divide_line_f5f5f5'></view> |  |  | 
| 70 | -        <view wx:if="{{edu_lable=='school'}}"> |  |  | 
| 71 | -          <!-- <view style='height:90rpx'> | 77 | +      <template is="picker_cell_normal" data="{{...edutypeData}}" /> | 
|  |  | 78 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 79 | +      <view wx:if="{{edu_lable=='school'}}"> | 
|  |  | 80 | +        <!-- <view style='height:90rpx'> | 
| 72 | <text class='text_black_30 float_left'>学历教育阶段</text> | 81 | <text class='text_black_30 float_left'>学历教育阶段</text> | 
| 73 | <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入学历教育阶段' name='education_period'></input> | 82 | <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入学历教育阶段' name='education_period'></input> | 
| 74 | </view> --> | 83 | </view> --> | 
| 75 | -          <template is="picker_cell_normal" data="{{...edulevelData}}" /> |  |  | 
| 76 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 77 | -          <template is="picker_cell_normal" data="{{...studystartdate}}" /> |  |  | 
| 78 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 79 | -          <template is="picker_cell_normal" data="{{...studyenddate}}" /> |  |  | 
| 80 | - |  |  | 
| 81 | -        </view> |  |  | 
| 82 | -        <view wx:elif="{{edu_lable=='tech'}}"> |  |  | 
| 83 | -          <template is="picker_cell_normal" data="{{...edustyleData}}" /> |  |  | 
| 84 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 85 | -          <view style='height:90rpx'> |  |  | 
| 86 | -            <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 87 | -            <text class='text_black_30 float_left'>证书名称</text> |  |  | 
| 88 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书名称' name='occupational_qualifiy_name'></input> |  |  | 
| 89 | -          </view> |  |  | 
| 90 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 91 | -          <view style='height:90rpx'> |  |  | 
| 92 | -            <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 93 | -            <text class='text_black_30 float_left'>证书编号</text> |  |  | 
| 94 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书编号' name='certification_no'></input> |  |  | 
| 95 | -          </view> |  |  | 
| 96 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 97 | -          <view style='height:90rpx'> |  |  | 
| 98 | -            <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 99 | -            <text class='text_black_30 float_left'>发证机关</text> |  |  | 
| 100 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入发证机关' name='certification_autority'></input> |  |  | 
| 101 | -          </view> |  |  | 
| 102 | -        </view> | 84 | +        <template is="picker_cell_normal" data="{{...edulevelData}}" /> | 
|  |  | 85 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 86 | +        <template is="picker_cell_normal" data="{{...studystartdate}}" /> | 
|  |  | 87 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 88 | +        <template is="picker_cell_normal" data="{{...studyenddate}}" /> | 
| 103 |  | 89 |  | 
| 104 | </view> | 90 | </view> | 
| 105 | -      <!-- 赡养老人 --> |  |  | 
| 106 | -      <view wx:if="{{cur_index=='support_duty'}}" style='padding:0 30rpx;'> |  |  | 
| 107 | -        <template is="picker_cell_normal" data="{{...supporttypeData}}" /> | 91 | +      <view wx:elif="{{edu_lable=='tech'}}"> | 
|  |  | 92 | +        <template is="picker_cell_normal" data="{{...edustyleData}}" /> | 
| 108 | <view class='divide_line_f5f5f5'></view> | 93 | <view class='divide_line_f5f5f5'></view> | 
| 109 | <view style='height:90rpx'> | 94 | <view style='height:90rpx'> | 
| 110 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 95 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
| 111 | -          <text class='text_black_30 float_left'>被赡养人姓名</text> |  |  | 
| 112 | -          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入被赡养人姓名' name='older_name'></input> | 96 | +          <text class='text_black_30 float_left'>证书名称</text> | 
|  |  | 97 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书名称' name='occupational_qualifiy_name'></input> | 
| 113 | </view> | 98 | </view> | 
| 114 | <view class='divide_line_f5f5f5'></view> | 99 | <view class='divide_line_f5f5f5'></view> | 
| 115 | -        <template is="picker_cell_normal" data="{{...oldercardtypeData}}" /> |  |  | 
| 116 | -        <view class='divide_line_f5f5f5'></view> |  |  | 
| 117 | <view style='height:90rpx'> | 100 | <view style='height:90rpx'> | 
| 118 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 101 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
| 119 | -          <text class='text_black_30 float_left'>被赡养人证件号码</text> |  |  | 
| 120 | -          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:420rpx;' placeholder='请输入证件号码' type='idcard' name='older_idno' value='{{older_idno}}'></input> | 102 | +          <text class='text_black_30 float_left'>证书编号</text> | 
|  |  | 103 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书编号' name='certification_no'></input> | 
| 121 | </view> | 104 | </view> | 
| 122 | <view class='divide_line_f5f5f5'></view> | 105 | <view class='divide_line_f5f5f5'></view> | 
| 123 | -        <template is="picker_cell_normal" data="{{...olderbirthDate}}" /> |  |  | 
| 124 | -        <view class='divide_line_f5f5f5'></view> |  |  | 
| 125 | <view style='height:90rpx'> | 106 | <view style='height:90rpx'> | 
| 126 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 107 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
| 127 | -          <text class='text_black_30 float_left'>被赡养人国籍(地区)</text> |  |  | 
| 128 | -          <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='country'>中国</text> | 108 | +          <text class='text_black_30 float_left'>发证机关</text> | 
|  |  | 109 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入发证机关' name='certification_autority'></input> | 
| 129 | </view> | 110 | </view> | 
| 130 | -        <view class='divide_line_f5f5f5'></view> | 111 | +      </view> | 
|  |  | 112 | + | 
|  |  | 113 | +    </view> | 
|  |  | 114 | +    <!-- 赡养老人 --> | 
|  |  | 115 | +    <view wx:if="{{cur_index=='support_duty'}}" style='padding:0 30rpx;'> | 
|  |  | 116 | +      <template is="picker_cell_normal" data="{{...supporttypeData}}" /> | 
|  |  | 117 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 118 | +      <view style='height:90rpx'> | 
|  |  | 119 | +        <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 120 | +        <text class='text_black_30 float_left'>被赡养人姓名</text> | 
|  |  | 121 | +        <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入被赡养人姓名' name='older_name'></input> | 
|  |  | 122 | +      </view> | 
|  |  | 123 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 124 | +      <template is="picker_cell_normal" data="{{...oldercardtypeData}}" /> | 
|  |  | 125 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 126 | +      <view style='height:90rpx'> | 
|  |  | 127 | +        <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 128 | +        <text class='text_black_30 float_left'>被赡养人证件号码</text> | 
|  |  | 129 | +        <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:420rpx;' placeholder='请输入证件号码' type='idcard' name='older_idno' value='{{older_idno}}'></input> | 
|  |  | 130 | +      </view> | 
|  |  | 131 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 132 | +      <template is="picker_cell_normal" data="{{...olderbirthDate}}" /> | 
|  |  | 133 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 134 | +      <view style='height:90rpx'> | 
|  |  | 135 | +        <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 136 | +        <text class='text_black_30 float_left'>被赡养人国籍(地区)</text> | 
|  |  | 137 | +        <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='country'>中国</text> | 
|  |  | 138 | +      </view> | 
|  |  | 139 | +      <view class='divide_line_f5f5f5'></view> | 
| 131 |  | 140 |  | 
| 132 | -        <template is="picker_cell_normal" data="{{...older_relativeData}}" /> | 141 | +      <template is="picker_cell_normal" data="{{...older_relativeData}}" /> | 
| 133 |  | 142 |  | 
| 134 | -        <!-- <view class='divide_line_f5f5f5'></view> | 143 | +      <!-- <view class='divide_line_f5f5f5'></view> | 
| 135 | <view style='height:90rpx'> | 144 | <view style='height:90rpx'> | 
| 136 | <text class='text_black_30 float_left'>分摊比例</text> | 145 | <text class='text_black_30 float_left'>分摊比例</text> | 
| 137 | <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分摊比例' name='allocation_ratio'></input> | 146 | <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分摊比例' name='allocation_ratio'></input> | 
| 138 | </view> --> | 147 | </view> --> | 
|  |  | 148 | +    </view> | 
|  |  | 149 | +    <!-- 大病医疗 --> | 
|  |  | 150 | +    <view wx:if="{{cur_index=='medical_fund'}}" style='padding:0 30rpx;'> | 
|  |  | 151 | +      <view style='height:90rpx'> | 
|  |  | 152 | +        <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 153 | +        <text class='text_black_30 float_left'>姓名</text> | 
|  |  | 154 | +        <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入姓名' name='name' value='{{name}}'></input> | 
|  |  | 155 | +      </view> | 
|  |  | 156 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 157 | + | 
|  |  | 158 | +      <template is="picker_cell_normal" data="{{...cardtypeData}}" /> | 
|  |  | 159 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 160 | +      <view style='height:90rpx'> | 
|  |  | 161 | +        <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 162 | +        <text class='text_black_30 float_left'>身份证件号码</text> | 
|  |  | 163 | +        <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='id_card_no' value='{{id_card_no}}'></input> | 
| 139 | </view> | 164 | </view> | 
| 140 | -      <!-- 大病医疗 --> |  |  | 
| 141 | -      <view wx:if="{{cur_index=='medical_fund'}}" style='padding:0 30rpx;'> | 165 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 166 | +      <template is="picker_cell_normal" data="{{...taxperson_relativeData}}" /> | 
|  |  | 167 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 168 | +      <view style='height:90rpx'> | 
|  |  | 169 | +        <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 170 | +        <text class='text_black_30 float_left'>医疗支出总金额</text> | 
|  |  | 171 | +        <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入总金额' type='digit' name='total_amount' value='{{total_amount}}'></input> | 
|  |  | 172 | +      </view> | 
|  |  | 173 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 174 | +      <view style='height:90rpx'> | 
|  |  | 175 | +        <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> | 
|  |  | 176 | +        <text class='text_black_30 float_left'>个人负担金额</text> | 
|  |  | 177 | +        <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入金额' type='digit' name='amount_by_person' value='{{total_amount}}'></input> | 
|  |  | 178 | +      </view> | 
|  |  | 179 | +    </view> | 
|  |  | 180 | +    <!-- 住房 --> | 
|  |  | 181 | +    <view wx:if="{{cur_index=='house_fund'}}" style='padding:0 30rpx;'> | 
|  |  | 182 | + | 
|  |  | 183 | +      <view wx:if="{{title=='添加住房贷款利息'}}"> | 
|  |  | 184 | + | 
|  |  | 185 | +        <template is="picker_cell_normal" data="{{...houseLocateInfo}}" /> | 
|  |  | 186 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 187 | +        <template is="picker_cell_normal" data="{{...identifytypeData}}" /> | 
|  |  | 188 | +        <view class='divide_line_f5f5f5'></view> | 
| 142 | <view style='height:90rpx'> | 189 | <view style='height:90rpx'> | 
| 143 | -          <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 144 | -          <text class='text_black_30 float_left'>姓名</text> |  |  | 
| 145 | -          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入姓名' name='name' value='{{name}}'></input> | 190 | +          <text class='text_black_30 float_left'>证书号码</text> | 
|  |  | 191 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书号码' name='identify_no'></input> | 
| 146 | </view> | 192 | </view> | 
| 147 | <view class='divide_line_f5f5f5'></view> | 193 | <view class='divide_line_f5f5f5'></view> | 
| 148 | - |  |  | 
| 149 | -        <template is="picker_cell_normal" data="{{...cardtypeData}}" /> | 194 | +        <template is="picker_cell_normal" data="{{...loantypeData}}" /> | 
| 150 | <view class='divide_line_f5f5f5'></view> | 195 | <view class='divide_line_f5f5f5'></view> | 
| 151 | <view style='height:90rpx'> | 196 | <view style='height:90rpx'> | 
| 152 | -          <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 153 | -          <text class='text_black_30 float_left'>身份证件号码</text> |  |  | 
| 154 | -          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='id_card_no' value='{{id_card_no}}'></input> | 197 | +          <text class='text_black_30 float_left'>贷款合同编号</text> | 
|  |  | 198 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入贷款合同编号' name='contract_no'></input> | 
| 155 | </view> | 199 | </view> | 
| 156 | <view class='divide_line_f5f5f5'></view> | 200 | <view class='divide_line_f5f5f5'></view> | 
| 157 | -        <template is="picker_cell_normal" data="{{...taxperson_relativeData}}" /> | 201 | +        <template is="picker_cell_normal" data="{{...firstpaybackDate}}" /> | 
|  |  | 202 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 203 | +        <template is="picker_cell_normal" data="{{...loandatelongData}}" /> | 
|  |  | 204 | +      </view> | 
|  |  | 205 | +      <view wx:if="{{title=='添加住房租金'}}"> | 
|  |  | 206 | +        <template is="picker_cell_normal" data="{{...contactLocateInfo}}" /> | 
|  |  | 207 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 208 | +        <template is="picker_cell_normal" data="{{...leasetypeData}}" /> | 
| 158 | <view class='divide_line_f5f5f5'></view> | 209 | <view class='divide_line_f5f5f5'></view> | 
| 159 | <view style='height:90rpx'> | 210 | <view style='height:90rpx'> | 
| 160 | -          <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 161 | -          <text class='text_black_30 float_left'>医疗支出总金额</text> |  |  | 
| 162 | -          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入总金额' type='digit' name='total_amount' value='{{total_amount}}'></input> | 211 | +          <text class='text_black_30 float_left'>出租方名称</text> | 
|  |  | 212 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入出租方名称' name='lease_name'></input> | 
| 163 | </view> | 213 | </view> | 
| 164 | <view class='divide_line_f5f5f5'></view> | 214 | <view class='divide_line_f5f5f5'></view> | 
| 165 | <view style='height:90rpx'> | 215 | <view style='height:90rpx'> | 
| 166 | -          <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |  |  | 
| 167 | -          <text class='text_black_30 float_left'>个人负担金额</text> |  |  | 
| 168 | -          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入金额' type='digit' name='amount_by_person' value='{{total_amount}}'></input> |  |  | 
| 169 | -        </view> |  |  | 
| 170 | -      </view> |  |  | 
| 171 | -      <!-- 住房 --> |  |  | 
| 172 | -      <view wx:if="{{cur_index=='house_fund'}}" style='padding:0 30rpx;'> |  |  | 
| 173 | - |  |  | 
| 174 | -        <view wx:if="{{title=='添加住房贷款利息'}}"> |  |  | 
| 175 | - |  |  | 
| 176 | -          <template is="picker_cell_normal" data="{{...houseLocateInfo}}" /> |  |  | 
| 177 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 178 | -          <template is="picker_cell_normal" data="{{...identifytypeData}}" /> |  |  | 
| 179 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 180 | -          <view style='height:90rpx'> |  |  | 
| 181 | -            <text class='text_black_30 float_left'>证书号码</text> |  |  | 
| 182 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书号码' name='identify_no'></input> |  |  | 
| 183 | -          </view> |  |  | 
| 184 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 185 | -          <template is="picker_cell_normal" data="{{...loantypeData}}" /> |  |  | 
| 186 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 187 | -          <view style='height:90rpx'> |  |  | 
| 188 | -            <text class='text_black_30 float_left'>贷款合同编号</text> |  |  | 
| 189 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入贷款合同编号' name='contract_no'></input> |  |  | 
| 190 | -          </view> |  |  | 
| 191 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 192 | -          <template is="picker_cell_normal" data="{{...firstpaybackDate}}" /> |  |  | 
| 193 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 194 | -          <template is="picker_cell_normal" data="{{...loandatelongData}}" /> |  |  | 
| 195 | -        </view> |  |  | 
| 196 | -        <view wx:if="{{title=='添加住房租金'}}"> |  |  | 
| 197 | -          <template is="picker_cell_normal" data="{{...contactLocateInfo}}" /> |  |  | 
| 198 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 199 | -          <template is="picker_cell_normal" data="{{...leasetypeData}}" /> |  |  | 
| 200 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 201 | -          <view style='height:90rpx'> |  |  | 
| 202 | -            <text class='text_black_30 float_left'>出租方名称</text> |  |  | 
| 203 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入出租方名称' name='lease_name'></input> |  |  | 
| 204 | -          </view> |  |  | 
| 205 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 206 | -          <view style='height:90rpx'> |  |  | 
| 207 | -            <text class='text_black_30 float_left'>出租方纳税人识别号</text> |  |  | 
| 208 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='统一社会信用代码' name='lease_idno'></input> |  |  | 
| 209 | -          </view> |  |  | 
| 210 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 211 | -          <template is="picker_cell_normal" data="{{...identifytypeData}}" /> |  |  | 
| 212 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 213 | -          <view style='height:90rpx'> |  |  | 
| 214 | -            <text class='text_black_30 float_left'>证书号码</text> |  |  | 
| 215 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书号码' name='identify_no'></input> |  |  | 
| 216 | -          </view> |  |  | 
| 217 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 218 | -          <view style='height:90rpx'> |  |  | 
| 219 | -            <text class='text_black_30 float_left'>租赁合同编号</text> |  |  | 
| 220 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输合同编号' name='contract_no'></input> |  |  | 
| 221 | -          </view> |  |  | 
| 222 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 223 | -          <template is="picker_cell_normal" data="{{...leasestartDate}}" /> |  |  | 
| 224 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 225 | -          <template is="picker_cell_normal" data="{{...leaseendDate}}" /> | 216 | +          <text class='text_black_30 float_left'>出租方纳税人识别号</text> | 
|  |  | 217 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='统一社会信用代码' name='lease_idno'></input> | 
| 226 | </view> | 218 | </view> | 
| 227 | -      </view> |  |  | 
| 228 | - |  |  | 
| 229 | -      <view style='padding:0 30rpx;' wx:if="{{cur_index!='medical_fund'}}"> |  |  | 
| 230 | <view class='divide_line_f5f5f5'></view> | 219 | <view class='divide_line_f5f5f5'></view> | 
| 231 | -        <template is="picker_cell_normal" data="{{...reducetypeData}}" /> | 220 | +        <template is="picker_cell_normal" data="{{...identifytypeData}}" /> | 
|  |  | 221 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 222 | +        <view style='height:90rpx'> | 
|  |  | 223 | +          <text class='text_black_30 float_left'>证书号码</text> | 
|  |  | 224 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书号码' name='identify_no'></input> | 
|  |  | 225 | +        </view> | 
| 232 | <view class='divide_line_f5f5f5'></view> | 226 | <view class='divide_line_f5f5f5'></view> | 
| 233 | <view style='height:90rpx'> | 227 | <view style='height:90rpx'> | 
| 234 | -          <text class='text_black_30 float_left'>扣除金额</text> |  |  | 
| 235 | -          <text wx:if="{{reducetypeData.selected=='月度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;'>¥{{deduction_amount}}/月</text> |  |  | 
| 236 | -          <text wx:if="{{reducetypeData.selected=='年度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;'>¥{{deduction_amount}}/年</text> |  |  | 
| 237 | -          <!-- <input class='input_wrap01 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#FF9F00;' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input> --> | 228 | +          <text class='text_black_30 float_left'>租赁合同编号</text> | 
|  |  | 229 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输合同编号' name='contract_no'></input> | 
| 238 | </view> | 230 | </view> | 
| 239 | <view class='divide_line_f5f5f5'></view> | 231 | <view class='divide_line_f5f5f5'></view> | 
|  |  | 232 | +        <template is="picker_cell_normal" data="{{...leasestartDate}}" /> | 
|  |  | 233 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 234 | +        <template is="picker_cell_normal" data="{{...leaseendDate}}" /> | 
|  |  | 235 | +      </view> | 
|  |  | 236 | +    </view> | 
| 240 |  | 237 |  | 
|  |  | 238 | +    <view style='padding:0 30rpx;' wx:if="{{cur_index!='medical_fund'}}"> | 
|  |  | 239 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 240 | +      <template is="picker_cell_normal" data="{{...reducetypeData}}" /> | 
|  |  | 241 | +      <view class='divide_line_f5f5f5'></view> | 
|  |  | 242 | +      <view style='height:90rpx'> | 
|  |  | 243 | +        <text class='text_black_30 float_left'>扣除金额</text> | 
|  |  | 244 | +        <text wx:if="{{reducetypeData.selected=='月度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;'>¥{{deduction_amount}}/月</text> | 
|  |  | 245 | +        <text wx:if="{{reducetypeData.selected=='年度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;'>¥{{deduction_amount}}/年</text> | 
|  |  | 246 | +        <!-- <input class='input_wrap01 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#FF9F00;' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input> --> | 
| 241 | </view> | 247 | </view> | 
|  |  | 248 | +      <view class='divide_line_f5f5f5'></view> | 
| 242 |  | 249 |  | 
| 243 | -      <view style='height:20rpx;width:100%;background:#F8F8F8;'></view> | 250 | +    </view> | 
| 244 |  | 251 |  | 
| 245 | -      <view style='padding:0 30rpx;'> | 252 | +    <view style='height:20rpx;width:100%;background:#F8F8F8;'></view> | 
| 246 |  | 253 |  | 
| 247 | -        <view wx:if="{{cur_index=='children_education'}}"> |  |  | 
| 248 | -          <view style='height:90rpx'> |  |  | 
| 249 | -            <text class='text_black_30 float_left'>配偶姓名</text> |  |  | 
| 250 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input> |  |  | 
| 251 | -          </view> |  |  | 
| 252 | -          <view class='divide_line_f5f5f5'></view> | 254 | +    <view style='padding:0 30rpx;'> | 
| 253 |  | 255 |  | 
| 254 | -          <template is="picker_cell_normal" data="{{...lovercardtypeData}}" /> |  |  | 
| 255 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 256 | -          <view style='height:90rpx'> |  |  | 
| 257 | -            <text class='text_black_30 float_left'>配偶证件号码</text> |  |  | 
| 258 | -            <view wx:if="{{isIdCard}}"> |  |  | 
| 259 | -              <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="lover"></image> |  |  | 
| 260 | -              <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='18' type='idcard' value='{{spouse_id_card_no}}'></input> |  |  | 
| 261 | -            </view> |  |  | 
| 262 | -            <!-- <view wx:else> | 256 | +      <view wx:if="{{cur_index=='children_education'}}"> | 
|  |  | 257 | +        <view style='height:90rpx'> | 
|  |  | 258 | +          <text class='text_black_30 float_left'>配偶姓名</text> | 
|  |  | 259 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input> | 
|  |  | 260 | +        </view> | 
|  |  | 261 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 262 | + | 
|  |  | 263 | +        <template is="picker_cell_normal" data="{{...lovercardtypeData}}" /> | 
|  |  | 264 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 265 | +        <view style='height:90rpx'> | 
|  |  | 266 | +          <text class='text_black_30 float_left'>配偶证件号码</text> | 
|  |  | 267 | +          <view wx:if="{{isIdCard}}"> | 
|  |  | 268 | +            <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="lover"></image> | 
|  |  | 269 | +            <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='18' type='idcard' value='{{spouse_id_card_no}}'></input> | 
|  |  | 270 | +          </view> | 
|  |  | 271 | +          <!-- <view wx:else> | 
| 263 | <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='24' value='{{spouse_id_card_no}}'></input> | 272 | <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='24' value='{{spouse_id_card_no}}'></input> | 
| 264 | </view> --> | 273 | </view> --> | 
| 265 | -            <!-- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='spouse_id_card_no'></input> --> |  |  | 
| 266 | -          </view> | 274 | +          <!-- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='spouse_id_card_no'></input> --> | 
|  |  | 275 | +        </view> | 
| 267 |  | 276 |  | 
| 268 | - |  |  | 
| 269 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 270 | -          <template is="picker_cell_normal" data="{{...loverbirthDate}}" /> |  |  | 
| 271 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 272 | -          <view style='height:90rpx'> |  |  | 
| 273 | -            <text class='text_black_30 float_left'>国籍</text> |  |  | 
| 274 | -            <!-- <image class='arrow_wrap' src='/images/arrow_right.png'></image> --> |  |  | 
| 275 | -            <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text> |  |  | 
| 276 | -          </view> | 277 | + | 
|  |  | 278 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 279 | +        <template is="picker_cell_normal" data="{{...loverbirthDate}}" /> | 
|  |  | 280 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 281 | +        <view style='height:90rpx'> | 
|  |  | 282 | +          <text class='text_black_30 float_left'>国籍</text> | 
|  |  | 283 | +          <!-- <image class='arrow_wrap' src='/images/arrow_right.png'></image> --> | 
|  |  | 284 | +          <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text> | 
| 277 | </view> | 285 | </view> | 
|  |  | 286 | +      </view> | 
| 278 |  | 287 |  | 
| 279 | -         <view wx:if="{{cur_index=='house_fund'}}"> |  |  | 
| 280 | -          <view style='height:90rpx'> |  |  | 
| 281 | -            <text class='text_black_30 float_left'>配偶姓名</text> |  |  | 
| 282 | -            <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input> |  |  | 
| 283 | -          </view> |  |  | 
| 284 | -          <view class='divide_line_f5f5f5'></view> | 288 | +      <view wx:if="{{cur_index=='house_fund'}}"> | 
|  |  | 289 | +        <view style='height:90rpx'> | 
|  |  | 290 | +          <text class='text_black_30 float_left'>配偶姓名</text> | 
|  |  | 291 | +          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input> | 
|  |  | 292 | +        </view> | 
|  |  | 293 | +        <view class='divide_line_f5f5f5'></view> | 
| 285 |  | 294 |  | 
| 286 | -          <template is="picker_cell_normal" data="{{...lovercardtypeData}}" /> |  |  | 
| 287 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 288 | -          <view style='height:90rpx'> |  |  | 
| 289 | -            <text class='text_black_30 float_left'>配偶证件号码</text> |  |  | 
| 290 | -            <view wx:if="{{isIdCard}}"> |  |  | 
| 291 | -              <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="lover"></image> |  |  | 
| 292 | -              <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='lover_idno' maxlength='18' type='idcard' value='{{lover_idno}}'></input> |  |  | 
| 293 | -            </view> |  |  | 
| 294 | -            <!-- <view wx:else> | 295 | +        <template is="picker_cell_normal" data="{{...lovercardtypeData}}" /> | 
|  |  | 296 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 297 | +        <view style='height:90rpx'> | 
|  |  | 298 | +          <text class='text_black_30 float_left'>配偶证件号码</text> | 
|  |  | 299 | +          <view wx:if="{{isIdCard}}"> | 
|  |  | 300 | +            <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="lover"></image> | 
|  |  | 301 | +            <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='lover_idno' maxlength='18' type='idcard' value='{{lover_idno}}'></input> | 
|  |  | 302 | +          </view> | 
|  |  | 303 | +          <!-- <view wx:else> | 
| 295 | <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='lover_idno' maxlength='24' value='{{lover_idno}}'></input> | 304 | <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='lover_idno' maxlength='24' value='{{lover_idno}}'></input> | 
| 296 | </view> --> | 305 | </view> --> | 
| 297 | -            <!-- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='lover_idno'></input> --> |  |  | 
| 298 | -          </view> |  |  | 
| 299 | - |  |  | 
| 300 | - |  |  | 
| 301 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 302 | -          <template is="picker_cell_normal" data="{{...loverbirthDate}}" /> |  |  | 
| 303 | -          <view class='divide_line_f5f5f5'></view> |  |  | 
| 304 | -          <view style='height:90rpx'> |  |  | 
| 305 | -            <text class='text_black_30 float_left'>国籍</text> |  |  | 
| 306 | -            <!-- <image class='arrow_wrap' src='/images/arrow_right.png'></image> --> |  |  | 
| 307 | -            <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text> |  |  | 
| 308 | -          </view> | 306 | +          <!-- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='lover_idno'></input> --> | 
| 309 | </view> | 307 | </view> | 
| 310 |  | 308 |  | 
|  |  | 309 | + | 
|  |  | 310 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 311 | +        <template is="picker_cell_normal" data="{{...loverbirthDate}}" /> | 
|  |  | 312 | +        <view class='divide_line_f5f5f5'></view> | 
|  |  | 313 | +        <view style='height:90rpx'> | 
|  |  | 314 | +          <text class='text_black_30 float_left'>国籍</text> | 
|  |  | 315 | +          <!-- <image class='arrow_wrap' src='/images/arrow_right.png'></image> --> | 
|  |  | 316 | +          <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text> | 
|  |  | 317 | +        </view> | 
| 311 | </view> | 318 | </view> | 
| 312 | -      <!-- <view class='divide_line_f5f5f5'></view> | 319 | + | 
|  |  | 320 | +    </view> | 
|  |  | 321 | +    <!-- <view class='divide_line_f5f5f5'></view> | 
| 313 | <view class='text_black_30 float_left'>上传材料</view> --> | 322 | <view class='text_black_30 float_left'>上传材料</view> --> | 
| 314 | <view style='width:100%;height:180rpx;background:#f8f8f8'></view> | 323 | <view style='width:100%;height:180rpx;background:#f8f8f8'></view> | 
| 315 | <!-- <view style='margin-bottom:140rpx'> | 324 | <!-- <view style='margin-bottom:140rpx'> |