ปรับปรุงและแก้ปัญหาหน้าจอ
This commit is contained in:
@@ -211,8 +211,12 @@
|
||||
$("#eva_create_evaluation_employee_id").select2();
|
||||
$("#eva_create_evaluation_supervisor1_id").select2();
|
||||
$("#eva_create_evaluation_supervisor2_id").select2();
|
||||
$("#eva_create_evaluation_detail_employee_id").select2();
|
||||
$("#eva_create_evaluation_detail_chief").select2();
|
||||
$("#eva_create_evaluation_detail_employee_id").select2({
|
||||
dropdownParent: $('#eva_create_evaluation_detailModel')
|
||||
});
|
||||
$("#eva_create_evaluation_detail_chief").select2({
|
||||
dropdownParent: $('#eva_create_evaluation_detailModel')
|
||||
});
|
||||
});
|
||||
|
||||
function go_next(){
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
<th width="8%"><label>น้ำหนัก (%)</label></th>
|
||||
|
||||
|
||||
<th><label>คะแนน (ระบุ 1.00-5.00)</label></th>
|
||||
<th width="130px"><label>คะแนน (ระบุ 1.00-5.00)</label></th>
|
||||
<th><label>รวมคะแนน<br />(น้ำหนัก x คะแนน / 100)</label></th>
|
||||
|
||||
</tr>
|
||||
@@ -230,7 +230,7 @@
|
||||
<th><label>พฤติกรรมการปฏิบัติงาน</label></th>
|
||||
<th><label>น้ำหนัก (%)</label></th>
|
||||
|
||||
<th><label>คะแนน (ระบุ 1.00-5.00)</label></th>
|
||||
<th width="130px"><label>คะแนน (ระบุ 1.00-5.00)</label></th>
|
||||
<th><label>รวมคะแนน<br />(น้ำหนัก x คะแนน / 100)</label></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
<th><label>น้ำหนัก (%)</label></th>
|
||||
<th><label>คะแนน</label></th>
|
||||
<th><label>รวมคะแนน</label></th>
|
||||
<th><label>คะแนน <br />(ระบุ 1.00-5.00)</label></th>
|
||||
<th width="130px"><label>คะแนน <br />(ระบุ 1.00-5.00)</label></th>
|
||||
<th><label>รวมคะแนน<br />(น้ำหนัก x คะแนน / 100)</label></th>
|
||||
|
||||
</tr>
|
||||
@@ -282,7 +282,7 @@
|
||||
|
||||
<th><label>คะแนน</label></th>
|
||||
<th><label>รวมคะแนน</label></th>
|
||||
<th><label>คะแนน <br />(ระบุ 1.00-5.00)</label></th>
|
||||
<th width="130px"><label>คะแนน <br />(ระบุ 1.00-5.00)</label></th>
|
||||
<th><label>รวมคะแนน<br />(น้ำหนัก x คะแนน / 100)</label></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user