Debug Report
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="@env.EnvironmentName">
|
||||
<meta name="description" content="
|
||||
@Environment.GetEnvironmentVariable("JasperReportServer_MainURL")
|
||||
@Environment.GetEnvironmentVariable("JasperReportServer_reportsite")
|
||||
@Environment.GetEnvironmentVariable("JasperReportServer_username")
|
||||
">
|
||||
<title>@Environment.GetEnvironmentVariable("SiteInformation_sitename")</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
||||
@@ -276,6 +276,8 @@
|
||||
<div class="row">
|
||||
<div class="form-group col-md-12">
|
||||
<button type="button" class="btn btn-submit" onclick="javascript:eva_create_evaluation_detail_status_PutUpdate('next0')">ส่งข้อตกลงการประเมิน</button>
|
||||
<button type="button" class="btn btn-submit" onclick="javascript:alert('บันทึกเรียบร้อย')">บันทึก</button>
|
||||
<button type="button" class="btn btn-outline" onclick="javascript:window_close()" style="background-color: #fff;">ยกเลิก</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -24,19 +24,19 @@
|
||||
<div class="tools">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="row">
|
||||
<div class="row">
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_rep_eva01_org_id' for='s_rep_eva01_org_id'>หน่วยงาน</label>
|
||||
<select class="form-control" id="s_rep_eva01_org_id" iLabel="หน่วยงาน" iRequire="true" iGroup="s_rep_eva01" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_rep_eva01_org_id' for='s_rep_eva01_org_id'>หน่วยงาน</label>
|
||||
<select class="form-control" id="s_rep_eva01_org_id" iLabel="หน่วยงาน" iRequire="true" iGroup="s_rep_eva01" title='หน่วยงาน' placeholder='หน่วยงาน'></select>
|
||||
</div>
|
||||
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_rep_eva01_round_id' for='s_rep_eva01_round_id'>รอบการประเมิน</label>
|
||||
<select class="form-control" id="s_rep_eva01_round_id" iLabel="รอบการประเมิน" iRequire="true" iGroup="s_rep_eva01" title='รอบการประเมิน' placeholder='รอบการประเมิน'></select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
<label id='lab_s_rep_eva01_round_id' for='s_rep_eva01_round_id'>รอบการประเมิน</label>
|
||||
<select class="form-control" id="s_rep_eva01_round_id" iLabel="รอบการประเมิน" iRequire="true" iGroup="s_rep_eva01" title='รอบการประเมิน' placeholder='รอบการประเมิน'></select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<button class="btn btn-info" onclick="javascript:rep_eva01_DoSearch('pdf');">แสดงรายงาน</button>
|
||||
@@ -45,7 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<br/>
|
||||
<br />
|
||||
<iframe id="report_result" style="display:none; height:500px; width:100%;"></iframe>
|
||||
|
||||
@section FooterPlaceHolder{
|
||||
|
||||
Reference in New Issue
Block a user