fix op2672

This commit is contained in:
2020-07-09 19:39:15 +07:00
parent 4c32cbd562
commit d8d671dd51
4 changed files with 20 additions and 9 deletions

View File

@@ -40,6 +40,10 @@
<label id='lab_s_rep_position_salary_org_id' for='s_rep_position_salary_org_id'>หน่วยงาน</label>
<select class="form-control" id="s_rep_position_salary_org_id" iLabel="หน่วยงาน" iRequire="false" iGroup="s_rep_position_salary" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
</div>
<div class="form-group col-md-3">
<label id='lab_s_rep_position_salary_postion_level_id' for='s_rep_position_salary_position_level_id'>ระดับตำแหน่ง</label>
<select class="form-control" id="s_rep_position_salary_position_level_id" iLabel="ระดับตำแหน่ง" iRequire="false" iGroup="s_rep_position_salary" title='ระดับตำแหน่ง' placeholder='ระดับตำแหน่ง'></select>
</div>
</div>
</div>
@@ -62,6 +66,7 @@
$("#s_rep_position_salary_employee_id").select2();
$("#s_rep_position_salary_position_id").select2();
$("#s_rep_position_salary_org_id").select2();
$("#s_rep_position_salary_position_level_id").select2();
});
</script>
}