รวม code แก้ไขรายงานบางส่วน จากทีม

This commit is contained in:
Nakorn Rientrakrunchai
2020-07-04 12:47:58 +07:00
parent 9d00b796d8
commit 4c32cbd562
19 changed files with 28 additions and 22 deletions

View File

@@ -13,7 +13,7 @@
<div class="col-md-7">
<ol class="breadcrumb" style="">
<li class="breadcrumb-item "><a href="javascript:window_open_from_root('@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")');">หน้าแรก</a></li>
<li class="breadcrumb-item "><a href="javascript:window_open_from_root('MyHelper.GetConfig(Configuration, "SiteInformation:modulesite")');">ระบบทะเบียนประวัติพนักงาน</a></li>
<li class="breadcrumb-item "><a href="javascript:window_open_from_root('@MyHelper.GetConfig(Configuration, "SiteInformation:modulesite")');">ระบบทะเบียนประวัติพนักงาน</a></li>
<li class="breadcrumb-item active">รายงานประวัติการศึกษา</li>
</ol>
</div>
@@ -27,22 +27,22 @@
<div class="row">
<div class="form-group col-md-3">
<label id='lab_s_rep_study_history_employee_id' for='s_rep_study_history_employee_id'>ชื่อ - สกุล</label>
<select class="form-control" id="s_rep_study_history_employee_id" iLabel="ชื่อ - สกุล" iRequire="true" iGroup="s_rep_study_history" title='ชื่อ - สกุล' placeholder='ชื่อ - สกุล'></select>
<select class="form-control" id="s_rep_study_history_employee_id" iLabel="ชื่อ - สกุล" iRequire="false" iGroup="s_rep_study_history" title='ชื่อ - สกุล' placeholder='ชื่อ - สกุล'></select>
</div>
<div class="form-group col-md-3">
<label id='lab_s_rep_study_history_org_id' for='s_rep_study_history_org_id'>หน่วยงาน</label>
<select class="form-control" id="s_rep_study_history_org_id" iLabel="หน่วยงาน" iRequire="true" iGroup="s_rep_study_history" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
<select class="form-control" id="s_rep_study_history_org_id" iLabel="หน่วยงาน" iRequire="false" iGroup="s_rep_study_history" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
</div>
<div class="form-group col-md-3">
<label id='lab_s_rep_study_history_position_id' for='s_rep_study_history_position_id'>ตำแหน่ง</label>
<select class="form-control" id="s_rep_study_history_position_id" iLabel="ตำแหน่ง" iRequire="true" iGroup="s_rep_study_history" title='ตำแหน่ง' placeholder='ตำแหน่ง'></select>
<select class="form-control" id="s_rep_study_history_position_id" iLabel="ตำแหน่ง" iRequire="false" iGroup="s_rep_study_history" title='ตำแหน่ง' placeholder='ตำแหน่ง'></select>
</div>
<div class="form-group col-md-3">
<label id='lab_s_rep_study_history_study_level_id' for='s_rep_study_history_study_level_id'>ระดับการศึกษา</label>
<select class="form-control" id="s_rep_study_history_study_level_id" iLabel="ระดับการศึกษา" iRequire="true" iGroup="s_rep_study_history" title='ระดับการศึกษา' placeholder='ระดับการศึกษา'></select>
<select class="form-control" id="s_rep_study_history_study_level_id" iLabel="ระดับการศึกษา" iRequire="false" iGroup="s_rep_study_history" title='ระดับการศึกษา' placeholder='ระดับการศึกษา'></select>
</div>
</div>