保誠-保戶業務員媒合平台
Tomas
2023-08-02 539b20ab881abe8b9059d2fc7ab83722f28ee2aa
PAMapp/components/Interview/InterviewAdd.vue
@@ -188,7 +188,7 @@
        this.confirmTxt = confirmTxt;
        this.updateAppointmentDetail(+this.appointmentId);
        if (new Date(this.interviewTime).getTime() >= new Date().getTime()) {
        if (new Date(this.interviewTime).getTime() >= new Date().getTime() && (!this.appointmentDetail.appointmentClosedInfo)) {
            this.showFutureDateConfirmPopup = true;
        } else {
            this.showConfirmPopup = true;