ปรับโครงสร้างระบบ ให้รองรับ การไปช่วยปฏิบัติงาน

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-09 18:46:05 +07:00
parent fcc5146085
commit 2952c1fc2a
40 changed files with 2188 additions and 1176 deletions

View File

@@ -29,7 +29,17 @@
<input class="form-control" type="text" id="eva_evaluation_group_thegroup" iLabel="กลุ่มการประเมิน" iRequire="true" iGroup="eva_evaluation_group" />
</div>
</div>
<div class='row'>
<div class="form-group col-md-6">
<label id="lab_eva_evaluation_group_main_dept_id" for="eva_evaluation_group_main_dept_id">กอง/แผนก</label>
<select class="form-control" id="eva_evaluation_group_main_dept_id" iLabel="กอง/แผนก" iRequire="false" iGroup="eva_evaluation_group"></select>
</div>
<div class="form-group col-md-6">
<label id="lab_eva_evaluation_group_percentage" for="eva_evaluation_group_percentage">กรอบวงเงิน</label>
<input class="form-control" type="number" id="eva_evaluation_group_percentage" iLabel="กรอบวงเงิน" iRequire="true" iGroup="eva_evaluation_group" />
</div>
</div>
</div>
</div>
@@ -82,7 +92,8 @@
<th>เครื่องมือ</th>
<th><label id='h_eva_evaluation_group_code'>รหัสกลุ่มการประเมิน</label></th>
<th><label id='h_eva_evaluation_group_thegroup'>กลุ่มการประเมิน</label></th>
<th><label id='h_eva_evaluation_group_main_dept_id'>กอง/แผนก</label></th>
<th><label id='h_eva_evaluation_group_percentage'>กรอบวงเงิน</label></th>
</tr>
</thead>
<tbody></tbody>

View File

@@ -44,7 +44,17 @@
<input class="form-control" type="text" id="eva_evaluation_group_thegroup" iLabel="กลุ่มการประเมิน" iRequire="true" iGroup="eva_evaluation_group" />
</div>
</div>
<div class='row'>
<div class="form-group col-md-6">
<label id="lab_eva_evaluation_group_main_dept_id" for="eva_evaluation_group_main_dept_id">กอง/แผนก</label>
<select class="form-control" id="eva_evaluation_group_main_dept_id" iLabel="กอง/แผนก" iRequire="false" iGroup="eva_evaluation_group"></select>
</div>
<div class="form-group col-md-6">
<label id="lab_eva_evaluation_group_percentage" for="eva_evaluation_group_percentage">กรอบวงเงิน</label>
<input class="form-control" type="number" id="eva_evaluation_group_percentage" iLabel="กรอบวงเงิน" iRequire="true" iGroup="eva_evaluation_group" />
</div>
</div>
</div>
</div>