fix op2672
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user