ปรับปรุง รายงานการเลื่อนเงินเดือน

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-03-25 12:12:29 +07:00
parent 4859e4bdbd
commit 3be03e16d7
6 changed files with 60 additions and 77 deletions

View File

@@ -15,13 +15,13 @@
<ol class="breadcrumb" style="">
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]">หน้าแรก</a></li>
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]@Configuration["SiteInformation:appsite"]">@Configuration["SiteInformation:modulename"]</a></li>
<li class="breadcrumb-item active">แบบแจ้งเตือนผลการเลื่อนเงินเดือน</li>
<li class="breadcrumb-item active">รายงานประวัติการเลื่อนเงินเดือนรายบุคคล</li>
</ol>
</div>
</div>
<section class="wrapper">
<div class="title"><div class="line"></div>แบบแจ้งเตือนผลการเลื่อนเงินเดือน</div>
<div class="title"><div class="line"></div>รายงานประวัติการเลื่อนเงินเดือนรายบุคคล</div>
<div class="tools">
<div class="row">
@@ -41,6 +41,7 @@
<div class="col-md-6">
<button class="btn btn-info" onclick="javascript:eva_self_review_DoSearch();">ค้นหา</button>
<button class="btn btn-info" onclick="javascript:vw_eva_performance_plan_GoAll();"><i class="fa fa-search" style="font-size: 14px;"></i> ดูรายงานแบบสรุปทั้งหมด</button>
</div>
</div>

View File

@@ -14,18 +14,19 @@
<ol class="breadcrumb" style="">
<li class="breadcrumb-item "><a href="javascript:window_open_from_root('@Configuration["SiteInformation:mainsite"]');">หน้าแรก</a></li>
<li class="breadcrumb-item "><a href="javascript:window_open_from_root('@Configuration["SiteInformation:modulesite"]');">@Configuration["SiteInformation:modulename"]</a></li>
<li class="breadcrumb-item active">แบบแจ้งเตือนผลการเลื่อนเงินเดือน</li>
<li class="breadcrumb-item active">รายงานประวัติการเลื่อนเงินเดือนรายบุคคล</li>
</ol>
</div>
</div>
<section class="wrapper">
<div class="title"><div class="line"></div>แบบแจ้งเตือนผลการเลื่อนเงินเดือน</div>
<div class="title"><div class="line"></div>รายงานประวัติการเลื่อนเงินเดือนรายบุคคล</div>
<div class="tools">
<div class="row">
<input class="form-control" type="hidden" id="s_rep_eva_self_review_detail_id" />
<div class="col-md-12">
<button class="btn btn-info" onclick="javascript:rep_eva_self_review_DoSearch('xlsx');">ดาวน์โหลดเป็น Excel</button>
<button class="btn btn-info" onclick="javascript:window_close()">กลับ</button>
</div>
</div>
</div>

View File

