ส่ง code แก้ไข OP Change Request 18 ข้อ

This commit is contained in:
Nakorn Rientrakrunchai
2020-05-24 00:33:22 +07:00
parent 017a29c136
commit eea05beb69
81 changed files with 1047 additions and 312 deletions

View File

@@ -67,7 +67,7 @@
<div class="step active ">
<!---->
<div class="content">
<div class="title">กำหนดผู้รับการประเมินและผู้ประเมินเลื่อนเงินเดือน</div>
<div class="title">สร้างแบบประเมิน</div>
<!---->
</div>
</div><div class="step">
@@ -83,7 +83,7 @@
</div>
<section class="wrapper">
<div class="title col-md-12"><div class="line"></div>กำหนดผู้รับการประเมินและผู้ประเมินเลื่อนเงินเดือน</div>
<div class="title col-md-12"><div class="line"></div>สร้างแบบประเมิน</div>
<section class="card no-border">

View File

@@ -29,7 +29,7 @@
<div class="step">
<!---->
<div class="content">
<div class="title">กำหนดผู้รับการประเมินและผู้ประเมินเลื่อนเงินเดือน</div>
<div class="title">สร้างแบบประเมิน</div>
<!---->
</div>
</div><div class="step active ">
@@ -106,17 +106,27 @@
<section class="wrapper">
<div class="title"><div class="line"></div>รายชื่อผู้รับการประเมิน</div>
<div class="tools">
<div class="row">
<div class="col-md-6">
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_detail_SelectAll();">เลือก ทั้งหมด</button>
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_detail_DeselectAll();">ไม่เลือก ทั้งหมด</button>
</div>
</div>
</div>
<table id="eva_create_evaluation_detailTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th><label id='h_eva_create_evaluation_detail_employee_id'>ผู้รับการประเมิน</label></th>
<th><label id='h_eva_create_evaluation_detail_chief'>ผู้ประเมิน </label></th>
<th><label>สถานะการส่งแบบประเมิน<br />(ผู้รับการประเมิน)</label></th>
<th><label>สถานะทำแบบประเมิน<br />(ผู้ประเมิน)</label></th>
<th><label>สถานะทำแบบประเมิน<br />(ผู้ประเมินสูงสุด)</label></th>
<th><label>สถานะตรวจสอบ<br />(ผู้บังคับบัญชาเหนือขึ้นไปอีกชั้นหนึ่ง)</label></th>
<th><label>สถานะตรวจสอบ<br />(ผู้บังคับบัญชาเหนือขึ้นไปอีกชั้นหนึ่ง (สูงสุด))</label></th>
<th>เลือก</th>
<th><label>รหัสพนักงาน</label></th>
<th><label>ผู้รับการประเมิน</label></th>
<th><label>ประเภทตำแหน่ง</label></th>
<th><label>ตำแหน่ง</label></th>
<th><label>ระดับตำแหน่ง</label></th>
<th><label>หมายเหตุ</label></th>
<th><label>ผู้ประเมิน</label></th>
<th><label>หน่วยงาน</label></th>
</tr>
</thead>
<tbody></tbody>
@@ -130,6 +140,9 @@
<div class="row">
<div class="col-md-3">
<button class="btn btn-info" onclick="javascript:go_back();">กลับ</button>
<button class="btn btn-info" onclick="javascript:eva_create_evaluation_detail_GetSelect('id');">พิมพ์แบบประเมิน</button>
</div>
</div>