提交 d80a1e05df6ef2dbba3e8e04d4d8ecc7343be7ad

作者 pangy
1 个父辈 e597c4a6

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

... ... @@ -1343,7 +1343,7 @@ Page({
1343 1343 }
1344 1344 newdata.has_spouse = this.data.hasLover?'y':'n'
1345 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 1347 newdata.children_id_card_type = '1' //this.data.childrencardtypeData.selected
1348 1348 newdata.children_birthday = this.data.commonbirthDate.datelong
1349 1349 newdata.education_period_end = this.data.studyPeriodDate.datelong
... ...
注册登录 后发表评论