แก้ไขสูตรการคำนวณ ค่าครองชีพใหม่
This commit is contained in:
@@ -148,7 +148,7 @@ function Oneva_adjust_postponement_normal_percentageChange(){
|
||||
|
||||
function Oneva_adjust_postponement_detail_normal_02_promoted_percentageChanged(){
|
||||
var current_quota = $("#eva_adjust_postponement_normal_limit_quota").val().replace(/[,-]/g,'');
|
||||
|
||||
console.log("yy");
|
||||
var sum_postpone = 0;
|
||||
|
||||
$('#eva_adjust_postponement_detail_normal_02Body tr').each(function () {
|
||||
@@ -167,7 +167,7 @@ function Oneva_adjust_postponement_detail_normal_02_promoted_percentageChanged()
|
||||
$("#eva_adjust_postponement_detail_normal_02_new_sarary_" + i).text(formatNumber(new_salary));
|
||||
|
||||
if(new_salary < 13285){
|
||||
$("#eva_adjust_postponement_detail_normal_02_new_cost_living_" + i).text(1000);
|
||||
$("#eva_adjust_postponement_detail_normal_02_new_cost_living_" + i).text(13285-new_salary);
|
||||
}else{
|
||||
$("#eva_adjust_postponement_detail_normal_02_new_cost_living_" + i).text(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user