提交 9d4762b81121b18f84bce413a019f39f0c548a97

作者 wangyu
1 个父辈 9ba67dea

优化

@@ -96,7 +96,7 @@ Page({ @@ -96,7 +96,7 @@ Page({
96 this.showToast("证件号码有误") 96 this.showToast("证件号码有误")
97 return; 97 return;
98 } 98 }
99 - if (this.data.birthday.length < 1 || this.data.birthday_datelong!=1){ 99 + if (this.data.birthday.length < 1 ){
100 this.showToast("请选择出生日期") 100 this.showToast("请选择出生日期")
101 return; 101 return;
102 } 102 }
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
30 <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> 30 <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
31 <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>共同赡养人出生日期</text> 31 <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>共同赡养人出生日期</text>
32 <image class='arrow_wrap' src='/images/arrow_right.png' style='margin-top:26rpx'></image> 32 <image class='arrow_wrap' src='/images/arrow_right.png' style='margin-top:26rpx'></image>
33 - <text class="text_777_30 float_right" style='line-height: 90rpx;'>{{birthday}}</text> 33 + <text style='color:#333;font-size: 30rpx;line-height: 90rpx; float:right'>{{birthday}}</text>
34 </view> 34 </view>
35 </picker> 35 </picker>
36 <!-- <template is="picker_cell_normal" data="{{...commonbirthDate}}" /> --> 36 <!-- <template is="picker_cell_normal" data="{{...commonbirthDate}}" /> -->
@@ -203,7 +203,7 @@ @@ -203,7 +203,7 @@
203 <template is="picker_cell_normal" data="{{...houseLocateInfo}}" /> 203 <template is="picker_cell_normal" data="{{...houseLocateInfo}}" />
204 <view class='divide_line_30'></view> 204 <view class='divide_line_30'></view>
205 <view style='height:90rpx'> 205 <view style='height:90rpx'>
206 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address'></input> 206 + <input class='input_wrap02 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address'></input>
207 </view> 207 </view>
208 <view class='divide_line_30'></view> 208 <view class='divide_line_30'></view>
209 <template is="picker_cell_normal" data="{{...identifytypeData}}" /> 209 <template is="picker_cell_normal" data="{{...identifytypeData}}" />
@@ -299,7 +299,7 @@ @@ -299,7 +299,7 @@
299 <template is="picker_cell_normal" data="{{...rentLocateInfo}}" /> 299 <template is="picker_cell_normal" data="{{...rentLocateInfo}}" />
300 <view class='divide_line_30'></view> 300 <view class='divide_line_30'></view>
301 <view style='height:90rpx'> 301 <view style='height:90rpx'>
302 - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address'></input> 302 + <input class='input_wrap02 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address'></input>
303 </view> 303 </view>
304 <view class='divide_line_30'></view> 304 <view class='divide_line_30'></view>
305 <view style='height:90rpx'> 305 <view style='height:90rpx'>
@@ -31,6 +31,17 @@ @@ -31,6 +31,17 @@
31 white-space: nowrap; 31 white-space: nowrap;
32 } 32 }
33 33
  34 +.input_wrap02 {
  35 + width:520rpx;
  36 + height: 90rpx;
  37 + font-size: 30rpx;
  38 + color: #333;
  39 + text-align: right;
  40 + overflow: hidden;
  41 + text-overflow: ellipsis;
  42 + white-space: nowrap;
  43 +}
  44 +
