ปรับปรุงหน้าเกลี่ยเงิน

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-03-14 16:28:20 +07:00
parent 0a0ef78366
commit aa9be494f7
3 changed files with 25 additions and 12 deletions

View File

@@ -81,6 +81,7 @@
<table style="position:fixed; bottom:0px; left:0px; background-color:black; width:100%; z-index:100;">
<tr>
<td><button type="button" onclick="javascript:window_close()"><i class="fa fa-repeat"></i> กลับ</button></td>
<td><label style="color:white;" id="lab_eva_adjust_postponement_normal_limit_quota" for="eva_adjust_postponement_normal_limit_quota">จำนวนเงินที่สามารถบริหารวงเงิน</label></td>
<td><input disabled placeholder="0.00" class="form-control money mask_plugin" id="eva_adjust_postponement_normal_limit_quota" iLabel="จำนวนเงินที่สามารถบริหารวงเงิน" iRequire="true" iGroup="eva_adjust_postponement_normal" /></td>
@@ -89,6 +90,11 @@
<td><label style="color:white;" for="eva_adjust_postponement_normal_percentage">จำนวนเงินที่ใช้เลื่อนคงเหลือ</label></td>
<td><input disabled placeholder="0.00" class="form-control money mask_plugin" id="remain_cost" iLabel="จำนวนเงินที่ใช้เลื่อนคงเหลือ" iRequire="true" iGroup="" /></td>
<td>
<button type="button" onclick="javascript:eva_adjust_postponement_normal_PutUpdate()"><i class="fa fa-save"></i>บันทึก</button>
</td>
</tr>
</table>
@@ -103,7 +109,11 @@
<th><label id='h_eva_adjust_postponement_detail_normal_02_emp_fullname'>ชื่อ-นามสกุล</label></th>
<th><label id='h_eva_adjust_postponement_detail_normal_02_emp_position'>ตำแหน่ง</label></th>
<th><label id='h_eva_adjust_postponement_detail_normal_02_emp_level'>ระดับ</label></th>
<th><label id='h_eva_adjust_postponement_detail_normal_02_achievement'>ผลสัมฤทธ์</label></th>
<th><label id='h_eva_adjust_postponement_detail_normal_02_competency'>สมรรถนะ</label></th>
<th><label id='h_eva_adjust_postponement_detail_normal_02_total_score'>คะแนนรวม</label></th>
<th><label id='h_eva_adjust_postponement_detail_normal_02_eva_result'>ผลการประเมิน</label></th>
<th><label id='h_eva_adjust_postponement_detail_normal_02_sarary'>เงินเดือน ก่อนปรับเลื่อน</label></th>
<th><label id='h_eva_adjust_postponement_detail_normal_02_cost_living'>ค่าครองชีพ ก่อนปรับเลื่อน</label></th>
@@ -123,6 +133,8 @@
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th>รวม</th>
<th></th>
<th><p id="sum_before"></p></th>
@@ -139,18 +151,7 @@
</section>
<br/>
<section class="wrapper">
<div class="row">
<div class="form-group col-md-12">
<button type="button" class="btn btn-danger" onclick="javascript:window_close()"><i class="fa fa-repeat"></i> กลับ</button>
<button type="button" class="btn btn-submit" onclick="javascript:eva_adjust_postponement_normal_PutUpdate()">บันทึก</button>
</div>
</div>
</section>
@section FooterPlaceHolder{
<script src="~/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal_d.js?version=@MyHelper.GetDummyText()"></script>