ปรับหน้าจอ เพื่อให้ SA

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-03-25 17:21:06 +07:00
parent 3be03e16d7
commit 56e8bb1446
3 changed files with 4 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ namespace TodoAPI2.Models
|| (model.adjust_postponement_quota_id.HasValue && m_eva_adjust_postponement_detail_migration.adjust_postponement_quota_id == model.adjust_postponement_quota_id)
orderby m_eva_adjust_postponement_detail_migration.created descending
orderby m_eva_adjust_postponement_detail_migration.order_at_this_time
select new eva_adjust_postponement_detail_migrationViewModel()
{
id = m_eva_adjust_postponement_detail_migration.id,

View File

@@ -148,6 +148,7 @@
<tr>
<!--<th>เลือก</th>-->
<th>เครื่องมือ</th>
<th><label id='h_eva_adjust_postponement_detail_migration_order_at_this_time'>ลำดับ</label></th>
<th><label id='h_eva_adjust_postponement_detail_migration_employee_id'>ผู้รับการประเมิน</label></th>
<th><label id='h_eva_adjust_postponement_detail_migration_sarary'>เงินเดือน ก่อนปรับเลื่อน</label></th>
<th><label id='h_eva_adjust_postponement_detail_migration_cost_living'>ค่าครองชีพ ก่อนปรับเลื่อน</label></th>

View File

@@ -197,6 +197,7 @@ var eva_adjust_postponement_detail_migration_setupTable = function (result) {
"columns": [
//{ "data": "" },
{ "data": "id" },
{ "data": "order_at_this_time" },
{ "data": "employee_id_external_linkage_external_name" },
{ "data": "sarary" },
{ "data": "cost_living" },
@@ -233,7 +234,7 @@ var eva_adjust_postponement_detail_migration_setupTable = function (result) {
"language": {
"url": appsite + "/DataTables-1.10.16/thai.json"
},
"paging": true,
"paging": false,
"searching": false
});
endLoad();