ปรับหน้าจอ เพื่อให้ SA
This commit is contained in:
@@ -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)
|
|| (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()
|
select new eva_adjust_postponement_detail_migrationViewModel()
|
||||||
{
|
{
|
||||||
id = m_eva_adjust_postponement_detail_migration.id,
|
id = m_eva_adjust_postponement_detail_migration.id,
|
||||||
|
|||||||
@@ -148,6 +148,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<!--<th>เลือก</th>-->
|
<!--<th>เลือก</th>-->
|
||||||
<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_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_sarary'>เงินเดือน ก่อนปรับเลื่อน</label></th>
|
||||||
<th><label id='h_eva_adjust_postponement_detail_migration_cost_living'>ค่าครองชีพ ก่อนปรับเลื่อน</label></th>
|
<th><label id='h_eva_adjust_postponement_detail_migration_cost_living'>ค่าครองชีพ ก่อนปรับเลื่อน</label></th>
|
||||||
|
|||||||
@@ -197,6 +197,7 @@ var eva_adjust_postponement_detail_migration_setupTable = function (result) {
|
|||||||
"columns": [
|
"columns": [
|
||||||
//{ "data": "" },
|
//{ "data": "" },
|
||||||
{ "data": "id" },
|
{ "data": "id" },
|
||||||
|
{ "data": "order_at_this_time" },
|
||||||
{ "data": "employee_id_external_linkage_external_name" },
|
{ "data": "employee_id_external_linkage_external_name" },
|
||||||
{ "data": "sarary" },
|
{ "data": "sarary" },
|
||||||
{ "data": "cost_living" },
|
{ "data": "cost_living" },
|
||||||
@@ -233,7 +234,7 @@ var eva_adjust_postponement_detail_migration_setupTable = function (result) {
|
|||||||
"language": {
|
"language": {
|
||||||
"url": appsite + "/DataTables-1.10.16/thai.json"
|
"url": appsite + "/DataTables-1.10.16/thai.json"
|
||||||
},
|
},
|
||||||
"paging": true,
|
"paging": false,
|
||||||
"searching": false
|
"searching": false
|
||||||
});
|
});
|
||||||
endLoad();
|
endLoad();
|
||||||
|
|||||||
Reference in New Issue
Block a user