正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -1343,7 +1343,7 @@ Page({ | @@ -1343,7 +1343,7 @@ Page({ | ||
| 1343 | } | 1343 | } |
| 1344 | newdata.has_spouse = this.data.hasLover?'y':'n' | 1344 | newdata.has_spouse = this.data.hasLover?'y':'n' |
| 1345 | newdata.relationship = this.data.taxperson_relativeData.selected | 1345 | newdata.relationship = this.data.taxperson_relativeData.selected |
| 1346 | - newdata.percent = parseFloat(this.data.childrenpercentData.selected.replace("%","")) | 1346 | + newdata.percent = this.data.childrenpercentData.selected.replace("%","") |
| 1347 | newdata.children_id_card_type = '1' //this.data.childrencardtypeData.selected | 1347 | newdata.children_id_card_type = '1' //this.data.childrencardtypeData.selected |
| 1348 | newdata.children_birthday = this.data.commonbirthDate.datelong | 1348 | newdata.children_birthday = this.data.commonbirthDate.datelong |
| 1349 | newdata.education_period_end = this.data.studyPeriodDate.datelong | 1349 | newdata.education_period_end = this.data.studyPeriodDate.datelong |
请
注册
或
登录
后发表评论