|
@@ -905,7 +905,7 @@ function saveReceiptInfo() { |
|
@@ -905,7 +905,7 @@ function saveReceiptInfo() { |
905
|
};
|
905
|
};
|
906
|
})
|
906
|
})
|
907
|
receiptMobile = $('#input-mobile').val();
|
907
|
receiptMobile = $('#input-mobile').val();
|
908
|
- verifymobile = /[0-9]{11}/;
|
908
|
+ verifymobile = /[*0-9]{11}/;
|
909
|
if (!verifymobile.test(receiptMobile)) {
|
909
|
if (!verifymobile.test(receiptMobile)) {
|
910
|
$('.invoice-phone .enpty-input').removeClass('hide');
|
910
|
$('.invoice-phone .enpty-input').removeClass('hide');
|
911
|
passInfoVerify = false;
|
911
|
passInfoVerify = false;
|
|
@@ -913,6 +913,8 @@ function saveReceiptInfo() { |
|
@@ -913,6 +913,8 @@ function saveReceiptInfo() { |
913
|
if (!passInfoVerify) {
|
913
|
if (!passInfoVerify) {
|
914
|
return;
|
914
|
return;
|
915
|
} else {
|
915
|
} else {
|
|
|
916
|
+ $('.invoice-title .enpty-input').addClass('hide');
|
|
|
917
|
+ $('.invoice-phone .enpty-input').addClass('hide');
|
916
|
receiptTitle = $('#input-organization-name').val();
|
918
|
receiptTitle = $('#input-organization-name').val();
|
917
|
}
|
919
|
}
|
918
|
}
|
920
|
}
|