ปรับปรุงสูตรการคำนวณต่างๆ
This commit is contained in:
@@ -129,8 +129,8 @@ function Oneva_adjust_postponement_normal_limit_frameChange(){
|
||||
var limit_frame = $("#eva_adjust_postponement_normal_limit_frame").val();
|
||||
limit_frame = Math.round(limit_frame*100)/100;
|
||||
$("#eva_adjust_postponement_normal_limit_frame").val(limit_frame);
|
||||
// $("#eva_adjust_postponement_normal_limit_quota").val(Math.round( Math.ceil(limit*limit_frame)/1000)*10 );
|
||||
$("#eva_adjust_postponement_normal_limit_quota").maskMoney('mask',Math.round( Math.ceil(limit*limit_frame)/1000)*10 );
|
||||
//$("#eva_adjust_postponement_normal_limit_quota").val(Math.ceil((limit*limit_frame/1000))*10);
|
||||
$("#eva_adjust_postponement_normal_limit_quota").maskMoney('mask',Math.ceil((limit*limit_frame/1000))*10);
|
||||
|
||||
}
|
||||
|
||||
@@ -148,7 +148,6 @@ 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 () {
|
||||
|
||||
Reference in New Issue
Block a user