ปรับปรุงหลายอย่าง

This commit is contained in:
nakorn
2022-03-19 11:32:56 +07:00
parent 61f067f150
commit c6d107e179
11 changed files with 2588 additions and 10 deletions

View File

@@ -455,6 +455,11 @@
function CheckPermission() {
if (status_self === "Y") {
$(".status_self").hide();
var isEdit = getUrlParameter("e");
console.log(isEdit);
if (!isEdit) {
$(".status_self2").hide();
}
$(".status_self_text").attr("disabled", true);
$("#status").text("คุณส่งแบบประเมินไปแล้ว");
}