อนุมัติและส่งต่อ การปรับเลื่อน ค่าตอบแทน
This commit is contained in:
@@ -5,7 +5,55 @@
|
||||
Layout = "_LayoutDirect";
|
||||
}
|
||||
|
||||
<div class="modal fade" id="eva_adjust_postponement_update_statusModel" style="z-index:1500" tabindex="-1" role="dialog" aria-labelledby="eva_adjust_postponement_update_statusModelLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="eva_adjust_postponement_update_statusModelLabel">บันทึกข้อมูล การอนุมัติและส่งต่อ</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
<input class="form-control" type="hidden" id="eva_adjust_postponement_update_status_id" />
|
||||
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_adjust_postponement_update_status_postponement_status" for="eva_adjust_postponement_update_status_postponement_status">สถานะการปรับเลื่อนเงินเดือน</label>
|
||||
<select class="form-control" id="eva_adjust_postponement_update_status_postponement_status" iLabel="สถานะการปรับเลื่อนเงินเดือน" iRequire="true" iGroup="eva_adjust_postponement_update_status"></select>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-4" style="display:none;">
|
||||
<label id="lab_eva_adjust_postponement_update_status_postponement_status_date" for="eva_adjust_postponement_update_status_postponement_status_date">วันที่</label>
|
||||
<input disabled class="form-control" type="text" id="eva_adjust_postponement_update_status_postponement_status_date" data-provide="datepicker" data-date-language="th-th" iLabel="วันที่" iRequire="false" iGroup="eva_adjust_postponement_update_status" />
|
||||
</div>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-12">
|
||||
<label id="lab_eva_adjust_postponement_update_status_postponement_status_note" for="eva_adjust_postponement_update_status_postponement_status_note">หมายเหตุ</label>
|
||||
<textarea class="form-control" rows="4" cols="50" id="eva_adjust_postponement_update_status_postponement_status_note" iLabel="หมายเหตุ" iRequire="false" iGroup="eva_adjust_postponement_update_status"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">ยกเลิก</button>
|
||||
<button type="button" class="btn btn-primary" onclick="javascript:eva_adjust_postponement_update_status_PutUpdate()">บันทึก</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row page-title">
|
||||
<div class="col-md-5">
|
||||
@@ -104,6 +152,9 @@
|
||||
<div class="row">
|
||||
<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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -169,16 +220,19 @@
|
||||
@section FooterPlaceHolder{
|
||||
<script src="~/js/eva_adjust_postponement_normal/eva_adjust_postponement_normal_d.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script src="~/js/eva_adjust_postponement_detail_normal_02/eva_adjust_postponement_detail_normal_02_inline.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script src="~/js/eva_adjust_postponement_update_status/eva_adjust_postponement_update_status.js?version=@MyHelper.GetDummyText()"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
var id = getUrlParameter("id");
|
||||
if (id) {
|
||||
eva_adjust_postponement_normal_SetEditForm(id);
|
||||
eva_adjust_postponement_detail_normal_02_InitialForm(id);
|
||||
eva_adjust_postponement_update_status_InitialForm();
|
||||
} else {
|
||||
eva_adjust_postponement_normal_SetCreateForm();
|
||||
}
|
||||
SetupValidationRemark("eva_adjust_postponement_normal");
|
||||
SetupValidationRemark("eva_adjust_postponement_update_status");
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@@ -0,0 +1,120 @@
|
||||
@using Microsoft.Extensions.Configuration
|
||||
@inject IConfiguration Configuration
|
||||
@{
|
||||
ViewData["Title"] = "eva_adjust_postponement_update_status";
|
||||
}
|
||||
|
||||
<div class="modal fade" id="eva_adjust_postponement_update_statusModel" style="z-index:1500" tabindex="-1" role="dialog" aria-labelledby="eva_adjust_postponement_update_statusModelLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="eva_adjust_postponement_update_statusModelLabel">บันทึกข้อมูล eva_adjust_postponement_update_status</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
<input class="form-control" type="hidden" id="eva_adjust_postponement_update_status_id" />
|
||||
|
||||
<div class='row'></div>
|
||||
<div class='row'></div>
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_adjust_postponement_update_status_postponement_status" for="eva_adjust_postponement_update_status_postponement_status">สถานะการปรับเลื่อนเงินเดือน</label>
|
||||
<select class="form-control" id="eva_adjust_postponement_update_status_postponement_status" iLabel="สถานะการปรับเลื่อนเงินเดือน" iRequire="true" iGroup="eva_adjust_postponement_update_status"></select>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_adjust_postponement_update_status_postponement_status_date" for="eva_adjust_postponement_update_status_postponement_status_date">วันที่</label>
|
||||
<input class="form-control" type="text" id="eva_adjust_postponement_update_status_postponement_status_date" data-provide="datepicker" data-date-language="th-th" iLabel="วันที่" iRequire="true" iGroup="eva_adjust_postponement_update_status" />
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-4">
|
||||
<label id="lab_eva_adjust_postponement_update_status_postponement_status_by" for="eva_adjust_postponement_update_status_postponement_status_by">ปรับสถานะโดย</label>
|
||||
<select class="form-control" id="eva_adjust_postponement_update_status_postponement_status_by" iLabel="ปรับสถานะโดย" iRequire="true" iGroup="eva_adjust_postponement_update_status"></select>
|
||||
</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
<div class="form-group col-md-12">
|
||||
<label id="lab_eva_adjust_postponement_update_status_postponement_status_note" for="eva_adjust_postponement_update_status_postponement_status_note">หมายเหตุ</label>
|
||||
<textarea class="form-control" rows="4" cols="50" id="eva_adjust_postponement_update_status_postponement_status_note" iLabel="หมายเหตุ" iRequire="true" iGroup="eva_adjust_postponement_update_status"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">ยกเลิก</button>
|
||||
<button type="button" class="btn btn-primary" onclick="javascript:eva_adjust_postponement_update_status_PutUpdate()">บันทึก</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row page-title">
|
||||
<div class="col-md-5">
|
||||
<div class="page-title">
|
||||
@Configuration["SiteInformation:modulename"]
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
<ol class="breadcrumb" style="">
|
||||
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]">หน้าแรก</a></li>
|
||||
<li class="breadcrumb-item "><a href="@Configuration["SiteInformation:mainsite"]@Configuration["SiteInformation:appsite"]">@Configuration["SiteInformation:modulename"]</a></li>
|
||||
<li class="breadcrumb-item active">eva_adjust_postponement_update_status</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="wrapper">
|
||||
<div class="title"><div class="line"></div>ค้นหา eva_adjust_postponement_update_status</div>
|
||||
<div class="tools">
|
||||
<div class="row">
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_eva_adjust_postponement_update_status_postponement_status_note' for='s_eva_adjust_postponement_update_status_postponement_status_note'>หมายเหตุ</label>
|
||||
<textarea class="form-control" rows="4" cols="50" id="s_eva_adjust_postponement_update_status_postponement_status_note" iLabel="หมายเหตุ" iRequire="true" iGroup="s_eva_adjust_postponement_update_status" title='หมายเหตุ' placeholder='หมายเหตุ'></textarea>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_update_status_DoSearch();">ค้นหา</button>
|
||||
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_update_status_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
|
||||
<button style="display:none;" class="btn btn-info" onclick="javascript:eva_adjust_postponement_update_status_GetSelect('id');">ดึงตัวเลือก</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<table id="eva_adjust_postponement_update_statusTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<!--<th>เลือก</th>-->
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_adjust_postponement_update_status_id'>รหัสอ้างอิง</label></th>
|
||||
<th><label id='h_eva_adjust_postponement_update_status_postponement_status'>สถานะการปรับเลื่อนเงินเดือน</label></th>
|
||||
<th><label id='h_eva_adjust_postponement_update_status_postponement_status_date'>วันที่</label></th>
|
||||
<th><label id='h_eva_adjust_postponement_update_status_postponement_status_by'>ปรับสถานะโดย</label></th>
|
||||
<th><label id='h_eva_adjust_postponement_update_status_postponement_status_note'>หมายเหตุ</label></th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
@section FooterPlaceHolder{
|
||||
<script src="~/js/eva_adjust_postponement_update_status/eva_adjust_postponement_update_status.js"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
eva_adjust_postponement_update_status_InitiateDataTable();
|
||||
eva_adjust_postponement_update_status_InitialForm();
|
||||
SetupValidationRemark("eva_adjust_postponement_update_status");
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user