提交 54d26033f00f53f0ee3e9fad7e547cb7932c1fdb

作者 pangy
1 个父辈 95e26425

...

... ... @@ -18,7 +18,7 @@ Page({
18 18 title: '',
19 19 isIdCard:true,
20 20 extrainfo_arr: ["请上传子女出生证明、学籍信息凭证、学费凭证、本人结婚证和分摊协议", "请上传学历学籍凭证", "请上传出生证明或关系证明、独生子女证、分摊协议、其他法定赡养人赡养证明", "请上传诊断书和医疗费用收据", "请上传首套房证明、还款证明、不动产登记证、结婚证和夫妻约定抵扣协议"],
21   - cur_index: 'medical_fund',
  21 + cur_index: 'support_duty',
22 22 lovercardtypeData: {
23 23 label: '身份证件类型',
24 24 bindtype: 'lovercardtype',
... ... @@ -130,6 +130,7 @@ Page({
130 130 },
131 131 supporttypeData: {
132 132 label: '赡养类型',
  133 + isrequre: true,
133 134 bindtype: 'support_type',
134 135 selected: '',
135 136 isblack: 'true',
... ... @@ -139,8 +140,10 @@ Page({
139 140 },
140 141 oldercardtypeData: {
141 142 label: '被赡养人证件类型',
  143 + isrequre: true,
  144 + disabled:true,
142 145 bindtype: 'oldercardtype',
143   - selected: '',
  146 + selected: '居民身份证',
144 147 isblack: 'true',
145 148 placeholder: '请选择被赡养人证件类型',
146 149 values: ["居民身份证", "军官证", '士兵证', '武警警官证', '港澳居民来往内地通行证', '外交官证', '中国护照',
... ... @@ -163,6 +166,7 @@ Page({
163 166 },
164 167 olderbirthDate: {
165 168 label: '被赡养人出生日期',
  169 + isrequre: true,
166 170 bindtype: 'olderbirthday',
167 171 selected: '',
168 172 isblack: 'true',
... ...
... ... @@ -107,6 +107,7 @@
107 107 <template is="picker_cell_normal" data="{{...supporttypeData}}" />
108 108 <view class='divide_line_f5f5f5'></view>
109 109 <view style='height:90rpx'>
  110 + <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
110 111 <text class='text_black_30 float_left'>被赡养人姓名</text>
111 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>
112 113 </view>
... ... @@ -114,15 +115,16 @@
114 115 <template is="picker_cell_normal" data="{{...oldercardtypeData}}" />
115 116 <view class='divide_line_f5f5f5'></view>
116 117 <view style='height:90rpx'>
  118 + <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
117 119 <text class='text_black_30 float_left'>被赡养人证件号码</text>
118   - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证件号码' type='idcard' name='older_idno' value='{{older_idno}}'></input>
  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>
119 121 </view>
120 122 <view class='divide_line_f5f5f5'></view>
121 123 <template is="picker_cell_normal" data="{{...olderbirthDate}}" />
122 124 <view class='divide_line_f5f5f5'></view>
123 125 <view style='height:90rpx'>
124 126 <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
125   - <text class='text_black_30 float_left'>国籍(地区)</text>
  127 + <text class='text_black_30 float_left'>被赡养人国籍(地区)</text>
126 128 <text class='text_333_30 float_right' style='line-height: 90rpx;text-align:right' name='country'>中国</text>
127 129 </view>
128 130 <view class='divide_line_f5f5f5'></view>
... ...
注册登录 后发表评论