แก้ op หลายข้อ

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-03-28 15:48:02 +07:00
parent 56e8bb1446
commit eebd1a8bee
13 changed files with 1085 additions and 85 deletions

View File

@@ -68,7 +68,7 @@
<th><label>สถานะทำแบบประเมิน<br />(ผู้ประเมิน)</label></th>
<th><label>สถานะทำแบบประเมิน<br />(ผู้ประเมินสูงสุด)</label></th>
<th><label>Action</label></th>
<th><label>ดูแบบประเมิน</label></th>
</tr>
</thead>

View File

@@ -29,6 +29,12 @@
<input class="form-control" type="number" id="eva_performance_plan_theTime" iLabel="รอบการประเมินที่" iRequire="true" iGroup="eva_performance_plan" />
</div>
</div>
<div class='row'>
<div class="form-group col-md-6">
<label id="lab_eva_performance_plan_percent" for="eva_performance_plan_percent">กรอบวงเงินในส่วนที่กันไว้</label>
<input class="form-control" type="number" id="eva_performance_plan_percent" iLabel="กรอบวงเงินในส่วนที่กันไว้" iRequire="true" iGroup="eva_performance_plan" />
</div>
</div>
</div>
@@ -87,7 +93,7 @@
<th>เครื่องมือ</th>
<th><label id='h_eva_performance_plan_fiscal_year'>ปีงบประมาณ</label></th>
<th><label id='h_eva_performance_plan_theTime'>รอบการประเมินที่</label></th>
<th><label id='h_eva_performance_plan_percent'>กรอบวงเงินในส่วนที่กันไว้</label></th>
</tr>
</thead>
<tbody></tbody>

View File

@@ -100,7 +100,12 @@
<input class="form-control" type="number" id="eva_performance_plan_theTime" iLabel="รอบการประเมินที่" iRequire="true" iGroup="eva_performance_plan" />
</div>
</div>
<div class='row'>
<div class="form-group col-md-6">
<label id="lab_eva_performance_plan_percent" for="eva_performance_plan_percent">กรอบวงเงินในส่วนที่กันไว้</label>
<input class="form-control" type="number" id="eva_performance_plan_percent" iLabel="กรอบวงเงินในส่วนที่กันไว้" iRequire="true" iGroup="eva_performance_plan" />
</div>
</div>
</div>
</div>