ปรับปรุง https://app.clickup.com/t/1me7cdm
This commit is contained in:
@@ -178,6 +178,12 @@ function CalculateRemainQuota(m) {
|
||||
}
|
||||
}
|
||||
|
||||
if (new_sarary_with_quota > $("#themax_" + i).val()) {
|
||||
$("#eva_adjust_postponement_detail_quota_02_reward_new2_" + i).text(formatNumber2(new_sarary_with_quota - $("#themax_" + i).val(), 3));
|
||||
} else {
|
||||
$("#eva_adjust_postponement_detail_quota_02_reward_new2_" + i).text(formatNumber2(0, 3));
|
||||
}
|
||||
|
||||
sum_receive_quota += receive_quota;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user