แก้ไข op 3550, 3567, 3568
This commit is contained in:
@@ -72,13 +72,13 @@
|
||||
<ol class="breadcrumb" style="">
|
||||
<li class="breadcrumb-item "><a href="@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")">หน้าแรก</a></li>
|
||||
<li class="breadcrumb-item "><a href="@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")@MyHelper.GetConfig(Configuration, "SiteInformation:appsite")">@Environment.GetEnvironmentVariable("SiteInformation_modulename")</a></li>
|
||||
<li class="breadcrumb-item active">วงเงินที่กันไว้</li>
|
||||
<li class="breadcrumb-item active">วงเงินส่วนที่กันไว้</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="wrapper">
|
||||
<div class="title"><div class="line"></div>วงเงินที่กันไว้</div>
|
||||
<div class="title"><div class="line"></div>วงเงินส่วนที่กันไว้</div>
|
||||
<div class="tools">
|
||||
<div class="row">
|
||||
|
||||
@@ -93,26 +93,28 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_quota_DoSearch();">ค้นหา</button>
|
||||
<br />
|
||||
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_quota_DoSearch();"><i class="fa fa-search" style="font-size: 14px;"></i> ค้นหา</button>
|
||||
<button class="btn btn-info" onclick="javascript:eva_adjust_postponement_quota_GoCreate();"><i class="fa fa-plus" style="font-size: 14px;"></i> เพิ่มรายการ</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div style="overflow-x: auto;">
|
||||
<table id="eva_adjust_postponement_quotaTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_adjust_postponement_quota_fiscal_year'>ปีงบประมาณ </label></th>
|
||||
<th><label id='h_eva_adjust_postponement_quota_theDate'>วันที่เลื่อน</label></th>
|
||||
<th><label id='h_eva_adjust_postponement_quota_theRound'>ครั้งที่เลื่อน</label></th>
|
||||
<th><label id='h_eva_adjust_postponement_quota_command_no'>เลขที่คำสั่ง</label></th>
|
||||
|
||||
<table id="eva_adjust_postponement_quotaTable" class="display table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>เครื่องมือ</th>
|
||||
<th><label id='h_eva_adjust_postponement_quota_fiscal_year'>ปีงบประมาณ </label></th>
|
||||
<th><label id='h_eva_adjust_postponement_quota_theDate'>วันที่เลื่อน</label></th>
|
||||
<th><label id='h_eva_adjust_postponement_quota_theRound'>ครั้งที่เลื่อน</label></th>
|
||||
<th><label id='h_eva_adjust_postponement_quota_command_no'>เลขที่คำสั่ง</label></th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@section FooterPlaceHolder{
|
||||
|
||||
Reference in New Issue
Block a user