ปรับไปหลายข้อ จนจำไม่ได้แล้ว
This commit is contained in:
@@ -5,6 +5,56 @@
|
||||
Layout = "_LayoutDirect";
|
||||
}
|
||||
|
||||
<div class="modal fade" id="eva_idp_plan_reviewerModel" style="z-index:1500" tabindex="-1" role="dialog" aria-labelledby="eva_idp_plan_reviewerModelLabel" 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_idp_plan_reviewerModelLabel">บันทึกข้อมูล แผนพัฒนาการปฏิบัติงานรายบุคคล</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
<input class="form-control" type="hidden" id="eva_idp_plan_reviewer_create_evaluation_detail_id" />
|
||||
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-6">
|
||||
<label id="lab_eva_idp_plan_reviewer_develop" for="eva_idp_plan_reviewer_develop">ความรู้/ทักษะ/สมรรถนะที่ต้องได้รับการพัฒนา</label>
|
||||
<textarea class="form-control" rows="4" cols="50" id="eva_idp_plan_reviewer_develop" iLabel="ความรู้/ทักษะ/สมรรถนะที่ต้องได้รับการพัฒนา" iRequire="false" iGroup="eva_idp_plan_reviewer"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-6">
|
||||
<label id="lab_eva_idp_plan_reviewer_development_method" for="eva_idp_plan_reviewer_development_method">วิธีการพัฒนา</label>
|
||||
<textarea class="form-control" rows="4" cols="50" id="eva_idp_plan_reviewer_development_method" iLabel="วิธีการพัฒนา" iRequire="false" iGroup="eva_idp_plan_reviewer"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-6">
|
||||
<label id="lab_eva_idp_plan_reviewer_start_date" for="eva_idp_plan_reviewer_start_date">ช่วงเวลาเริ่มต้นพัฒนา</label>
|
||||
<input class="form-control" type="text" id="eva_idp_plan_reviewer_start_date" data-provide="datepicker" data-date-language="th-th" iLabel="ช่วงเวลาเริ่มต้นพัฒนา" iRequire="false" iGroup="eva_idp_plan_reviewer" />
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-6">
|
||||
<label id="lab_eva_idp_plan_reviewer_end_date" for="eva_idp_plan_reviewer_end_date">ช่วงเวลาสิ้นสุดพัฒนา</label>
|
||||
<input class="form-control" type="text" id="eva_idp_plan_reviewer_end_date" data-provide="datepicker" data-date-language="th-th" iLabel="ช่วงเวลาสิ้นสุดพัฒนา" iRequire="false" iGroup="eva_idp_plan_reviewer" />
|
||||
</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_idp_plan_reviewer_PutUpdate()">บันทึก</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="report_xModel" style="z-index:1500" tabindex="-1" role="dialog" aria-labelledby="report_xModelLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
@@ -322,6 +372,38 @@
|
||||
|
||||
</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_idp_plan_reviewer_create_evaluation_detail_id" />
|
||||
|
||||
<div class="col-md-6">
|
||||
<button class="btn btn-info mycontrol01" onclick="javascript:eva_idp_plan_reviewer_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table id="eva_idp_plan_reviewerTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_idp_plan_reviewer_id'>รหัสอ้างอิง</label></th>
|
||||
<th><label id='h_eva_idp_plan_reviewer_develop'>ความรู้/ทักษะ/สมรรถนะที่ต้องได้รับการพัฒนา</label></th>
|
||||
<th><label id='h_eva_idp_plan_reviewer_development_method'>วิธีการพัฒนา</label></th>
|
||||
<th><label id='h_eva_idp_plan_reviewer_start_date'>ช่วงเวลาเริ่มต้นพัฒนา</label></th>
|
||||
<th><label id='h_eva_idp_plan_reviewer_end_date'>ช่วงเวลาสิ้นสุดพัฒนา</label></th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<br />
|
||||
|
||||
<section class="wrapper">
|
||||
@@ -388,6 +470,7 @@
|
||||
<script src="~/js/eva_create_evaluation_detail_review01/eva_create_evaluation_detail_review01_d.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script src="~/js/eva_create_evaluation_detail_status/eva_create_evaluation_detail_status_d.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script src="~/js/rep_eva_x/rep_eva_x_report.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script src="~/js/eva_idp_plan_reviewer/eva_idp_plan_reviewer.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
var id = getUrlParameter("id");
|
||||
@@ -398,6 +481,8 @@
|
||||
eva_create_evaluation_detail_summary1_SetEditForm(id);
|
||||
eva_create_evaluation_detail_review01_SetEditForm(id);
|
||||
eva_create_evaluation_detail_status_SetEditForm(id);
|
||||
eva_idp_plan_reviewer_InitiateDataTable();
|
||||
eva_idp_plan_reviewer_InitialForm();
|
||||
|
||||
setTimeout(Oneva_evaluation_achievement_process_scoreChange, 3000);
|
||||
setTimeout(Oneva_evaluation_behavior_process_scoreChange, 3000);
|
||||
@@ -407,6 +492,7 @@
|
||||
}
|
||||
SetupValidationRemark("eva_create_evaluation_detail_process");
|
||||
SetupValidationRemark("eva_create_evaluation_detail_review01");
|
||||
SetupValidationRemark("eva_idp_plan_reviewer");
|
||||
});
|
||||
|
||||
function change3digit() {
|
||||
|
||||
Reference in New Issue
Block a user