ปรับปรุงการค้นหา
This commit is contained in:
@@ -29,20 +29,19 @@
|
||||
<div class="row">
|
||||
<input class="form-control" type="hidden" id="s_eva_create_evaluation_detail_firstdoc_create_evaluation_id" />
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_eva_create_evaluation_detail_firstdoc_evaluation_round_search' for='s_eva_create_evaluation_detail_firstdoc_evaluation_round_search'>รอบการประเมิน</label>
|
||||
<select class="form-control" id="s_eva_create_evaluation_detail_firstdoc_evaluation_round_search" iLabel="รอบการประเมิน" iRequire="false" iGroup="s_eva_create_evaluation_detail_firstdoc" title='รอบการประเมิน' placeholder='รอบการประเมิน'></select>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_eva_create_evaluation_detail_firstdoc_employee_id' for='s_eva_create_evaluation_detail_firstdoc_employee_id'>ชื่อ-สกุล</label>
|
||||
<select class="form-control" id="s_eva_create_evaluation_detail_firstdoc_employee_id" iLabel="ชื่อ-สกุล" iRequire="false" iGroup="s_eva_create_evaluation_detail_firstdoc" title='ชื่อ-สกุล' placeholder='ชื่อ-สกุล'></select>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_eva_create_evaluation_detail_firstdoc_org_id' for='s_eva_create_evaluation_detail_firstdoc_org_id'>หน่วยงาน</label>
|
||||
<select class="form-control" id="s_eva_create_evaluation_detail_firstdoc_org_id" iLabel="หน่วยงาน" iRequire="true" iGroup="s_eva_create_evaluation_detail_firstdoc" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_eva_create_evaluation_detail_firstdoc_search_employee_code' for='s_eva_create_evaluation_detail_firstdoc_search_employee_code'>รหัสพนักงาน</label>
|
||||
<input class="form-control" type="text" id="s_eva_create_evaluation_detail_firstdoc_search_employee_code" iLabel="รหัสพนักงาน" iRequire="true" iGroup="s_eva_create_evaluation_detail_firstdoc" title='รหัสพนักงาน' placeholder='รหัสพนักงาน' />
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_eva_create_evaluation_detail_firstdoc_search_employee_fullname' for='s_eva_create_evaluation_detail_firstdoc_search_employee_fullname'>ชื่อ-สกุล</label>
|
||||
<input class="form-control" type="text" id="s_eva_create_evaluation_detail_firstdoc_search_employee_fullname" iLabel="ชื่อ-สกุล" iRequire="true" iGroup="s_eva_create_evaluation_detail_firstdoc" title='ชื่อ-สกุล' placeholder='ชื่อ-สกุล' />
|
||||
<select class="form-control" id="s_eva_create_evaluation_detail_firstdoc_org_id" iLabel="หน่วยงาน" iRequire="false" iGroup="s_eva_create_evaluation_detail_firstdoc" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
@@ -81,6 +80,10 @@
|
||||
eva_create_evaluation_detail_firstdoc_InitiateDataTable();
|
||||
eva_create_evaluation_detail_firstdoc_InitialForm();
|
||||
SetupValidationRemark("eva_create_evaluation_detail_firstdoc");
|
||||
|
||||
$("#s_eva_create_evaluation_detail_firstdoc_org_id").select2();
|
||||
$("#s_eva_create_evaluation_detail_firstdoc_employee_id").select2();
|
||||
$("#s_eva_create_evaluation_detail_firstdoc_evaluation_round_search").select2();
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user