First Initial

This commit is contained in:
Nakorn Rientrakrunchai
2020-02-20 15:02:39 +07:00
commit 8b98125e49
3048 changed files with 760804 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
@using Microsoft.Extensions.Configuration
@inject IConfiguration Configuration
@{
ViewData["Title"] = "eva_create_evaluation_detail_agreement";
}
<div class="row page-title">
<div class="col-md-5">
<div class="page-title">
@Configuration["SiteInformation:modulename"]
</div>
</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">
<input class="form-control" type="hidden" id="s_eva_create_evaluation_detail_agreement_create_evaluation_id" />
<div class="form-group col-md-3">
<label id='lab_s_eva_create_evaluation_detail_agreement_org_id' for='s_eva_create_evaluation_detail_agreement_org_id'>หน่วยงาน</label>
<select class="form-control" id="s_eva_create_evaluation_detail_agreement_org_id" iLabel="หน่วยงาน" iRequire="true" iGroup="s_eva_create_evaluation_detail_agreement" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
</div>
<div class="form-group col-md-3">
<label id='lab_s_eva_create_evaluation_detail_agreement_search_employee_code' for='s_eva_create_evaluation_detail_agreement_search_employee_code'>รหัสพนักงาน</label>
<input class="form-control" type="text" id="s_eva_create_evaluation_detail_agreement_search_employee_code" iLabel="รหัสพนักงาน" iRequire="true" iGroup="s_eva_create_evaluation_detail_agreement" title='รหัสพนักงาน' placeholder='รหัสพนักงาน' />
</div>
<div class="form-group col-md-3">
<label id='lab_s_eva_create_evaluation_detail_agreement_search_employee_fullname' for='s_eva_create_evaluation_detail_agreement_search_employee_fullname'>ชื่อ-สกุล</label>
<input class="form-control" type="text" id="s_eva_create_evaluation_detail_agreement_search_employee_fullname" iLabel="ชื่อ-สกุล" iRequire="true" iGroup="s_eva_create_evaluation_detail_agreement" title='ชื่อ-สกุล' placeholder='ชื่อ-สกุล' />
</div>
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_detail_agreement_DoSearch();">ค้นหา</button>
</div>
</div>
</div>
<table id="eva_create_evaluation_detail_agreementTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th>เครื่องมือ</th>
<th><label id='h_eva_create_evaluation_detail_agreement_employee_code'>รหัสพนักงาน</label></th>
<th><label id='h_eva_create_evaluation_detail_agreement_employee_fullname'>ชื่อ-สกุล</label></th>
<th><label id='h_eva_create_evaluation_detail_agreement_employee_position'>ตำแหน่ง</label></th>
<th><label id='h_eva_create_evaluation_detail_agreement_employee_position_level'>ระดับตำแหน่ง</label></th>
<th><label id='h_eva_create_evaluation_detail_agreement_employee_org'>หน่วยงาน</label></th>
<th><label>สถานะทำแบบประเมิน<br />(ผู้ประเมิน)</label></th>
<th><label>สถานะทำแบบประเมิน<br />(ผู้ประเมินสูงสุด)</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
</section>
@section FooterPlaceHolder{
<script src="~/js/eva_create_evaluation_detail_agreement/eva_create_evaluation_detail_agreement.js"></script>
<script>
$(document).ready(function () {
eva_create_evaluation_detail_agreement_InitiateDataTable();
eva_create_evaluation_detail_agreement_InitialForm();
SetupValidationRemark("eva_create_evaluation_detail_agreement");
});
</script>
}

View File

