正在显示
1 个修改的文件
包含
58 行增加
和
58 行删除
... | ... | @@ -2,53 +2,53 @@ |
2 | 2 | <scroll-view class='page'> |
3 | 3 | |
4 | 4 | <!-- 子女教育 --> |
5 | - <view style='padding:30rpx' wx:if="{{cur_status=='children_education'}}"> | |
6 | - <view style='height:90rpx;width:100%'> | |
5 | + <view style='margin:30rpx' wx:if="{{cur_status=='children_education'}}"> | |
6 | + <view style='height:90rpx;width:100%;clear:both;'> | |
7 | 7 | <text class='text_left'>子女证照类型</text> |
8 | 8 | <text class='text_right_333'>{{datas.children_id_card_type=='1'?"居民身份证":datas.children_id_card_type}}</text> |
9 | 9 | </view> |
10 | - <view style='height:90rpx;width:100%'> | |
10 | + <view style='height:90rpx;width:100%;clear:both;'> | |
11 | 11 | <text class='text_left'>子女证照号码</text> |
12 | 12 | <text class='text_right_333'>{{datas.children_id_card_no}}</text> |
13 | 13 | </view> |
14 | - <view style='height:90rpx;width:100%'> | |
14 | + <view style='height:90rpx;width:100%;clear:both;'> | |
15 | 15 | <text class='text_left'>子女姓名</text> |
16 | 16 | <text class='text_right_333'>{{datas.children_name}}</text> |
17 | 17 | </view> |
18 | - <view style='height:90rpx;width:100%'> | |
18 | + <view style='height:90rpx;width:100%;clear:both;'> | |
19 | 19 | <text class='text_left'>出生日期</text> |
20 | 20 | <text class='text_right_333'>{{datas.children_birthday}}</text> |
21 | 21 | </view> |
22 | - <view style='height:90rpx;width:100%'> | |
22 | + <view style='height:90rpx;width:100%;clear:both;'> | |
23 | 23 | <text class='text_left'>国籍</text> |
24 | 24 | <text class='text_right_333'>中国</text> |
25 | 25 | </view> |
26 | 26 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
27 | - <view style='height:90rpx;width:100%'> | |
27 | + <view style='height:90rpx;width:100%;clear:both;'> | |
28 | 28 | <text class='text_left'>分配比例</text> |
29 | 29 | <text class='text_right_333'>{{datas.percent}}%</text> |
30 | 30 | </view> |
31 | - <view style='height:90rpx;width:100%'> | |
31 | + <view style='height:90rpx;width:100%;clear:both;'> | |
32 | 32 | <text class='text_left'>子女学籍号</text> |
33 | 33 | <text class='text_right_333'>{{datas.student_no}}</text> |
34 | 34 | </view> |
35 | - <view style='height:90rpx;width:100%'> | |
35 | + <view style='height:90rpx;width:100%;clear:both;'> | |
36 | 36 | <text class='text_left'>子女受教育阶段</text> |
37 | 37 | <text class='text_right_333'>{{datas.education_period}}</text> |
38 | 38 | </view> |
39 | - <view style='height:90rpx;width:100%'> | |
39 | + <view style='height:90rpx;width:100%;clear:both;'> | |
40 | 40 | <text class='text_left'>受教育期间起</text> |
41 | 41 | <text class='text_right_333'>{{datas.education_start}}</text> |
42 | 42 | </view> |
43 | - <view style='height:90rpx;width:100%'> | |
43 | + <view style='height:90rpx;width:100%;clear:both;'> | |
44 | 44 | <text class='text_left'>教育终止时间</text> |
45 | 45 | <text class='text_right_333'>{{datas.education_end}}</text> |
46 | 46 | </view> |
47 | - <view style='height:90rpx;width:100%'> | |
47 | + <view style='height:90rpx;width:100%;clear:both;'> | |
48 | 48 | <text class='text_left'>就读国家(地区)</text> |
49 | 49 | <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国(大陆)'}}</text> |
50 | 50 | </view> |
51 | - <view style='height:90rpx;width:100%'> | |
51 | + <view style='height:90rpx;width:100%;clear:both;'> | |
52 | 52 | <text class='text_left'>就读学校名称</text> |
53 | 53 | <text class='text_right_333'>{{datas.school_name}}</text> |
54 | 54 | </view> |
... | ... | @@ -56,32 +56,32 @@ |
56 | 56 | <text class='text_left'>就读国家(地区)</text> |
57 | 57 | <text class='text_right_333'>{{datas.education_end_new}}</text> |
58 | 58 | </view> --> |
59 | - <view style='height:90rpx;width:100%'> | |
59 | + <view style='height:90rpx;width:100%;clear:both;'> | |
60 | 60 | <text class='text_left'>扣除方式</text> |
61 | 61 | <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text> |
62 | 62 | </view> |
63 | - <view style='height:90rpx;width:100%'> | |
63 | + <view style='height:90rpx;width:100%;clear:both;'> | |
64 | 64 | <text class='text_left'>扣除金额</text> |
65 | 65 | <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text> |
66 | 66 | </view> |
67 | 67 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
68 | - <view style='height:90rpx;width:100%'> | |
68 | + <view style='height:90rpx;width:100%;clear:both;'> | |
69 | 69 | <text class='text_left'>配偶姓名</text> |
70 | 70 | <text class='text_right_333'>{{datas.spouse_name}}</text> |
71 | 71 | </view> |
72 | - <view style='height:90rpx;width:100%'> | |
72 | + <view style='height:90rpx;width:100%;clear:both;'> | |
73 | 73 | <text class='text_left'>配偶证照类型</text> |
74 | 74 | <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text> |
75 | 75 | </view> |
76 | - <view style='height:90rpx;width:100%'> | |
76 | + <view style='height:90rpx;width:100%;clear:both;'> | |
77 | 77 | <text class='text_left'>配偶身份证照号码</text> |
78 | 78 | <text class='text_right_333'>{{datas.spouse_id_card_no}}</text> |
79 | 79 | </view> |
80 | - <view style='height:90rpx;width:100%'> | |
80 | + <view style='height:90rpx;width:100%;clear:both;'> | |
81 | 81 | <text class='text_left'>出生日期</text> |
82 | 82 | <text class='text_right_333'>{{datas.spouse_birthday}}</text> |
83 | 83 | </view> |
84 | - <view style='height:90rpx;width:100%'> | |
84 | + <view style='height:90rpx;width:100%;clear:both;'> | |
85 | 85 | <text class='text_left'>国籍</text> |
86 | 86 | <text class='text_right_333'>中国</text> |
87 | 87 | </view> |
... | ... | @@ -89,31 +89,31 @@ |
89 | 89 | |
90 | 90 | <!-- 赡养老人 --> |
91 | 91 | <view style='padding:30rpx' wx:if="{{cur_status=='support_duty'}}"> |
92 | - <view style='height:90rpx;width:100%'> | |
92 | + <view style='height:90rpx;width:100%;clear:both;'> | |
93 | 93 | <text class='text_left'>赡养类型</text> |
94 | 94 | <text class='text_right_333'>{{datas.support_type}}</text> |
95 | 95 | </view> |
96 | - <view style='height:90rpx;width:100%'> | |
96 | + <view style='height:90rpx;width:100%;clear:both;'> | |
97 | 97 | <text class='text_left'>被赡养人姓名</text> |
98 | 98 | <text class='text_right_333'>{{datas.supported_name}}</text> |
99 | 99 | </view> |
100 | - <view style='height:90rpx;width:100%'> | |
100 | + <view style='height:90rpx;width:100%;clear:both;'> | |
101 | 101 | <text class='text_left'>被赡养人证照类型</text> |
102 | 102 | <text class='text_right_333'>{{datas.id_card_type=='1'?"身份证":datas.id_card_type}}</text> |
103 | 103 | </view> |
104 | - <view style='height:90rpx;width:100%'> | |
104 | + <view style='height:90rpx;width:100%;clear:both;'> | |
105 | 105 | <text class='text_left'>被赡养人证照号码</text> |
106 | 106 | <text class='text_right_333'>{{datas.id_card_no}}</text> |
107 | 107 | </view> |
108 | - <view style='height:90rpx;width:100%'> | |
108 | + <view style='height:90rpx;width:100%;clear:both;'> | |
109 | 109 | <text class='text_left'>被赡养人出生日期</text> |
110 | 110 | <text class='text_right_333'>{{datas.birthday}}</text> |
111 | 111 | </view> |
112 | - <view style='height:90rpx;width:100%'> | |
112 | + <view style='height:90rpx;width:100%;clear:both;'> | |
113 | 113 | <text class='text_left'>被赡养人国籍(地区)</text> |
114 | 114 | <text class='text_right_333'>中国</text> |
115 | 115 | </view> |
116 | - <view style='height:90rpx;width:100%'> | |
116 | + <view style='height:90rpx;width:100%;clear:both;'> | |
117 | 117 | <text class='text_left'>与纳税人关系</text> |
118 | 118 | <text class='text_right_333'>{{datas.relationship}}</text> |
119 | 119 | </view> |
... | ... | @@ -121,11 +121,11 @@ |
121 | 121 | <text class='text_left'>分摊比例</text> |
122 | 122 | <text class='text_right_333'>{{datas.percent}}%</text> |
123 | 123 | </view> --> |
124 | - <view style='height:90rpx;width:100%'> | |
124 | + <view style='height:90rpx;width:100%;clear:both;'> | |
125 | 125 | <text class='text_left'>扣除方式</text> |
126 | 126 | <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text> |
127 | 127 | </view> |
128 | - <view style='height:90rpx;width:100%'> | |
128 | + <view style='height:90rpx;width:100%;clear:both;'> | |
129 | 129 | <text class='text_left'>扣除金额</text> |
130 | 130 | <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text> |
131 | 131 | </view> |
... | ... | @@ -135,127 +135,127 @@ |
135 | 135 | <view style='padding:30rpx' wx:if="{{cur_status=='house_fund'}}"> |
136 | 136 | <!-- 租赁 --> |
137 | 137 | <view wx:if="{{house_type=='house_fund_rent'}}"> |
138 | - <view style='height:90rpx;width:100%'> | |
138 | + <view style='height:90rpx;width:100%;clear:both;'> | |
139 | 139 | <text class='text_left'>主要工作城市</text> |
140 | 140 | <text class='text_right_333'>{{datas.work_city_new}}</text> |
141 | 141 | </view> |
142 | - <view style='height:90rpx;width:100%'> | |
142 | + <view style='height:90rpx;width:100%;clear:both;'> | |
143 | 143 | <text class='text_left'>出租方类型</text> |
144 | 144 | <text class='text_right_333'>{{datas.owner_type}}</text> |
145 | 145 | </view> |
146 | - <view style='height:90rpx;width:100%'> | |
146 | + <view style='height:90rpx;width:100%;clear:both;'> | |
147 | 147 | <text class='text_left'>出租方名称</text> |
148 | 148 | <text class='text_right_333'>{{datas.owner_name}}</text> |
149 | 149 | </view> |
150 | - <view style='height:90rpx;width:100%'> | |
150 | + <view style='height:90rpx;width:100%;clear:both;'> | |
151 | 151 | <view style='height:90rpx;float:left;display:flex;flex-direction:column'> |
152 | 152 | <text style='font-size: 15px;color: #777777;line-height:90rpx;'>出租方纳税人识别号:</text> |
153 | 153 | <!-- <text style='line-height:24rpx;font-size:24rpx;color:#AEAEAE;'>统一社会信用代码</text> --> |
154 | 154 | </view> |
155 | 155 | <text class='text_right_333'>{{datas.owner_credit_no}}</text> |
156 | 156 | </view> |
157 | - <view style='height:90rpx;width:100%'> | |
157 | + <view style='height:90rpx;width:100%;clear:both;'> | |
158 | 158 | <text class='text_left'>证件类型</text> |
159 | 159 | <text class='text_right_333'>{{datas.certification_type}}</text> |
160 | 160 | </view> |
161 | - <view style='height:90rpx;width:100%'> | |
161 | + <view style='height:90rpx;width:100%;clear:both;'> | |
162 | 162 | <text class='text_left'>证件号码</text> |
163 | 163 | <text class='text_right_333'>{{datas.certification_no}}</text> |
164 | 164 | </view> |
165 | 165 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
166 | - <view style='height:90rpx;width:100%'> | |
166 | + <view style='height:90rpx;width:100%;clear:both;'> | |
167 | 167 | <text class='text_left'>租赁房屋坐落地址</text> |
168 | 168 | <text class='text_right_333'>{{datas.house_address_new}}</text> |
169 | 169 | </view> |
170 | - <view style='height:90rpx'> | |
170 | + <view style='height:90rpx;clear:both;'> | |
171 | 171 | <text class='text_right_333'>{{datas.house_detail_address}}</text> |
172 | 172 | </view> |
173 | - <view style='height:90rpx;width:100%'> | |
173 | + <view style='height:90rpx;width:100%;clear:both;'> | |
174 | 174 | <text class='text_left'>租赁合同编号</text> |
175 | 175 | <text class='text_right_333'>{{datas.rent_contract_no}}</text> |
176 | 176 | </view> |
177 | - <view style='height:90rpx;width:100%'> | |
177 | + <view style='height:90rpx;width:100%;clear:both;'> | |
178 | 178 | <text class='text_left'>租赁期起</text> |
179 | 179 | <text class='text_right_333'>{{datas.rent_start}}</text> |
180 | 180 | </view> |
181 | - <view style='height:90rpx;width:100%'> | |
181 | + <view style='height:90rpx;width:100%;clear:both;'> | |
182 | 182 | <text class='text_left'>租赁期止</text> |
183 | 183 | <text class='text_right_333'>{{datas.rent_end}}</text> |
184 | 184 | </view> |
185 | 185 | </view> |
186 | 186 | <!-- //贷款 --> |
187 | 187 | <view wx:if="{{house_type=='house_fund_loan'}}"> |
188 | - <view style='height:90rpx;width:100%'> | |
188 | + <view style='height:90rpx;width:100%;clear:both;'> | |
189 | 189 | <text class='text_left'>房屋坐落地址</text> |
190 | 190 | <text class='text_right_333'>{{datas.house_address_new}}</text> |
191 | 191 | </view> |
192 | - <view style='height:90rpx'> | |
192 | + <view style='height:90rpx;clear:both;'> | |
193 | 193 | <text class='text_right_333'>{{datas.house_detail_address}}</text> |
194 | 194 | </view> |
195 | - <view style='height:90rpx;width:100%'> | |
195 | + <view style='height:90rpx;width:100%;clear:both;'> | |
196 | 196 | <text class='text_left'>证书类型</text> |
197 | 197 | <text class='text_right_333'>{{datas.certification_type}}</text> |
198 | 198 | </view> |
199 | - <view style='height:90rpx;width:100%'> | |
199 | + <view style='height:90rpx;width:100%;clear:both;'> | |
200 | 200 | <text class='text_left'>证书类型</text> |
201 | 201 | <text class='text_right_333'>{{datas.certification_type}}</text> |
202 | 202 | </view> |
203 | - <view style='height:90rpx;width:100%'> | |
203 | + <view style='height:90rpx;width:100%;clear:both;'> | |
204 | 204 | <text class='text_left'>证书号码</text> |
205 | 205 | <text class='text_right_333'>{{datas.certification_no}}</text> |
206 | 206 | </view> |
207 | - <view style='height:90rpx;width:100%'> | |
207 | + <view style='height:90rpx;width:100%;clear:both;'> | |
208 | 208 | <text class='text_left'>是否首套婚前贷款且婚后各自扣除:</text> |
209 | 209 | <text class='text_right_333'>{{}}</text> |
210 | 210 | </view> |
211 | - <view style='height:90rpx;width:100%'> | |
211 | + <view style='height:90rpx;width:100%;clear:both;'> | |
212 | 212 | <text class='text_left'>是否本人借款</text> |
213 | 213 | <text class='text_right_333'>{{datas.certification_type}}</text> |
214 | 214 | </view> |
215 | 215 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
216 | - <view style='height:90rpx;width:100%'> | |
216 | + <view style='height:90rpx;width:100%;clear:both;'> | |
217 | 217 | <text class='text_left'>贷款类型</text> |
218 | 218 | <text class='text_right_333'>{{datas.loan_type}}</text> |
219 | 219 | </view> |
220 | - <view style='height:90rpx;width:100%'> | |
220 | + <view style='height:90rpx;width:100%;clear:both;'> | |
221 | 221 | <text class='text_left'>贷款合同编号</text> |
222 | 222 | <text class='text_right_333'>{{datas.loan_contract_no}}</text> |
223 | 223 | </view> |
224 | - <view style='height:90rpx;width:100%'> | |
224 | + <view style='height:90rpx;width:100%;clear:both;'> | |
225 | 225 | <text class='text_left'>首次还款日期</text> |
226 | 226 | <text class='text_right_333'>{{datas.loan_start}}</text> |
227 | 227 | </view> |
228 | - <view style='height:90rpx;width:100%'> | |
228 | + <view style='height:90rpx;width:100%;clear:both;'> | |
229 | 229 | <text class='text_left'>贷款期限(月数)</text> |
230 | 230 | <text class='text_right_333'>{{datas.loan_months}}</text> |
231 | 231 | </view> |
232 | 232 | </view> |
233 | - <view style='height:90rpx;width:100%'> | |
233 | + <view style='height:90rpx;width:100%;clear:both;'> | |
234 | 234 | <text class='text_left'>扣除方式</text> |
235 | 235 | <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text> |
236 | 236 | </view> |
237 | - <view style='height:90rpx;width:100%'> | |
237 | + <view style='height:90rpx;width:100%;clear:both;'> | |
238 | 238 | <text class='text_left'>扣除金额</text> |
239 | 239 | <text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text> |
240 | 240 | </view> |
241 | 241 | <view style='width:100%;height:20rpx;background:#f9f9f9'></view> |
242 | - <view style='height:90rpx;width:100%'> | |
242 | + <view style='height:90rpx;width:100%;clear:both;'> | |
243 | 243 | <text class='text_left'>配偶姓名</text> |
244 | 244 | <text class='text_right_333'>{{datas.spouse_name}}</text> |
245 | 245 | </view> |
246 | - <view style='height:90rpx;width:100%'> | |
246 | + <view style='height:90rpx;width:100%;clear:both;'> | |
247 | 247 | <text class='text_left'>配偶证照类型</text> |
248 | 248 | <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text> |
249 | 249 | </view> |
250 | - <view style='height:90rpx;width:100%'> | |
250 | + <view style='height:90rpx;width:100%;clear:both;'> | |
251 | 251 | <text class='text_left'>配偶身份证照号码</text> |
252 | 252 | <text class='text_right_333'>{{datas.spouse_id_card_no}}</text> |
253 | 253 | </view> |
254 | - <view style='height:90rpx;width:100%'> | |
254 | + <view style='height:90rpx;width:100%;clear:both;'> | |
255 | 255 | <text class='text_left'>出生日期</text> |
256 | 256 | <text class='text_right_333'>{{datas.birthday}}</text> |
257 | 257 | </view> |
258 | - <view style='height:90rpx;width:100%'> | |
258 | + <view style='height:90rpx;width:100%;clear:both;'> | |
259 | 259 | <text class='text_left'>国籍</text> |
260 | 260 | <text class='text_right_333'>中国</text> |
261 | 261 | </view> | ... | ... |
请
注册
或
登录
后发表评论