เอาตัวเรียงออก

This commit is contained in:
Nakorn Rientrakrunchai
2021-02-09 20:25:09 +07:00
parent 91c6ecd5a1
commit fe4e051f62
5 changed files with 162 additions and 161 deletions

View File

@@ -109,7 +109,7 @@ namespace TodoAPI2.Models
(model.create_evaluation_detail_id.HasValue && m_eva_evaluation_operating_agreement.create_evaluation_detail_id == model.create_evaluation_detail_id) (model.create_evaluation_detail_id.HasValue && m_eva_evaluation_operating_agreement.create_evaluation_detail_id == model.create_evaluation_detail_id)
orderby m_eva_evaluation_operating_agreement.created descending orderby m_eva_evaluation_operating_agreement.mission_no
select new eva_evaluation_operating_agreementViewModel() select new eva_evaluation_operating_agreementViewModel()
{ {
id = m_eva_evaluation_operating_agreement.id, id = m_eva_evaluation_operating_agreement.id,

View File

@@ -113,8 +113,7 @@ var eva_evaluation_achievement_customValidation = function (group) {
}; };
function eva_evaluation_achievement_PutUpdate() { function eva_evaluation_achievement_PutUpdate() {
if (!ValidateForm('eva_evaluation_achievement', eva_evaluation_achievement_customValidation)) if (!ValidateForm('eva_evaluation_achievement', eva_evaluation_achievement_customValidation)) {
{
return; return;
} }
@@ -200,7 +199,8 @@ var eva_evaluation_achievement_setupTable = function (result) {
"url": appsite + "/DataTables-1.10.16/thai.json" "url": appsite + "/DataTables-1.10.16/thai.json"
}, },
"paging": true, "paging": true,
"searching": false "searching": false,
"bSort": false
}); });
endLoad(); endLoad();
}; };

View File

@@ -108,8 +108,7 @@ var eva_evaluation_behavior_customValidation = function (group) {
}; };
function eva_evaluation_behavior_PutUpdate() { function eva_evaluation_behavior_PutUpdate() {
if (!ValidateForm('eva_evaluation_behavior', eva_evaluation_behavior_customValidation)) if (!ValidateForm('eva_evaluation_behavior', eva_evaluation_behavior_customValidation)) {
{
return; return;
} }
@@ -186,7 +185,8 @@ var eva_evaluation_behavior_setupTable = function (result) {
"url": appsite + "/DataTables-1.10.16/thai.json" "url": appsite + "/DataTables-1.10.16/thai.json"
}, },
"paging": true, "paging": true,
"searching": false "searching": false,
"bSort": false
}); });
endLoad(); endLoad();
}; };

View File

@@ -187,7 +187,8 @@ var eva_evaluation_operating_agreement_setupTable = function (result) {
"url": appsite + "/DataTables-1.10.16/thai.json" "url": appsite + "/DataTables-1.10.16/thai.json"
}, },
"paging": true, "paging": true,
"searching": false "searching": false,
"bSort": false
}); });
endLoad(); endLoad();
}; };

View File

@@ -103,8 +103,7 @@ var eva_idp_plan_owner_customValidation = function (group) {
}; };
function eva_idp_plan_owner_PutUpdate() { function eva_idp_plan_owner_PutUpdate() {
if (!ValidateForm('eva_idp_plan_owner', eva_idp_plan_owner_customValidation)) if (!ValidateForm('eva_idp_plan_owner', eva_idp_plan_owner_customValidation)) {
{
return; return;
} }
@@ -178,7 +177,8 @@ var eva_idp_plan_owner_setupTable = function (result) {
"url": appsite + "/DataTables-1.10.16/thai.json" "url": appsite + "/DataTables-1.10.16/thai.json"
}, },
"paging": true, "paging": true,
"searching": false "searching": false,
"bSort": false
}); });
endLoad(); endLoad();
}; };