提交 5ceb8b3b6c7fa67ff95f0bd816b22e083a4978a0

作者 pangy
1 个父辈 758fc5c3

优化

@@ -1481,7 +1481,7 @@ Page({ @@ -1481,7 +1481,7 @@ Page({
1481 // var curYear = d.getFullYear(); 1481 // var curYear = d.getFullYear();
1482 var selYear = this.data.applydate.selected.substring(0, 4); 1482 var selYear = this.data.applydate.selected.substring(0, 4);
1483 if (selYear < 2019) { 1483 if (selYear < 2019) {
1484 - this.showToast('发证(批准)日期不符合要求,无法申报') 1484 + this.showToast('发证(批准)日期须在2019年度内')
1485 return 1485 return
1486 } 1486 }
1487 } 1487 }
@@ -1739,7 +1739,6 @@ Page({ @@ -1739,7 +1739,6 @@ Page({
1739 var request_rent_address = this.getRentAddressRequest() 1739 var request_rent_address = this.getRentAddressRequest()
1740 newdata.house_address = request_rent_address 1740 newdata.house_address = request_rent_address
1741 console.log('request_working_address', request_working_address) 1741 console.log('request_working_address', request_working_address)
1742 - newdata.nation = "中国"  
1743 } 1742 }
1744 if (this.data.hasLoverData.selected.length < 1) { 1743 if (this.data.hasLoverData.selected.length < 1) {
1745 this.showToast('请选择是否有配偶') 1744 this.showToast('请选择是否有配偶')
@@ -1762,6 +1761,7 @@ Page({ @@ -1762,6 +1761,7 @@ Page({
1762 newdata.id_card_no = newdata.spouse_id_card_no ? newdata.spouse_id_card_no : '' 1761 newdata.id_card_no = newdata.spouse_id_card_no ? newdata.spouse_id_card_no : ''
1763 newdata.id_card_type = '1' //this.data.lovercardtypeData.selected 1762 newdata.id_card_type = '1' //this.data.lovercardtypeData.selected
1764 newdata.birthday = this.data.loverbirthDate.datelong 1763 newdata.birthday = this.data.loverbirthDate.datelong
  1764 + newdata.nation = "中国"
1765 } 1765 }
1766 newdata.has_spouse = this.data.hasLover ? 'y' : 'n' 1766 newdata.has_spouse = this.data.hasLover ? 'y' : 'n'
1767 break; 1767 break;
@@ -2184,7 +2184,7 @@ Page({ @@ -2184,7 +2184,7 @@ Page({
2184 }) 2184 })
2185 var selYear = apply_date.selected.substring(0, 4); 2185 var selYear = apply_date.selected.substring(0, 4);
2186 if (selYear < 2019) { 2186 if (selYear < 2019) {
2187 - this.showToast('发证(批准)日期不符合要求,无法申报') 2187 + this.showToast('发证(批准)日期须在2019年度内')
2188 return 2188 return
2189 } 2189 }
2190 break; 2190 break;
注册登录 后发表评论