แก้รายงาน และแก้บักต่างๆ

This commit is contained in:
Nakorn Rientrakrunchai
2020-03-14 15:06:48 +07:00
parent 1c2857e977
commit 6135a2ec09
8 changed files with 141 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
@inject IConfiguration Configuration
@{
ViewData["Title"] = "eva_create_evaluation_detail_process";
Layout = "_LayoutDirect";
Layout = "_LayoutDirect";
}
<div class="row page-title">
@@ -16,7 +16,7 @@
<li class="breadcrumb-item "><a href="@Environment.GetEnvironmentVariable("SiteInformation_mainsite")">หน้าแรก</a></li>
<li class="breadcrumb-item "><a href="@Environment.GetEnvironmentVariable("SiteInformation_mainsite")@Environment.GetEnvironmentVariable("SiteInformation_appsite")">@Environment.GetEnvironmentVariable("SiteInformation_modulename")</a></li>
<li class="breadcrumb-item active">ประเมินผลเพื่อปรับเลื่อนเงินเดือน</li>
</ol>
</ol>
</div>
</div>
@@ -26,7 +26,7 @@
<section class="card no-border">
<div class="card-body" style="">
<div class="row">
<div class="row">
<div class="col-md-12">
<input class="form-control" type="hidden" id="eva_create_evaluation_detail_process_id" />
<input class="form-control" type="hidden" id="eva_create_evaluation_detail_process_create_evaluation_id" />
@@ -81,19 +81,67 @@
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</section>
<div class="row">
<div class="form-group col-md-12">
<button type="button" class="btn btn-outline" onclick="javascript:window_close()" style="background-color: #fff;">กลับ</button>
</div>
</div>
<div class="row">
<div class="form-group col-md-12">
<button type="button" class="btn btn-outline" onclick="javascript:window_close()" style="background-color: #fff;">กลับ</button>
</div>
</div>
</section>
<br/>
<br />
<section class="wrapper">
<div class="title col-md-12"><div class="line"></div>ข้อมูลการลา</div>
<section class="card no-border">
<div class="card-body" style="">
<div class="row">
<div class="col-md-12">
<table class="display table table-bordered table-striped">
<tr>
<td colspan="2">ลาป่วย</td>
<td colspan="2">ลากิจ</td>
<td rowspan="2">ลาพักผ่อน</td>
<td rowspan="2">ขอกลับก่อนเวลา</td>
<td>สาย</td>
<td>ขาด</td>
<td colspan="2">รวม (ป่วย/กิจ)</td>
</tr>
<tr>
<td>วัน</td>
<td>ครั้ง</td>
<td>วัน</td>
<td>ครั้ง</td>
<td>สาย</td>
<td>ขาด</td>
<td>วัน</td>
<td>ครั้ง</td>
</tr>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</table>
</div>
</div>
</div>
</section>
</section>
<br />
<section class="wrapper">
<div class="title col-md-12"><div class="line"></div>ผลสัมฤทธิ์ของงาน</div>
@@ -133,7 +181,8 @@
<th><label id='h_eva_evaluation_achievement_process_target_score5'></label></th>
<th width="15%"><label id='h_eva_evaluation_achievement_process_score'></label></th>
<th width="10%"><p id="eva_create_evaluation_detail_summary1_total_summary_chief" />
<th width="10%">
<p id="eva_create_evaluation_detail_summary1_total_summary_chief" />
</th>
</tr>
@@ -151,7 +200,7 @@
</div>
</section>
<br/>
<br />
<section class="wrapper">
<div class="title col-md-12"><div class="line"></div>พฤติกรรมการปฏิบัติงาน (สมรรถนะ)</div>
@@ -184,7 +233,8 @@
<th width="7%"><label id='h_eva_evaluation_behavior_process_target_score4'></label></th>
<th width="7%"><label id='h_eva_evaluation_behavior_process_target_score5'></label></th>
<th width="15%"><label id='h_eva_evaluation_behavior_process_score'></label></th>
<th width="10%"><p id="eva_create_evaluation_detail_summary1_total_summary_competency_chief" />
<th width="10%">
<p id="eva_create_evaluation_detail_summary1_total_summary_competency_chief" />
</th>
</tr>
</tfoot>
@@ -203,7 +253,7 @@
</section>
<br/>
<br />
<section class="wrapper">
<div class="title col-md-12"><div class="line"></div>สรุปผลการประเมิน</div>
@@ -256,7 +306,7 @@
</section>
<br/>
<br />
<section class="wrapper">
<div class="title col-md-12"><div class="line"></div>ความเห็นผู้ประเมิน</div>
@@ -309,13 +359,13 @@
</section>
@section FooterPlaceHolder{
<script src="~/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d.js"></script>
<script src="~/js/eva_evaluation_achievement_process/eva_evaluation_achievement_process_inline.js"></script>
<script src="~/js/eva_evaluation_behavior_process/eva_evaluation_behavior_process_inline.js"></script>
<script src="~/js/eva_create_evaluation_detail_summary1/eva_create_evaluation_detail_summary1_d.js"></script>
<script src="~/js/eva_create_evaluation_detail_review01/eva_create_evaluation_detail_review01_d.js"></script>
<script src="~/js/eva_create_evaluation_detail_status/eva_create_evaluation_detail_status_d.js"></script>
<script>
<script src="~/js/eva_create_evaluation_detail_process/eva_create_evaluation_detail_process_d.js"></script>
<script src="~/js/eva_evaluation_achievement_process/eva_evaluation_achievement_process_inline.js"></script>
<script src="~/js/eva_evaluation_behavior_process/eva_evaluation_behavior_process_inline.js"></script>
<script src="~/js/eva_create_evaluation_detail_summary1/eva_create_evaluation_detail_summary1_d.js"></script>
<script src="~/js/eva_create_evaluation_detail_review01/eva_create_evaluation_detail_review01_d.js"></script>
<script src="~/js/eva_create_evaluation_detail_status/eva_create_evaluation_detail_status_d.js"></script>
<script>
$(document).ready(function () {
var id = getUrlParameter("id");
if (id) {
@@ -334,6 +384,6 @@
SetupValidationRemark("eva_create_evaluation_detail_process");
SetupValidationRemark("eva_create_evaluation_detail_review01");
});
</script>
</script>
}

View File

@@ -95,6 +95,54 @@
<br />
<section class="wrapper">
<div class="title col-md-12"><div class="line"></div>ข้อมูลการลา</div>
<section class="card no-border">
<div class="card-body" style="">
<div class="row">
<div class="col-md-12">
<table class="display table table-bordered table-striped">
<tr>
<td colspan="2">ลาป่วย</td>
<td colspan="2">ลากิจ</td>
<td rowspan="2">ลาพักผ่อน</td>
<td rowspan="2">ขอกลับก่อนเวลา</td>
<td>สาย</td>
<td>ขาด</td>
<td colspan="2">รวม (ป่วย/กิจ)</td>
</tr>
<tr>
<td>วัน</td>
<td>ครั้ง</td>
<td>วัน</td>
<td>ครั้ง</td>
<td>สาย</td>
<td>ขาด</td>
<td>วัน</td>
<td>ครั้ง</td>
</tr>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</table>
</div>
</div>
</div>
</section>
</section>
<br />
<section class="wrapper">
<div class="title col-md-12"><div class="line"></div>ผลสัมฤทธิ์ของงาน</div>