34 .arrow_wrap { 45 .arrow_wrap {
35 width: 40rpx; 46 width: 40rpx;
36 height: 40rpx; 47 height: 40rpx;
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 3
4 <!-- 子女教育 --> 4 <!-- 子女教育 -->
5 <view wx:if="{{cur_status=='children_education'}}"> 5 <view wx:if="{{cur_status=='children_education'}}">
6 - <view style='margin:30rpx'> 6 + <view style='margin:0 30rpx'>
7 <view style='height:90rpx;width:100%;clear:both;'> 7 <view style='height:90rpx;width:100%;clear:both;'>
8 <text class='text_left'>子女证照类型</text> 8 <text class='text_left'>子女证照类型</text>
9 <text class='text_right_333'>{{datas.children_id_card_type=='1'?"居民身份证":datas.children_id_card_type}}</text> 9 <text class='text_right_333'>{{datas.children_id_card_type=='1'?"居民身份证":datas.children_id_card_type}}</text>
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 </view> 27 </view>
28 28
29 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 29 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
30 - <view style='margin:30rpx'> 30 + <view style='margin:0 30rpx'>
31 <view style='height:90rpx;width:100%;clear:both;'> 31 <view style='height:90rpx;width:100%;clear:both;'>
32 <text class='text_left'>分配比例</text> 32 <text class='text_left'>分配比例</text>
33 <text class='text_right_333'>{{datas.percent}}%</text> 33 <text class='text_right_333'>{{datas.percent}}%</text>
@@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
70 </view> 70 </view>
71 </view> 71 </view>
72 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 72 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
73 - <view style='margin:30rpx'> 73 + <view style='margin:0 30rpx'>
74 <view style='height:90rpx;width:100%;clear:both;'> 74 <view style='height:90rpx;width:100%;clear:both;'>
75 <text class='text_left'>是否有配偶</text> 75 <text class='text_left'>是否有配偶</text>
76 <text class='text_right_333'>{{datas.has_spouse=='y'?"是":"否"}}</text> 76 <text class='text_right_333'>{{datas.has_spouse=='y'?"是":"否"}}</text>
@@ -103,7 +103,7 @@ @@ -103,7 +103,7 @@
103 </view> 103 </view>
104 104
105 <!-- 赡养老人 --> 105 <!-- 赡养老人 -->
106 - <view style='padding:30rpx' wx:if="{{cur_status=='support_duty'}}"> 106 + <view style='padding:0 30rpx' wx:if="{{cur_status=='support_duty'}}">
107 <view style='height:90rpx;width:100%;clear:both;'> 107 <view style='height:90rpx;width:100%;clear:both;'>
108 <text class='text_left'>是否独生子女</text> 108 <text class='text_left'>是否独生子女</text>
109 <text class='text_right_333'>{{datas.is_single=='n'?"否":"是"}}</text> 109 <text class='text_right_333'>{{datas.is_single=='n'?"否":"是"}}</text>
@@ -154,7 +154,7 @@ @@ -154,7 +154,7 @@
154 <view wx:if="{{cur_status=='house_fund'}}"> 154 <view wx:if="{{cur_status=='house_fund'}}">
155 <!-- 租赁 --> 155 <!-- 租赁 -->
156 <view wx:if="{{house_type=='house_fund_rent'}}"> 156 <view wx:if="{{house_type=='house_fund_rent'}}">
157 - <view style='padding:30rpx'> 157 + <view style='padding:0 30rpx'>
158 <view style='height:90rpx;width:100%;clear:both;'> 158 <view style='height:90rpx;width:100%;clear:both;'>
159 <text class='text_left'>主要工作城市</text> 159 <text class='text_left'>主要工作城市</text>
160 <text class='text_right_333'>{{datas.work_city_new}}</text> 160 <text class='text_right_333'>{{datas.work_city_new}}</text>
@@ -191,7 +191,7 @@ @@ -191,7 +191,7 @@
191 </view> 191 </view>
192 </view> 192 </view>
193 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 193 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
194 - <view style='padding:30rpx'> 194 + <view style='padding:0 30rpx'>
195 <view style='height:90rpx;width:100%;clear:both;'> 195 <view style='height:90rpx;width:100%;clear:both;'>
196 <text class='text_left'>租赁房屋坐落地址</text> 196 <text class='text_left'>租赁房屋坐落地址</text>
197 <text class='text_right_333'>{{datas.house_address_new}}</text> 197 <text class='text_right_333'>{{datas.house_address_new}}</text>
@@ -224,7 +224,7 @@ @@ -224,7 +224,7 @@
224 </view> 224 </view>
225 <!-- //贷款 --> 225 <!-- //贷款 -->
226 <view wx:if="{{house_type=='house_fund_loan'}}"> 226 <view wx:if="{{house_type=='house_fund_loan'}}">
227 - <view style='padding:30rpx'> 227 + <view style='padding:0 30rpx'>
228 <view style='height:90rpx;width:100%;clear:both;'> 228 <view style='height:90rpx;width:100%;clear:both;'>
229 <text class='text_left'>房屋坐落地址</text> 229 <text class='text_left'>房屋坐落地址</text>
230 <text class='text_right_333'>{{datas.house_address_new}}</text> 230 <text class='text_right_333'>{{datas.house_address_new}}</text>
@@ -251,7 +251,7 @@ @@ -251,7 +251,7 @@
251 </view> 251 </view>
252 252
253 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 253 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
254 - <view style='padding:30rpx'> 254 + <view style='padding:0 30rpx'>
255 <view style='height:90rpx;width:100%;clear:both;'> 255 <view style='height:90rpx;width:100%;clear:both;'>
256 <text class='text_left'>贷款类型</text> 256 <text class='text_left'>贷款类型</text>
257 <text class='text_right_333'>{{datas.loan_type}}</text> 257 <text class='text_right_333'>{{datas.loan_type}}</text>
@@ -305,7 +305,7 @@ @@ -305,7 +305,7 @@
305 </view> 305 </view>
306 306
307 <view style='width:100%;height:20rpx;background:#f9f9f9'></view> 307 <view style='width:100%;height:20rpx;background:#f9f9f9'></view>
308 - <view style='padding:30rpx'> 308 + <view style='padding:0 30rpx'>
309 <view style='height:90rpx;width:100%;clear:both;'> 309 <view style='height:90rpx;width:100%;clear:both;'>
310 <text class='text_left'>是否有配偶</text> 310 <text class='text_left'>是否有配偶</text>
311 <text class='text_right_333'>{{datas.has_spouse=='y'?"是":"否"}}</text> 311 <text class='text_right_333'>{{datas.has_spouse=='y'?"是":"否"}}</text>
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 <image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image> 19 <image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image>
20 <text class='text_999_30 float_right' style='line-height:100rpx'>{{reducetypeData[selected_reduceindex]}}</text> 20 <text class='text_999_30 float_right' style='line-height:100rpx'>{{reducetypeData[selected_reduceindex]}}</text>
21 </view> --> 21 </view> -->
22 - <view wx:if="{{cur_status=='support_duty'}}" style='padding:0 30rpx;background:#FFF'> 22 + <view wx:if="{{cur_status=='support_duty'}}" style='padding-right:30rpx;background:#FFF'>
23 <template is="picker_cell_normal" data="{{...issinglechildData}}" /> 23 <template is="picker_cell_normal" data="{{...issinglechildData}}" />
24 24
25 <view wx:if="{{issinglechildData.selected=='否'}}"> 25 <view wx:if="{{issinglechildData.selected=='否'}}">
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view> 21 <view style='width:1px;height:140rpx;background-color:#e5e5e5;margin-left:40rpx'></view>
22 <view style='display:flex;flex-direction: column;width:440rpx;margin-left:30rpx;align-self:center;'> 22 <view style='display:flex;flex-direction: column;width:440rpx;margin-left:30rpx;align-self:center;'>
23 <text style='font-size: 36rpx;color: #000;font-weight:bold;'>专项附加扣除</text> 23 <text style='font-size: 36rpx;color: #000;font-weight:bold;'>专项附加扣除</text>
24 - <text style='font-size:28rpx;color: #999;margin-top:6rpx'>上传可抵扣的专项附加扣除费用票据</text> 24 + <text style='font-size:28rpx;color: #999;margin-top:6rpx'>申报转向附加扣除,提交详细信息</text>
25 </view> 25 </view>
26 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image> 26 <image class='arrow_wrap float_right' src='/images/arrow_right.png'></image>
27 </view> 27 </view>
注册登录 后发表评论