ทำเรื่องอนุมัติวงเงิน
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
<div class="form-group col-md-4" style="display:none;">
|
||||
<label id="lab_eva_adjust_postponement_update_status_postponement_status_by" for="eva_adjust_postponement_update_status_postponement_status_by">ปรับสถานะโดย</label>
|
||||
<select disabled class="form-control" id="eva_adjust_postponement_update_status_postponement_status_by" iLabel="ปรับสถานะโดย" iRequire="false" iGroup="eva_adjust_postponement_update_status"></select>
|
||||
<select class="form-control" id="eva_adjust_postponement_update_status_postponement_status_by" iLabel="ปรับสถานะโดย" iRequire="false" iGroup="eva_adjust_postponement_update_status"></select>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
@@ -153,7 +153,9 @@
|
||||
<div class="col-md-12">
|
||||
<button style="display:none;" class="btn btn-info" type="button" onclick="javascript:Oneva_adjust_postponement_detail_normal_02_promoted_percentageChanged(true)">คำนวณค่าครองชีพใหม่ ตามเกณฑ์เงินเดือน 13,285</button>
|
||||
|
||||
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_update_status_SetEditForm(getUrlParameter('id'));">อนุมัติและส่งต่อ</button>
|
||||
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_update_status_SetEditForm(getUrlParameter('id'), true);">อนุมัติและส่งต่อ</button>
|
||||
|
||||
<span id="statusapprove"></span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -227,7 +229,10 @@
|
||||
if (id) {
|
||||
eva_adjust_postponement_normal_SetEditForm(id);
|
||||
eva_adjust_postponement_detail_normal_02_InitialForm(id);
|
||||
eva_adjust_postponement_update_status_InitialForm();
|
||||
//eva_adjust_postponement_update_status_InitialForm();
|
||||
|
||||
eva_adjust_postponement_update_status_SetEditForm(getUrlParameter('id'), false);
|
||||
|
||||
} else {
|
||||
eva_adjust_postponement_normal_SetCreateForm();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user