@@ -0,0 +1,269 @@
@using Microsoft.Extensions.Configuration
@inject IConfiguration Configuration
@{
ViewData["Title"] = "eva_create_evaluation_detail_agreement";
Layout = "_LayoutDirect";
}
<div class="modal fade" id="eva_evaluation_behaviorModel" style="z-index:1500" tabindex="-1" role="dialog" aria-labelledby="eva_evaluation_behaviorModelLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="eva_evaluation_behaviorModelLabel">บันทึกข้อมูล พฤติกรรมการปฏิบัติงาน</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<input class="form-control" type="hidden" id="eva_evaluation_behavior_id" />
<input class="form-control" type="hidden" id="eva_evaluation_behavior_create_evaluation_detail_id" />
<div class='row'>
<div class="form-group col-md-12">
<label id="lab_eva_evaluation_behavior_behavior" for="eva_evaluation_behavior_behavior">พฤติกรรมการปฏิบัติงาน</label>
<textarea disabled class="form-control" rows="4" cols="50" id="eva_evaluation_behavior_behavior" iLabel="พฤติกรรมการปฏิบัติงาน" iRequire="true" iGroup="eva_evaluation_behavior"></textarea>
</div>
</div>
<div class='row'>
<div class="form-group col-md-4">
<label id="lab_eva_evaluation_behavior_weight" for="eva_evaluation_behavior_weight">น้ำหนัก</label>
<input class="form-control" type="number" id="eva_evaluation_behavior_weight" iLabel="น้ำหนัก" iRequire="true" iGroup="eva_evaluation_behavior" />
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">ยกเลิก</button>
<button type="button" class="btn btn-primary" onclick="javascript:eva_evaluation_behavior_PutUpdate()">บันทึก</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="eva_evaluation_achievementModel" style="z-index:1500" tabindex="-1" role="dialog" aria-labelledby="eva_evaluation_achievementModelLabel" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="eva_evaluation_achievementModelLabel">บันทึกข้อมูล ผลสัมฤทธิ์ตัวชี้วัดผลงาน</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<input class="form-control" type="hidden" id="eva_evaluation_achievement_id" />
<input class="form-control" type="hidden" id="eva_evaluation_achievement_create_evaluation_detail_id" />
<div class='row'>
<div class="form-group col-md-12">
<label id="lab_eva_evaluation_achievement_achievement" for="eva_evaluation_achievement_achievement">ผลสัมฤทธิ์ตัวชี้วัดผลงาน</label>
<textarea class="form-control" rows="4" cols="50" id="eva_evaluation_achievement_achievement" iLabel="ผลสัมฤทธิ์ตัวชี้วัดผลงาน" iRequire="true" iGroup="eva_evaluation_achievement"></textarea>
</div>
</div>
<div class='row'>
<div class="form-group col-md-4">
<label id="lab_eva_evaluation_achievement_weight" for="eva_evaluation_achievement_weight">น้ำหนัก</label>
<input class="form-control" type="number" id="eva_evaluation_achievement_weight" iLabel="น้ำหนัก" iRequire="true" iGroup="eva_evaluation_achievement" />
</div>
<div class="form-group col-md-4">
<label id="lab_eva_evaluation_achievement_thefile" for="eva_evaluation_achievement_thefile">แนบไฟล์</label>
<p>
<a id="eva_evaluation_achievement_thefile_linkurl" href="#" target="_blank" class="btn btn-info">ดูหรือดาวโหลดไฟล์ของคุณ</a>
<a id="eva_evaluation_achievement_thefile_remove" href="javascript:removeFile('eva_evaluation_achievement_thefile');" class="btn btn-danger">ลบไฟล์</a>
</p>
นำเข้าไฟล์ใหม่
<input type="file" id="eva_evaluation_achievement_thefile_file" />
<input type="hidden" id="eva_evaluation_achievement_thefile_hidURL" iLabel="แนบไฟล์" iRequire="false" iGroup="eva_evaluation_achievement" />
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">ยกเลิก</button>
<button type="button" class="btn btn-primary" onclick="javascript:eva_evaluation_achievement_PutUpdate()">บันทึก</button>
</div>
</div>
</div>
</div>
<div class="row page-title">
<div class="col-md-5">
<div class="page-title">
@Configuration["SiteInformation:modulename"]
</div>
</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 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">
<input class="form-control" type="hidden" id="eva_create_evaluation_detail_agreement_id" />
<input class="form-control" type="hidden" id="eva_create_evaluation_detail_agreement_create_evaluation_id" />
<div class='row'>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_evaluation_round" for="eva_create_evaluation_detail_agreement_evaluation_round">รอบการประเมิน</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_evaluation_round" />
</div>
</div>
<div class='row'>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_employee_code" for="eva_create_evaluation_detail_agreement_employee_code">รหัสพนักงาน</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_employee_code" />
</div>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_employee_fullname" for="eva_create_evaluation_detail_agreement_employee_fullname">ชื่อ-สกุล</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_employee_fullname" />
</div>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_employee_position" for="eva_create_evaluation_detail_agreement_employee_position">ตำแหน่ง</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_employee_position" />
</div>
</div>
<div class='row'>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_employee_position_type" for="eva_create_evaluation_detail_agreement_employee_position_type">ประเภทตำแหน่ง</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_employee_position_type" />
</div>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_employee_position_level" for="eva_create_evaluation_detail_agreement_employee_position_level">ระดับตำแหน่ง</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_employee_position_level" />
</div>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_employee_org" for="eva_create_evaluation_detail_agreement_employee_org">หน่วยงาน</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_employee_org" />
</div>
</div>
<div class='row'>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_chief_fullname" for="eva_create_evaluation_detail_agreement_chief_fullname">ชื่อผู้ประเมิน</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_chief_fullname" />
</div>
<div class="form-group col-md-4">
<label id="lab_eva_create_evaluation_detail_agreement_chief_position" for="eva_create_evaluation_detail_agreement_chief_position">ตำแหน่งผู้ประเมิน</label>
<p class="form-control" id="eva_create_evaluation_detail_agreement_chief_position" />
</div>
</div>
</div>
</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>
</section>
<br />
<section class="wrapper">
<div class="title"><div class="line"></div>ผลสัมฤทธิ์ของงาน</div>
<div class="tools">
<div class="row">
<input class="form-control" type="hidden" id="s_eva_evaluation_achievement_create_evaluation_detail_id" />
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_evaluation_achievement_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<table id="eva_evaluation_achievementTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th>เครื่องมือ</th>
<th><label id='h_eva_evaluation_achievement_achievement'>ผลสัมฤทธิ์ตัวชี้วัดผลงาน</label></th>
<th><label id='h_eva_evaluation_achievement_weight'>น้ำหนัก</label></th>
<th><label id='h_eva_evaluation_achievement_thefile'>เอกสารแนบ</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
</section>
<br />
<section class="wrapper">
<div class="title"><div class="line"></div>พฤติกรรมการปฏิบัติงาน</div>
<div class="tools">
<div class="row">
<input class="form-control" type="hidden" id="s_eva_evaluation_behavior_create_evaluation_detail_id" />
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:eva_evaluation_behavior_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
</div>
</div>
</div>
<table id="eva_evaluation_behaviorTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th>เครื่องมือ</th>
<th><label id='h_eva_evaluation_behavior_behavior'>พฤติกรรมการปฏิบัติงาน</label></th>
<th><label id='h_eva_evaluation_behavior_weight'>น้ำหนัก</label></th>
</tr>
</thead>
<tbody></tbody>
</table>
</section>
@section FooterPlaceHolder{
<script src="~/js/eva_create_evaluation_detail_agreement/eva_create_evaluation_detail_agreement_d.js"></script>
<script src="~/js/eva_evaluation_achievement/eva_evaluation_achievement.js"></script>
<script src="~/js/eva_evaluation_behavior/eva_evaluation_behavior.js"></script>
<script>
$(document).ready(function () {
var id = getUrlParameter("id");
if (id) {
eva_create_evaluation_detail_agreement_SetEditForm(id);
eva_evaluation_achievement_InitiateDataTable(id);
eva_evaluation_achievement_InitialForm();
eva_evaluation_behavior_InitiateDataTable(id);
eva_evaluation_behavior_InitialForm();
} else {
eva_create_evaluation_detail_agreement_SetCreateForm();
}
SetupValidationRemark("eva_create_evaluation_detail_agreement");
SetupValidationRemark("eva_evaluation_achievement");
SetupValidationRemark("eva_evaluation_behavior");
});
</script>
}