提交 7a25e47b6c0e3344ef5646103a9b04cdf3eee6f1

作者 pangy
1 个父辈 8ed0e63e

子女教育 分配比例改成字符串

@@ -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
注册登录 后发表评论