|
@@ -6,7 +6,7 @@ |
|
@@ -6,7 +6,7 @@ |
6
|
<view style='height:90rpx;width:100%'>
|
6
|
<view style='height:90rpx;width:100%'>
|
7
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
7
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
8
|
<text class='text_left'>子女身份证件类型:</text>
|
8
|
<text class='text_left'>子女身份证件类型:</text>
|
9
|
- <text class='text_right_333'>{{datas.children_id_card_type}}</text>
|
9
|
+ <text class='text_right_333'>{{datas.children_id_card_type=='1'?"身份证":datas.children_id_card_type}}</text>
|
10
|
</view>
|
10
|
</view>
|
11
|
<view style='height:90rpx;width:100%'>
|
11
|
<view style='height:90rpx;width:100%'>
|
12
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
12
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
|
@@ -21,12 +21,12 @@ |
|
@@ -21,12 +21,12 @@ |
21
|
<view style='height:90rpx;width:100%'>
|
21
|
<view style='height:90rpx;width:100%'>
|
22
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
22
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
23
|
<text class='text_left'>出生日期</text>
|
23
|
<text class='text_left'>出生日期</text>
|
24
|
- <text class='text_right_333'>{{datas.children_birthday}}</text>
|
24
|
+ <text class='text_right_333'>{{datas.children_birthday_new}}</text>
|
25
|
</view>
|
25
|
</view>
|
26
|
<view style='height:90rpx;width:100%'>
|
26
|
<view style='height:90rpx;width:100%'>
|
27
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
27
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
28
|
<text class='text_left'>国籍</text>
|
28
|
<text class='text_left'>国籍</text>
|
29
|
- <text class='text_right_333'>中国</text>
|
29
|
+ <text class='text_right_333'>{{datas.nation}}</text>
|
30
|
</view>
|
30
|
</view>
|
31
|
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
|
31
|
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
|
32
|
<view style='height:90rpx;width:100%'>
|
32
|
<view style='height:90rpx;width:100%'>
|
|
@@ -37,30 +37,30 @@ |
|
@@ -37,30 +37,30 @@ |
37
|
<view style='height:90rpx;width:100%'>
|
37
|
<view style='height:90rpx;width:100%'>
|
38
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
38
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
39
|
<text class='text_left'>子女学籍号</text>
|
39
|
<text class='text_left'>子女学籍号</text>
|
40
|
- <text class='text_right_333'>902482958937583</text>
|
40
|
+ <text class='text_right_333'>{{datas.student_no}}</text>
|
41
|
</view>
|
41
|
</view>
|
42
|
<view style='height:90rpx;width:100%'>
|
42
|
<view style='height:90rpx;width:100%'>
|
43
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
43
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
44
|
<text class='text_left'>子女受教育阶段</text>
|
44
|
<text class='text_left'>子女受教育阶段</text>
|
45
|
- <text class='text_right_333'>{{datas.education_period}}</text>
|
45
|
+ <text class='text_right_333'>{{datas.education_period_new}}</text>
|
46
|
</view>
|
46
|
</view>
|
47
|
<view style='height:90rpx;width:100%'>
|
47
|
<view style='height:90rpx;width:100%'>
|
48
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
48
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
49
|
<text class='text_left'>受教育日期起</text>
|
49
|
<text class='text_left'>受教育日期起</text>
|
50
|
- <text class='text_right_333'>2016-09</text>
|
50
|
+ <text class='text_right_333'>{{datas.education_start_new}}</text>
|
51
|
</view>
|
51
|
</view>
|
52
|
<view style='height:90rpx;width:100%'>
|
52
|
<view style='height:90rpx;width:100%'>
|
53
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
53
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
54
|
<text class='text_left'>受教育日期止</text>
|
54
|
<text class='text_left'>受教育日期止</text>
|
55
|
- <text class='text_right_333'>2022-06</text>
|
55
|
+ <text class='text_right_333'>{{datas.education_end_new}}</text>
|
56
|
</view>
|
56
|
</view>
|
57
|
<view style='height:90rpx;width:100%'>
|
57
|
<view style='height:90rpx;width:100%'>
|
58
|
<text class='text_left'>扣除方式</text>
|
58
|
<text class='text_left'>扣除方式</text>
|
59
|
- <text class='text_right_333'>月度</text>
|
59
|
+ <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
|
60
|
</view>
|
60
|
</view>
|
61
|
<view style='height:90rpx;width:100%'>
|
61
|
<view style='height:90rpx;width:100%'>
|
62
|
<text class='text_left'>扣除金额</text>
|
62
|
<text class='text_left'>扣除金额</text>
|
63
|
- <text class='text_right_orange'>¥{{datas.deduction_amount}}/月</text>
|
63
|
+ <text class='text_right_orange'>¥{{datas.deduction_amount}}/reducetype[datas.deduction_type]</text>
|
64
|
</view>
|
64
|
</view>
|
65
|
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
|
65
|
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
|
66
|
<view style='height:90rpx;width:100%'>
|
66
|
<view style='height:90rpx;width:100%'>
|
|
@@ -69,7 +69,7 @@ |
|
@@ -69,7 +69,7 @@ |
69
|
</view>
|
69
|
</view>
|
70
|
<view style='height:90rpx;width:100%'>
|
70
|
<view style='height:90rpx;width:100%'>
|
71
|
<text class='text_left'>配偶证件类型</text>
|
71
|
<text class='text_left'>配偶证件类型</text>
|
72
|
- <text class='text_right_333'>{{datas.spouse_id_card_type}}</text>
|
72
|
+ <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"身份证":datas.spouse_id_card_type}}</text>
|
73
|
</view>
|
73
|
</view>
|
74
|
<view style='height:90rpx;width:100%'>
|
74
|
<view style='height:90rpx;width:100%'>
|
75
|
<text class='text_left'>配偶身份证件号码</text>
|
75
|
<text class='text_left'>配偶身份证件号码</text>
|
|
@@ -77,11 +77,11 @@ |
|
@@ -77,11 +77,11 @@ |
77
|
</view>
|
77
|
</view>
|
78
|
<view style='height:90rpx;width:100%'>
|
78
|
<view style='height:90rpx;width:100%'>
|
79
|
<text class='text_left'>出生日期</text>
|
79
|
<text class='text_left'>出生日期</text>
|
80
|
- <text class='text_right_333'>{{datas.spouse_birthday}}</text>
|
80
|
+ <text class='text_right_333'>{{datas.spouse_birthday_new}}</text>
|
81
|
</view>
|
81
|
</view>
|
82
|
<view style='height:90rpx;width:100%'>
|
82
|
<view style='height:90rpx;width:100%'>
|
83
|
<text class='text_left'>国籍</text>
|
83
|
<text class='text_left'>国籍</text>
|
84
|
- <text class='text_right_333'>中国</text>
|
84
|
+ <text class='text_right_333'>{{datas.nation}}</text>
|
85
|
</view>
|
85
|
</view>
|
86
|
</view>
|
86
|
</view>
|
87
|
|
87
|
|
|
@@ -90,50 +90,50 @@ |
|
@@ -90,50 +90,50 @@ |
90
|
<view style='height:90rpx;width:100%'>
|
90
|
<view style='height:90rpx;width:100%'>
|
91
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
91
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
92
|
<text class='text_left'>赡养类型:</text>
|
92
|
<text class='text_left'>赡养类型:</text>
|
93
|
- <text class='text_right_333'>独立赡养</text>
|
93
|
+ <text class='text_right_333'>{{datas.support_type}}</text>
|
94
|
</view>
|
94
|
</view>
|
95
|
<view style='height:90rpx;width:100%'>
|
95
|
<view style='height:90rpx;width:100%'>
|
96
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
96
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
97
|
<text class='text_left'>被赡养人姓名:</text>
|
97
|
<text class='text_left'>被赡养人姓名:</text>
|
98
|
- <text class='text_right_333'>实发</text>
|
98
|
+ <text class='text_right_333'>{{datas.supported_name}}</text>
|
99
|
</view>
|
99
|
</view>
|
100
|
<view style='height:90rpx;width:100%'>
|
100
|
<view style='height:90rpx;width:100%'>
|
101
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
101
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
102
|
<text class='text_left'>被赡养人证件类型:</text>
|
102
|
<text class='text_left'>被赡养人证件类型:</text>
|
103
|
- <text class='text_right_333'>身份证</text>
|
103
|
+ <text class='text_right_333'>{{datas.id_card_type=='1'?"身份证":datas.id_card_type}}</text>
|
104
|
</view>
|
104
|
</view>
|
105
|
<view style='height:90rpx;width:100%'>
|
105
|
<view style='height:90rpx;width:100%'>
|
106
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
106
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
107
|
<text class='text_left'>被赡养人证件号码:</text>
|
107
|
<text class='text_left'>被赡养人证件号码:</text>
|
108
|
- <text class='text_right_333'>92497239127583265721</text>
|
108
|
+ <text class='text_right_333'>{{datas.supported_name}}</text>
|
109
|
</view>
|
109
|
</view>
|
110
|
<view style='height:90rpx;width:100%'>
|
110
|
<view style='height:90rpx;width:100%'>
|
111
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
111
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
112
|
<text class='text_left'>被赡养人出生日期:</text>
|
112
|
<text class='text_left'>被赡养人出生日期:</text>
|
113
|
- <text class='text_right_333'>2010-09-09</text>
|
113
|
+ <text class='text_right_333'>{{datas.birthday_new}}</text>
|
114
|
</view>
|
114
|
</view>
|
115
|
<view style='height:90rpx;width:100%'>
|
115
|
<view style='height:90rpx;width:100%'>
|
116
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
116
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
117
|
<text class='text_left'>被赡养人国籍:</text>
|
117
|
<text class='text_left'>被赡养人国籍:</text>
|
118
|
- <text class='text_right_333'>中国</text>
|
118
|
+ <text class='text_right_333'>{{datas.nation}}</text>
|
119
|
</view>
|
119
|
</view>
|
120
|
<view style='height:90rpx;width:100%'>
|
120
|
<view style='height:90rpx;width:100%'>
|
121
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
121
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
122
|
<text class='text_left'>与纳税人关系:</text>
|
122
|
<text class='text_left'>与纳税人关系:</text>
|
123
|
- <text class='text_right_333'>配偶</text>
|
123
|
+ <text class='text_right_333'>{{datas.relationship}}</text>
|
124
|
</view>
|
124
|
</view>
|
125
|
<view style='height:90rpx;width:100%'>
|
125
|
<view style='height:90rpx;width:100%'>
|
126
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
126
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
127
|
<text class='text_left'>分摊比例:</text>
|
127
|
<text class='text_left'>分摊比例:</text>
|
128
|
- <text class='text_right_333'>100%</text>
|
128
|
+ <text class='text_right_333'>{{datas.percent}}%</text>
|
129
|
</view>
|
129
|
</view>
|
130
|
<view style='height:90rpx;width:100%'>
|
130
|
<view style='height:90rpx;width:100%'>
|
131
|
<text class='text_left'>扣除方式</text>
|
131
|
<text class='text_left'>扣除方式</text>
|
132
|
- <text class='text_right_333'>月度</text>
|
132
|
+ <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
|
133
|
</view>
|
133
|
</view>
|
134
|
<view style='height:90rpx;width:100%'>
|
134
|
<view style='height:90rpx;width:100%'>
|
135
|
<text class='text_left'>扣除金额</text>
|
135
|
<text class='text_left'>扣除金额</text>
|
136
|
- <text class='text_right_orange'>¥1200/月</text>
|
136
|
+ <text class='text_right_orange'>¥{{datas.deduction_amount}}/reducetype[datas.deduction_type]</text>
|
137
|
</view>
|
137
|
</view>
|
138
|
</view>
|
138
|
</view>
|
139
|
|
139
|
|
|
@@ -142,20 +142,20 @@ |
|
@@ -142,20 +142,20 @@ |
142
|
<view style='height:90rpx;width:100%'>
|
142
|
<view style='height:90rpx;width:100%'>
|
143
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
143
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
144
|
<text class='text_left'>租赁房屋坐落地址:</text>
|
144
|
<text class='text_left'>租赁房屋坐落地址:</text>
|
145
|
- <text class='text_right_333'>北京市 市辖区 朝阳区</text>
|
145
|
+ <text class='text_right_333'>{{datas.house_address}}</text>
|
146
|
</view>
|
146
|
</view>
|
147
|
<view style='height:90rpx'>
|
147
|
<view style='height:90rpx'>
|
148
|
- <text class='text_right_333'>瑞创国际1101大厦</text>
|
148
|
+ <text class='text_right_333'>{{datas.house_detail_address}}</text>
|
149
|
</view>
|
149
|
</view>
|
150
|
<view style='height:90rpx;width:100%'>
|
150
|
<view style='height:90rpx;width:100%'>
|
151
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
151
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
152
|
<text class='text_left'>出租方类型:</text>
|
152
|
<text class='text_left'>出租方类型:</text>
|
153
|
- <text class='text_right_333'>个人</text>
|
153
|
+ <text class='text_right_333'>{{datas.owner_type}}</text>
|
154
|
</view>
|
154
|
</view>
|
155
|
<view style='height:90rpx;width:100%'>
|
155
|
<view style='height:90rpx;width:100%'>
|
156
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
156
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
157
|
<text class='text_left'>出租方名称:</text>
|
157
|
<text class='text_left'>出租方名称:</text>
|
158
|
- <text class='text_right_333'>自如</text>
|
158
|
+ <text class='text_right_333'>{{datas.owner_name}}</text>
|
159
|
</view>
|
159
|
</view>
|
160
|
<view style='height:90rpx;width:100%'>
|
160
|
<view style='height:90rpx;width:100%'>
|
161
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
161
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
|
@@ -163,62 +163,62 @@ |
|
@@ -163,62 +163,62 @@ |
163
|
<text style='font-size: 15px;color: #777777;line-height:90rpx;'>出租方纳税人识别号:</text>
|
163
|
<text style='font-size: 15px;color: #777777;line-height:90rpx;'>出租方纳税人识别号:</text>
|
164
|
<!-- <text style='line-height:24rpx;font-size:24rpx;color:#AEAEAE;'>统一社会信用代码</text> -->
|
164
|
<!-- <text style='line-height:24rpx;font-size:24rpx;color:#AEAEAE;'>统一社会信用代码</text> -->
|
165
|
</view>
|
165
|
</view>
|
166
|
- <text class='text_right_333'>89712839990102</text>
|
166
|
+ <text class='text_right_333'>{{datas.owner_credit_no}}</text>
|
167
|
</view>
|
167
|
</view>
|
168
|
<view style='height:90rpx;width:100%'>
|
168
|
<view style='height:90rpx;width:100%'>
|
169
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
169
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
170
|
<text class='text_left'>证书类型:</text>
|
170
|
<text class='text_left'>证书类型:</text>
|
171
|
- <text class='text_right_333'>产权证号</text>
|
171
|
+ <text class='text_right_333'>{{datas.certification_type}}</text>
|
172
|
</view>
|
172
|
</view>
|
173
|
<view style='height:90rpx;width:100%'>
|
173
|
<view style='height:90rpx;width:100%'>
|
174
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
174
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
175
|
<text class='text_left'>证书号码:</text>
|
175
|
<text class='text_left'>证书号码:</text>
|
176
|
- <text class='text_right_333'>902482958937583427252376</text>
|
176
|
+ <text class='text_right_333'>{{datas.certification_no}}</text>
|
177
|
</view>
|
177
|
</view>
|
178
|
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
|
178
|
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
|
179
|
<view style='height:90rpx;width:100%'>
|
179
|
<view style='height:90rpx;width:100%'>
|
180
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
180
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
181
|
<text class='text_left'>租赁合同编号</text>
|
181
|
<text class='text_left'>租赁合同编号</text>
|
182
|
- <text class='text_right_333'>yu9348935743757385</text>
|
182
|
+ <text class='text_right_333'>{{datas.rent_contract_no}}</text>
|
183
|
</view>
|
183
|
</view>
|
184
|
<view style='height:90rpx;width:100%'>
|
184
|
<view style='height:90rpx;width:100%'>
|
185
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
185
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
186
|
<text class='text_left'>租赁期起</text>
|
186
|
<text class='text_left'>租赁期起</text>
|
187
|
- <text class='text_right_333'>902482958937583427252376</text>
|
187
|
+ <text class='text_right_333'>{{datas.rent_start_new}}</text>
|
188
|
</view>
|
188
|
</view>
|
189
|
<view style='height:90rpx;width:100%'>
|
189
|
<view style='height:90rpx;width:100%'>
|
190
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
190
|
<text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left;margin-right:10rpx'>*</text>
|
191
|
<text class='text_left'>租赁期止</text>
|
191
|
<text class='text_left'>租赁期止</text>
|
192
|
- <text class='text_right_333'>yu9348935743757385</text>
|
192
|
+ <text class='text_right_333'>{{datas.rent_end_new}}</text>
|
193
|
</view>
|
193
|
</view>
|
194
|
<view style='height:90rpx;width:100%'>
|
194
|
<view style='height:90rpx;width:100%'>
|
195
|
<text class='text_left'>扣除方式</text>
|
195
|
<text class='text_left'>扣除方式</text>
|
196
|
- <text class='text_right_333'>月度</text>
|
196
|
+ <text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
|
197
|
</view>
|
197
|
</view>
|
198
|
<view style='height:90rpx;width:100%'>
|
198
|
<view style='height:90rpx;width:100%'>
|
199
|
<text class='text_left'>扣除金额</text>
|
199
|
<text class='text_left'>扣除金额</text>
|
200
|
- <text class='text_right_orange'>¥1200/月</text>
|
200
|
+ <text class='text_right_orange'>¥{{datas.deduction_amount}}/reducetype[datas.deduction_type]</text>
|
201
|
</view>
|
201
|
</view>
|
202
|
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
|
202
|
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
|
203
|
<view style='height:90rpx;width:100%'>
|
203
|
<view style='height:90rpx;width:100%'>
|
204
|
<text class='text_left'>配偶姓名</text>
|
204
|
<text class='text_left'>配偶姓名</text>
|
205
|
- <text class='text_right_333'>西施</text>
|
205
|
+ <text class='text_right_333'>{{datas.spouse_name}}</text>
|
206
|
</view>
|
206
|
</view>
|
207
|
<view style='height:90rpx;width:100%'>
|
207
|
<view style='height:90rpx;width:100%'>
|
208
|
<text class='text_left'>配偶证件类型</text>
|
208
|
<text class='text_left'>配偶证件类型</text>
|
209
|
- <text class='text_right_333'>结婚证</text>
|
209
|
+ <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"身份证":datas.spouse_id_card_type}}</text>
|
210
|
</view>
|
210
|
</view>
|
211
|
<view style='height:90rpx;width:100%'>
|
211
|
<view style='height:90rpx;width:100%'>
|
212
|
<text class='text_left'>配偶身份证件号码</text>
|
212
|
<text class='text_left'>配偶身份证件号码</text>
|
213
|
- <text class='text_right_333'>1101101010110</text>
|
213
|
+ <text class='text_right_333'>{{datas.spouse_id_card_no}}</text>
|
214
|
</view>
|
214
|
</view>
|
215
|
<view style='height:90rpx;width:100%'>
|
215
|
<view style='height:90rpx;width:100%'>
|
216
|
<text class='text_left'>出生日期</text>
|
216
|
<text class='text_left'>出生日期</text>
|
217
|
- <text class='text_right_333'>2000年10月1日</text>
|
217
|
+ <text class='text_right_333'>{{datas.birthday_new}}</text>
|
218
|
</view>
|
218
|
</view>
|
219
|
<view style='height:90rpx;width:100%'>
|
219
|
<view style='height:90rpx;width:100%'>
|
220
|
<text class='text_left'>国籍</text>
|
220
|
<text class='text_left'>国籍</text>
|
221
|
- <text class='text_right_333'>中国</text>
|
221
|
+ <text class='text_right_333'>{{datas.nation}}</text>
|
222
|
</view>
|
222
|
</view>
|
223
|
</view>
|
223
|
</view>
|
224
|
|
224
|
|