เอาตัวเรียงออก
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
orderby m_eva_evaluation_operating_agreement.created descending
|
||||
orderby m_eva_evaluation_operating_agreement.mission_no
|
||||
select new eva_evaluation_operating_agreementViewModel()
|
||||
{
|
||||
id = m_eva_evaluation_operating_agreement.id,
|
||||
|
||||
@@ -113,8 +113,7 @@ var eva_evaluation_achievement_customValidation = function (group) {
|
||||
};
|
||||
|
||||
function eva_evaluation_achievement_PutUpdate() {
|
||||
if (!ValidateForm('eva_evaluation_achievement', eva_evaluation_achievement_customValidation))
|
||||
{
|
||||
if (!ValidateForm('eva_evaluation_achievement', eva_evaluation_achievement_customValidation)) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -200,7 +199,8 @@ var eva_evaluation_achievement_setupTable = function (result) {
|
||||
"url": appsite + "/DataTables-1.10.16/thai.json"
|
||||
},
|
||||
"paging": true,
|
||||
"searching": false
|
||||
"searching": false,
|
||||
"bSort": false
|
||||
});
|
||||
endLoad();
|
||||
};
|
||||
|
||||
@@ -108,8 +108,7 @@ var eva_evaluation_behavior_customValidation = function (group) {
|
||||
};
|
||||
|
||||
function eva_evaluation_behavior_PutUpdate() {
|
||||
if (!ValidateForm('eva_evaluation_behavior', eva_evaluation_behavior_customValidation))
|
||||
{
|
||||
if (!ValidateForm('eva_evaluation_behavior', eva_evaluation_behavior_customValidation)) {
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -186,7 +185,8 @@ var eva_evaluation_behavior_setupTable = function (result) {
|
||||
"url": appsite + "/DataTables-1.10.16/thai.json"
|
||||
},
|
||||
"paging": true,
|
||||
"searching": false
|
||||
"searching": false,
|
||||
"bSort": false
|
||||
});
|
||||
endLoad();
|
||||
};
|
||||
|
||||
@@ -187,7 +187,8 @@ var eva_evaluation_operating_agreement_setupTable = function (result) {
|
||||
"url": appsite + "/DataTables-1.10.16/thai.json"
|
||||
},
|
||||
"paging": true,
|
||||
"searching": false
|
||||
"searching": false,
|
||||
"bSort": false
|
||||
});
|
||||
endLoad();
|
||||
};
|
||||
|
||||
@@ -103,8 +103,7 @@ var eva_idp_plan_owner_customValidation = function (group) {
|
||||
};
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -178,7 +177,8 @@ var eva_idp_plan_owner_setupTable = function (result) {
|
||||
"url": appsite + "/DataTables-1.10.16/thai.json"
|
||||
},
|
||||
"paging": true,
|
||||
"searching": false
|
||||
"searching": false,
|
||||
"bSort": false
|
||||
});
|
||||
endLoad();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user