clickup #6zrfkc

This commit is contained in:
Pairat Sangprasert
2021-04-15 16:09:50 +07:00
parent ddb4232254
commit ff22eababb
4 changed files with 25 additions and 13 deletions

View File

@@ -170,7 +170,7 @@ var eva_limit_frame_employee_setupTable = function (result) {
$.each(result, function (index_result, obj_result) {
/*console.log("index_result", index_result);
console.log("obj_result", obj_result);*/
var digits = 2;
var digits = 3;
var currency_salary = coreFormatPrice(obj_result.salary, digits);
var currency_position_allowance = coreFormatPrice(obj_result.position_allowance, digits);
var currency_monthly_remuneration = coreFormatPrice(obj_result.monthly_remuneration, digits);
@@ -179,7 +179,7 @@ var eva_limit_frame_employee_setupTable = function (result) {
obj_result.salary = currency_salary;
obj_result.position_allowance = currency_position_allowance;
obj_result.monthly_remuneration = currency_monthly_remuneration;
obj_result.currency_cost_of_living = currency_cost_of_living
obj_result.cost_of_living = currency_cost_of_living;
/*console.log(obj_result);*/
});