@@ -5,80 +5,57 @@
}
<!-- Content Header (Page header) -->
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1>@Configuration["SiteInformation:modulename"]</h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]">หน้าแรก</a></li>
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]@Configuration["SiteInformation:appsite"]">@Configuration["SiteInformation:modulename"]</a></li>
<li class="breadcrumb-item active">รายงานประวัติการเลื่อนเงินเดือนรายบุคคล</li>
</ol>
</div>
<div class="row page-title">
<div class="col-md-5">
<div class="page-title">
@Configuration["SiteInformation:modulename"]
</div>
</div><!-- /.container-fluid -->
</div>
<div class="col-md-7">
<ol class="breadcrumb" style="">
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]">หน้าแรก</a></li>
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]@Configuration["SiteInformation:appsite"]">@Configuration["SiteInformation:modulename"]</a></li>
<li class="breadcrumb-item active">รายงานประวัติการเลื่อนเงินเดือนรายบุคคล</li>
</ol>
</div>
</div>
<section class="wrapper">
<div class="title"><div class="line"></div>รายงานประวัติการเลื่อนเงินเดือนรายบุคคล</div>
<div class="tools">
<div class="row">
<div class="form-group col-md-3">
<label id='lab_s_vw_eva_performance_plan_fiscal_year' for='s_vw_eva_performance_plan_fiscal_year'>ปีงบประมาณ</label>
<input class="form-control" type="number" id="s_vw_eva_performance_plan_fiscal_year" iLabel="ปีงบประมาณ" iRequire="true" iGroup="s_vw_eva_performance_plan" title='ปีงบประมาณ' placeholder='ปีงบประมาณ' />
</div>
<div class="form-group col-md-3">
<label id='lab_s_vw_eva_performance_plan_theTime' for='s_vw_eva_performance_plan_theTime'>รอบการประเมินที่</label>
<input class="form-control" type="number" id="s_vw_eva_performance_plan_theTime" iLabel="รอบการประเมินที่" iRequire="true" iGroup="s_vw_eva_performance_plan" title='รอบการประเมินที่' placeholder='รอบการประเมินที่' />
</div>
<div class="col-md-6">
<button class="btn btn-info" onclick="javascript:vw_eva_performance_plan_DoSearch();">ค้นหา</button>
<button class="btn btn-info" onclick="javascript:vw_eva_performance_plan_GoAll();"><i class="fa fa-search" style="font-size: 14px;"></i> ดูรายการทั้งหมด</button>
</div>
</div>
</div>
<table id="vw_eva_performance_planTable" class="display table table-bordered table-striped">
<thead>
<tr>
<!--<th>เลือก</th>-->
<th>เครื่องมือ</th>
<th><label id='h_vw_eva_performance_plan_fiscal_year'>ปีงบประมาณ</label></th>
<th><label id='h_vw_eva_performance_plan_theTime'>รอบการประเมินที่</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
</section>
<!-- Main content -->
<section class="content">
<div class="container-fluid">
<!-- general form elements -->
<div class="card card-primary">
<div class="card-body">
<div class="row">
<div class="form-group col-md-3">
<label id='lab_s_vw_eva_performance_plan_fiscal_year' for='s_vw_eva_performance_plan_fiscal_year'>ปีงบประมาณ</label>
<input class="form-control" type="number" id="s_vw_eva_performance_plan_fiscal_year" iLabel="ปีงบประมาณ" iRequire="false" iGroup="s_vw_eva_performance_plan" title='ปีงบประมาณ' placeholder='ปีงบประมาณ' />
</div>
<div class="form-group col-md-3">
<label id='lab_s_vw_eva_performance_plan_theTime' for='s_vw_eva_performance_plan_theTime'>รอบการประเมินที่</label>
<input class="form-control" type="number" id="s_vw_eva_performance_plan_theTime" iLabel="รอบการประเมินที่" iRequire="false" iGroup="s_vw_eva_performance_plan" title='รอบการประเมินที่' placeholder='รอบการประเมินที่' />
</div>
<div class="form-group col-sm-3">
<button class="btn btn-info" onclick="javascript:vw_eva_performance_plan_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
<button class="btn btn-info" onclick="javascript:vw_eva_performance_plan_GoAll();"><i class="fa fa-search" style="font-size: 14px;"></i> ดูรายการทั้งหมด</button>
</div>
</div>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
<!-- general form elements -->
<div class="card card-primary">
<div class="card-body">
<div class="row">
<div class="col-md-12">
<table id="vw_eva_performance_planTable" class="table table-hover text-nowrap">
<thead>
<tr>
<!--<th>เลือก</th>-->
<th>เครื่องมือ</th>
<th><label id='h_vw_eva_performance_plan_fiscal_year'>ปีงบประมาณ</label></th>
<th><label id='h_vw_eva_performance_plan_theTime'>รอบการประเมินที่</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
</div>
<!-- /.card-body -->
</div>
<!-- /.card -->
</div><!-- /.container-fluid -->
</section>
<!-- /.content -->
@section FooterPlaceHolder{
<script src="~/js/vw_eva_performance_plan/vw_eva_performance_plan.js"></script>
<script>

View File

@@ -23,6 +23,10 @@ function eva_self_review_FeedDataToSearchForm(data) {
console.log(data);
}
function vw_eva_performance_plan_GoAll() {
window.location = appsite + "/rep_eva_self_review_allView/rep_eva_self_review_all_report";
}
//================= Form Data Customizaiton =========================================
function eva_self_review_FeedDataToForm(data) {

View File

@@ -3,7 +3,7 @@
//================= Search Customizaiton =========================================
function rep_eva_self_review_all_GoBack() {
window.location = appsite + "/vw_eva_performance_planView/vw_eva_performance_plan";
window.location = appsite + "/eva_self_reviewView/eva_self_review";
}
function rep_eva_self_review_all_GetSearchParameter(fileType) {

View File

@@ -158,7 +158,7 @@ var vw_eva_performance_plan_setupTable = function (result) {
"targets": 0, //1,
"data": "id",
"render": function (data, type, row, meta) {
return "<button type='button' class='btn btn-warning btn-sm' onclick='javascript:vw_eva_performance_plan_GoEdit(" + tmp + data + tmp + ")'><i class='fa fa-pencil-alt'></i></button> ";
return "<button type='button' class='btn btn-warning btn-sm' onclick='javascript:vw_eva_performance_plan_GoEdit(" + tmp + data + tmp + ")'><i class='fa fa-pencil'></i></button> ";
}
},
//{