ปรับปรุงหลายอย่าง
This commit is contained in:
@@ -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("คุณส่งแบบประเมินไปแล้ว");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user