提交 b80cd0612d287f344860923719d3b0fcd2b3f555

作者 pangy
1 个父辈 73434749

居民身份证 汉字

... ... @@ -1338,13 +1338,13 @@ Page({
1338 1338 this.showToast('请选择配偶出生日期')
1339 1339 return
1340 1340 }
1341   - newdata.spouse_id_card_type = '1' //this.data.lovercardtypeData.selected
  1341 + newdata.spouse_id_card_type = '居民身份证' //this.data.lovercardtypeData.selected
1342 1342 newdata.spouse_birthday = this.data.loverbirthDate.datelong
1343 1343 }
1344 1344 newdata.has_spouse = this.data.hasLover?'y':'n'
1345 1345 newdata.relationship = this.data.taxperson_relativeData.selected
1346 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 = '居民身份证' //this.data.childrencardtypeData.selected
1348 1348 newdata.children_birthday = this.data.commonbirthDate.datelong
1349 1349 newdata.education_period_end = this.data.studyPeriodDate.datelong
1350 1350 newdata.education_end = this.data.studyEndDate.datelong
... ... @@ -1474,7 +1474,7 @@ Page({
1474 1474 }
1475 1475 newdata.birthday = this.data.olderbirthDate.datelong
1476 1476 newdata.relationship = this.data.older_relativeData.selected
1477   - newdata.id_card_type = '1' //this.data.oldercardtypeData.selected
  1477 + newdata.id_card_type = '居民身份证' //this.data.oldercardtypeData.selected
1478 1478 newdata.nation = "中国"
1479 1479 break;
1480 1480 case 'medical_fund':
... ... @@ -1513,7 +1513,7 @@ Page({
1513 1513
1514 1514 newdata.total_amount = parseFloat(formdata.total_amount)
1515 1515 newdata.amount_by_person = parseFloat(formdata.amount_by_person)
1516   - newdata.id_card_type = '1'//this.data.cardtypeData.selected
  1516 + newdata.id_card_type = '居民身份证'//this.data.cardtypeData.selected
1517 1517 newdata.relationship = this.data.taxperson_relativeData.selected
1518 1518 newdata.patient_birthday = this.data.commonbirthDate.datelong
1519 1519 newdata.patient_nation = "中国"
... ... @@ -1622,7 +1622,7 @@ Page({
1622 1622 this.showToast('身份证格式有误')
1623 1623 return
1624 1624 }
1625   - newdata.owner_id_card_type = '1'//this.data.cardtypeData.selected
  1625 + newdata.owner_id_card_type = '居民身份证'//this.data.cardtypeData.selected
1626 1626 }
1627 1627 // if (this.data.rentLocateInfo.address_value[0].length < 1) {
1628 1628 // this.showToast('请选择房屋地址')
... ... @@ -1680,7 +1680,7 @@ Page({
1680 1680 return
1681 1681 }
1682 1682 newdata.id_card_no = newdata.spouse_id_card_no ? newdata.spouse_id_card_no : ''
1683   - newdata.id_card_type = '1' //this.data.lovercardtypeData.selected
  1683 + newdata.id_card_type = '居民身份证' //this.data.lovercardtypeData.selected
1684 1684 newdata.birthday = this.data.loverbirthDate.datelong
1685 1685 newdata.nation = "中国"
1686 1686 }
... ...
注册登录 后发表评论