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