Phạm Minh Tú
Giới tính:
Nam
Chức vụ:
Công Chức
Thị trấn Nhà Bè
Gửi Đánh Giá
Chọn cán bộ khác
1. Khi hướng dẫn, giải thích cho Ông/bà, cán bộ có thông tin đầy đủ, rõ ràng, dễ hiểu không
Tốt
Bình thường
Kém
2. Khi kiểm tra thành phần hồ sơ, thông báo với Ông/bà để yêu cầu bổ sung hồ sơ, cán bộ có thực hiện cẩn thận, kỹ lưỡng không?
Dễ hiểu
Bình thường
Khó hiểu
3. Trang phục, tác phong của cán bộ khi tiếp nhận Ông/bà có thân thiện, lịch sự không?
Tốt
Bình thường
Kém
4. Cán bộ có thái độ cửa quyền, gây khó khăn, phiền hà đối với Ông/bà không?
Không
Bình thường
Có
5. Ghi chú
</div> </div> </li> </ul> </section> <div id="divActionlink"> </div> <link href="/kiosk/Content/toastr.min.css" rel="stylesheet" /> <script src="/kiosk/Scripts/toastr.min.js"></script> <script> $(document).ready(function () { $("#btnDanhGiaCanBo").prepend(`<i class="fa fa-address-card" aria-hidden="true"></i>`); $(".kiosk_pageDetail_content").getNiceScroll().resize(); }); window.setInterval(function () { //declare new function $.ajax({ type: "POST", url: "/kiosk/KioskDanhGiaHaiLong/UpdateLastlogin", dataType: 'json', success: function (data) { }, error: function (error) { } }); }, 1000 * 60 * 2); </script> <script> $(document).ready(function () { //------------------------------------------------------------------------------------------------- var ins = "_c.png"; $(".rates_icon img").click(function () { var idx = this.id.substring(0, this.id.lastIndexOf("_")); $(".rates_icon img").each(function () { if (this.id.startsWith(idx, 0)) { if (this.src.lastIndexOf("_") > 0) { this.src = this.src.substring(0, this.src.lastIndexOf("_")) + ".png"; } } }) var src = this.src.substring(0, this.src.length - 4); this.src = src + ins; $("#" + idx).val(this.id); }) //$(".kiosk_pageDetail_content").niceScroll(".wrap"); //$(".kiosk_pageDetail_content").getNiceScroll().resize(); }) //------------------------------------------------------------------------------------------------- function DanhGiaCanBo() { if (ValiDateDanhGiaCanBo()) { var MangCauTraLoi = $(".hidDanhgia").map(function () { return $(this).val(); }).get() var Obj = { sobiennhan: $('#sobiennhan').val(), txttraloi: MangCauTraLoi, chuyenVienId: $('#hdChuyenVienID').val(), ghichu: $('#txtGhiChu').val(), mdv: $('#hdMdv').val(), nhom: $('#hdNhom').val(), loai: $('#hdLoai').val() } $.ajax({ type: "POST", url: "/kiosk/KioskDanhGiaHaiLong/DanhGia", dataType: "json", data: Obj, success: function (data) { if (data != null && data.DonViID > 0) { Notification("success", "Đánh giá thành công") setTimeout(function () { var href = $('#btnkiosk_btn_home').attr('href'); window.location.href = href; }, 2000) } } }); } } //------------------------------------------------------------------------------------------------- function ValiDateDanhGiaCanBo() { var count = 0; if (!sobiennhan.validity.valid) { $("#err").html("Vui lòng nhập đúng thông tin"); $('#sobiennhan').focus(); return false; } else if ($("#sobiennhan").val().length == 0) { $("#err").html("Chưa nhập số biên nhận"); $('#sobiennhan').focus() return false; } else { $("#err").html(""); } $(".hidDanhgia").each(function () { if (this.value != "") count += 1; }) if (count < 3) { $("#err").html("Bạn phải trả lời các câu hỏi bên dưới !..."); return false; } else { $("#err").html(""); } return true } //-------------------------------------------------------------- function Notification(type, text) { toastr.options = { closeButton: true, progressBar: true, showMethod: 'slideDown', timeOut: 4000 }; if (type === "success") { toastr.success(text, 'Thông báo'); } else if (type === "error") { toastr.error(text, 'Thông báo'); } else if (type === "warning") { toastr.warning(text, 'Thông báo'); } } </script> <!--jquery-keyboard--> <script src="/kiosk/Scripts/jquery-keyboard/jquery.keyboard.js"></script> <script src="/kiosk/Scripts/jquery-keyboard/qwerty.js"></script> <script src="/kiosk/Scripts/jquery-keyboard/form.js"></script> <script src="/kiosk/Scripts/jquery-keyboard/jquery.selection.js"></script> <script> var h_body = $(window).height(); //console.log(h_body); var h_keyboard = $(".keyboard").outerHeight(); //console.log(h_keyboard); var h_kiosk_pageDetail_content_danhgiagopy = $(".kiosk_pageDetail_content_danhgiagopy").height(); $(document).ready(function () { $('.has-keyboard').append('<i class="fa fa-keyboard-o toggle_keyboard"></i>'); $('.keyboard').append('<span class="close_keyboard">Đóng <i class="fa fa-angle-down" style="line-height:20px;"></i></span>').addClass('animated'); }); //close keyboard event $('.close_keyboard').click(function () { $('.keyboard').addClass('slideOutDown').removeClass('slideInUp').css({ 'z-index': '-99', 'oppacity': '0' }); $(".kiosk_pageDetail_content").focus(); $(".kiosk_pageDetail_content").getNiceScroll().resize(); }); //toggle keyboard event $('.toggle_keyboard').each(function (e) { $(this).click(function () { var element_child_input = $(this).parent().find("input"); var element_child_textarea = $(this).parent().find("textarea"); if (element_child_input.length > 0) { element_child_input.focus(); } else { element_child_textarea.focus(); } }); }); //input số biên nhận $("#sobiennhan").focus(function () { $('.keyboard').css({ display: 'block', opacity: '1', 'z-index': '1500' }).addClass('slideInUp').removeClass('slideOutDown'); }); $("#sobiennhan").focusout(function () { $('.keyboard').css({ display: 'block', opacity: '1', 'z-index': '1500' }).removeClass('slideInUp').addClass('slideOutDown'); }); //textbox ghi chú $("#txtGhiChu").focus(function () { $('.keyboard').css({ display: 'block', opacity: '1', 'z-index': '1500' }).addClass('slideInUp').removeClass('slideOutDown'); $(".wrap").css({ 'height': h_kiosk_pageDetail_content_danhgiagopy - h_keyboard + "px", 'overflow': 'scroll', }); $(".kiosk_pageDetail_content").niceScroll(".wrap"); $(".kiosk_pageDetail_content").getNiceScroll().resize(); $(".wrap").scrollTop(1000); }); $("#txtGhiChu").focusout(function () { $('.keyboard').css({ display: 'block', opacity: '1', 'z-index': '1500' }).removeClass('slideInUp').addClass('slideOutDown'); $(".wrap").removeAttr("style"); $(".kiosk_pageDetail_content").getNiceScroll().resize(); }); //Jquery plugin: keyboard $('body').keyboard({ 'keyboard': 'qwerty', 'plugin': 'form' }); </script>