|
|
@ -1078,9 +1078,14 @@ ready(el => {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (departureDateVal === '') {
|
|
|
|
if (departureDateVal === '') {
|
|
|
|
departure_date_errmsg.show();
|
|
|
|
departure_date_errmsg.show();
|
|
|
|
}if (expiryDateVal === '') {
|
|
|
|
}
|
|
|
|
|
|
|
|
if (expiryDateVal === '') {
|
|
|
|
expiry_date_errmsg.show();
|
|
|
|
expiry_date_errmsg.show();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
const disableTest = arrivalDateVal === '' || departureDateVal === '' || expiryDateVal === '';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (disableTest) return;
|
|
|
|
|
|
|
|
|
|
|
|
if (departFrom === leave4Country) {
|
|
|
|
if (departFrom === leave4Country) {
|
|
|
|
console.info('You must be in transit to a third country or region.');
|
|
|
|
console.info('You must be in transit to a third country or region.');
|
|
|
|