แก้บักระบบ โดยต้น นคร
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
<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>
|
||||
@@ -29,11 +28,33 @@
|
||||
<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" />
|
||||
<input disabled class="form-control" type="number" id="eva_evaluation_behavior_weight" iLabel="น้ำหนัก" iRequire="true" iGroup="eva_evaluation_behavior" />
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_evaluation_behavior_target_score1" for="eva_evaluation_behavior_target_score1">คะแนนตามค่าระดับเป้าหมาย1</label>
|
||||
<input class="form-control" type="text" id="eva_evaluation_behavior_target_score1" iLabel="คะแนนตามค่าระดับเป้าหมาย1" iRequire="true" iGroup="eva_evaluation_behavior" />
|
||||
</div>
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_evaluation_behavior_target_score2" for="eva_evaluation_behavior_target_score2">คะแนนตามค่าระดับเป้าหมาย2</label>
|
||||
<input class="form-control" type="text" id="eva_evaluation_behavior_target_score2" iLabel="คะแนนตามค่าระดับเป้าหมาย2" iRequire="true" iGroup="eva_evaluation_behavior" />
|
||||
</div>
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_evaluation_behavior_target_score3" for="eva_evaluation_behavior_target_score3">คะแนนตามค่าระดับเป้าหมาย3</label>
|
||||
<input class="form-control" type="text" id="eva_evaluation_behavior_target_score3" iLabel="คะแนนตามค่าระดับเป้าหมาย3" iRequire="true" iGroup="eva_evaluation_behavior" />
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_evaluation_behavior_target_score4" for="eva_evaluation_behavior_target_score4">คะแนนตามค่าระดับเป้าหมาย4</label>
|
||||
<input class="form-control" type="text" id="eva_evaluation_behavior_target_score4" iLabel="คะแนนตามค่าระดับเป้าหมาย4" iRequire="true" iGroup="eva_evaluation_behavior" />
|
||||
</div>
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_evaluation_behavior_target_score5" for="eva_evaluation_behavior_target_score5">คะแนนตามค่าระดับเป้าหมาย5</label>
|
||||
<input class="form-control" type="text" id="eva_evaluation_behavior_target_score5" iLabel="คะแนนตามค่าระดับเป้าหมาย5" iRequire="true" iGroup="eva_evaluation_behavior" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -268,20 +289,12 @@
|
||||
<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>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
<th><p id="sum_b"></p></th>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<p style="display:none;" id="sum_b"></p>
|
||||
<br />
|
||||
|
||||
<section class="wrapper">
|
||||
|
||||
Reference in New Issue
Block a user