แก้ไข OP 3 ข้อสุดท้าย

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-21 21:43:41 +07:00
parent 72ac6d9cc9
commit 3d72f494eb
8 changed files with 26 additions and 17 deletions

View File

@@ -55,12 +55,16 @@
</div>
</div>
<div class='row'>
<div class="form-group col-md-6">
<div class="form-group col-md-4">
<label>ผลรวมเงินเดือนปัจจุบัน คือ</label>
<input disabled placeholder="0.00" class="form-control money mask_plugin" type="text" id="sum_current_salary" />
</div>
<div class="form-group col-md-4">
<label id="lab_eva_adjust_postponement_quota_limit_frame_quota" for="eva_adjust_postponement_quota_limit_frame_quota">กรอบโควต้าพิเศษร้อยละ</label>
<input onchange="Oneva_adjust_postponement_quota_limit_frame_quotaChange();" placeholder="0.00" class="form-control money mask_plugin" type="number" id="eva_adjust_postponement_quota_limit_frame_quota" iLabel="กรอบโควต้าพิเศษร้อยละ" iRequire="true" iGroup="eva_adjust_postponement_quota" />
</div>
<div class="form-group col-md-6">
<div class="form-group col-md-4">
<label id="lab_eva_adjust_postponement_quota_limit_quota" for="eva_adjust_postponement_quota_limit_quota">จำนวนเงินที่สามารถบริหารวงเงินโควต้าพิเศษ</label>
<input disabled placeholder="0.00" class="form-control money mask_plugin" type="text" id="eva_adjust_postponement_quota_limit_quota" iLabel="จำนวนเงินที่สามารถบริหารวงเงินโควต้าพิเศษ" iRequire="true" iGroup="eva_adjust_postponement_quota" />
</div>
@@ -87,7 +91,7 @@
<button type="button" class="btn btn-submit" onclick="javascript:eva_adjust_postponement_quota_PutUpdate()">บันทึก</button>
</div>
</div>
</section>
<br />