amendment
This commit is contained in:
parent
c04615d0d7
commit
f8c26e3b7b
@ -126,8 +126,8 @@ if(!empty($POMaster))
|
|||||||
|
|
||||||
$ExchangeRateCalculatedon=$Req->ExchangeRateCalculatedon;
|
$ExchangeRateCalculatedon=$Req->ExchangeRateCalculatedon;
|
||||||
$PaymentTerms=$Req->PaymentTerms;
|
$PaymentTerms=$Req->PaymentTerms;
|
||||||
$PayableAT=$Req->PayableAT;
|
// $PayableAT=$Req->PayableAT;
|
||||||
$PaymentDays=$Req->PaymentDays;
|
// $PaymentDays=$Req->PaymentDays;
|
||||||
$StatusName=$Req->StatusName;
|
$StatusName=$Req->StatusName;
|
||||||
|
|
||||||
$Import_DispatchDetails=$Req->Import_DispatchDetails;
|
$Import_DispatchDetails=$Req->Import_DispatchDetails;
|
||||||
@ -1802,7 +1802,7 @@ $('#drpSupplier').change(function() {
|
|||||||
$("#SupAddress").val(obj.Address);
|
$("#SupAddress").val(obj.Address);
|
||||||
//$("#PayableAT").val(obj.PayableAT);
|
//$("#PayableAT").val(obj.PayableAT);
|
||||||
var a=obj.PaymentDays;
|
var a=obj.PaymentDays;
|
||||||
console.log(a);
|
//console.log(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
@ -3079,7 +3079,7 @@ $('.EditImport').click(function(){
|
|||||||
var TotalExp=$('#EdittxtBasicValue').val();
|
var TotalExp=$('#EdittxtBasicValue').val();
|
||||||
//alert(itemRate);
|
//alert(itemRate);
|
||||||
|
|
||||||
//console.log(editQuantity);
|
//console.log(TotalExp);
|
||||||
|
|
||||||
var tr= document.getElementById(userid);
|
var tr= document.getElementById(userid);
|
||||||
var cellval = tr.cells;
|
var cellval = tr.cells;
|
||||||
@ -3127,8 +3127,8 @@ $('.EditImport').click(function(){
|
|||||||
$('#RMCIncludingCustomersPerKG'+userid).val(RMC);
|
$('#RMCIncludingCustomersPerKG'+userid).val(RMC);
|
||||||
$('#TotalValue'+userid).val(TotalExp);
|
$('#TotalValue'+userid).val(TotalExp);
|
||||||
$('#AvailableModvat'+userid).val(AvailaleModvat);
|
$('#AvailableModvat'+userid).val(AvailaleModvat);
|
||||||
var a=parseFloat($('#ProductPrice'+userid).val());
|
//var a=parseFloat($('#TotalValue'+userid).val());
|
||||||
console.log(a);
|
//console.log(a);
|
||||||
populateValueMainFormForEditImportTax();
|
populateValueMainFormForEditImportTax();
|
||||||
|
|
||||||
|
|
||||||
@ -3181,6 +3181,8 @@ var Grossexpenses=$('#Grossexpensesduetocustomduty'+rowid).val()==''?'0.00':$('#
|
|||||||
var Totalvalue=$('#TotalValue'+rowid).val()==''?'0.00':$('#TotalValue'+rowid).val();
|
var Totalvalue=$('#TotalValue'+rowid).val()==''?'0.00':$('#TotalValue'+rowid).val();
|
||||||
//var RMC=$('#RMCIncludingCustomers'+rowid).val()==''?'0.00':$('#RMCIncludingCustomers'+rowid).val();
|
//var RMC=$('#RMCIncludingCustomers'+rowid).val()==''?'0.00':$('#RMCIncludingCustomers'+rowid).val();
|
||||||
|
|
||||||
|
var a=$('#TotalValue'+rowid).val();
|
||||||
|
//console.log(a);
|
||||||
//console.log(Totalvalue);
|
//console.log(Totalvalue);
|
||||||
// console.log(AfterHighseas);
|
// console.log(AfterHighseas);
|
||||||
// console.log(AfterCustomduty);
|
// console.log(AfterCustomduty);
|
||||||
@ -3210,7 +3212,7 @@ TotalOrdervalue=parseFloat(TotalOrdervalue)+parseFloat(Totalvalue);
|
|||||||
|
|
||||||
//TotalRMC=parseFloat(TotalRMC)+parseFloat(RMC);
|
//TotalRMC=parseFloat(TotalRMC)+parseFloat(RMC);
|
||||||
|
|
||||||
//console.log(Totalvalue);
|
//console.log(TotalOrdervalue);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user