|
@@ -462,7 +462,7 @@
|
|
}).then(res => {
|
|
}).then(res => {
|
|
// if(!that.dataDetails.id){
|
|
// if(!that.dataDetails.id){
|
|
if (res.data.recPersonNo) {
|
|
if (res.data.recPersonNo) {
|
|
- that.dataDetails.cardNumber = res.data.recPersonNo
|
|
|
|
|
|
+ that.dataDetails.cardNumber = res.data.recPersonNo.replace(/\s*/g,"")
|
|
if(that.dataDetails.cardNumber[16]%2==0){
|
|
if(that.dataDetails.cardNumber[16]%2==0){
|
|
that.dataDetails.sex='女'
|
|
that.dataDetails.sex='女'
|
|
}else{
|
|
}else{
|