ปรับปรุงทศนิยม 3 ตำแหน่ง เพิ่มเติม และเปิดให้พิมพ์แบบประเมิน กับ แบบข้อตกลง ต่อเนื่องกันได้

This commit is contained in:
Nakorn Rientrakrunchai
2021-03-07 15:18:58 +07:00
parent a40d6d79d0
commit 288a76cd44
5 changed files with 43 additions and 43 deletions

View File

@@ -171,14 +171,14 @@
<table id="eva_evaluation_achievement_processTable" class="display table table-bordered table-striped">
<thead>
<tr>
<th>ลำดับ</th>
<th width="5%">ลำดับ</th>
<th width="60%"><label>ผลสัมฤทธิ์ตัวชี้วัดผลงาน</label></th>
<th><label>น้ำหนัก (%)</label></th>
<th width="8%"><label>น้ำหนัก (%)</label></th>
<th width="10%"><label>คะแนน (ระบุ 1.00-5.00)</label></th>
<th width="10%"><label>รวมคะแนน<br />(น้ำหนัก x คะแนน / 100)</label></th>
<th><label>คะแนน (ระบุ 1.00-5.00)</label></th>
<th><label>รวมคะแนน<br />(น้ำหนัก x คะแนน / 100)</label></th>
</tr>
</thead>
@@ -366,13 +366,15 @@
<div class="row">
<div class="form-group col-md-12">
<button type="button" class="btn btn-danger" onclick="javascript:window_open_from_root('@MyHelper.GetConfig(Configuration, "SiteInformation:mainsite")');"><i class="fa fa-repeat"></i> กลับ</button>
<button id="btna01" type="button" class="btn btn-submit mycontrol01" onclick="javascript:saveAll()">บันทึก</button>
<button id="btna03" type="button" class="btn btn-danger mycontrol01" onclick="javascript:saveStatus('back1')">ตีกลับแบบประเมิน</button>
<button class="btn btn-secondary" onclick="javascript:print_report();">พิมพ์แบบประเมิน</button>
<button id="btna02" type="button" class="btn btn-submit mycontrol01" onclick="javascript:saveStatus('next1')">ส่งแบบประเมิน</button>
<button id="btna03" type="button" class="btn btn-submit mycontrol01" onclick="javascript:saveStatus('back1')">ตีกลับแบบประเมิน</button>
<button id="btna02" type="button" class="btn btn-primary mycontrol01" onclick="javascript:saveStatus('next1')">ส่งแบบประเมิน</button>
</div>
</div>

View File

@@ -628,8 +628,8 @@
eva_idp_plan_InitiateDataTable(id);
eva_idp_plan_InitialForm();
setTimeout(Oneva_evaluation_achievement_process2_scoreChange, 4000);
setTimeout(Oneva_evaluation_behavior_process2_scoreChange, 4000);
setTimeout(Oneva_evaluation_achievement_process2_scoreChange, 3000);
setTimeout(Oneva_evaluation_behavior_process2_scoreChange, 3000);
} else {
eva_create_evaluation_detail_process_SetCreateForm();