per value
This commit is contained in:
parent
f0858cd554
commit
2932e31295
@ -1666,7 +1666,7 @@ function addNewImportPurchaseOrder()
|
||||
$FreightAmount=$this->input->post('AfterFreightValue'.$i);
|
||||
|
||||
$per=$this->input->post('Per'.$i);
|
||||
echo $per;
|
||||
// echo $per;
|
||||
//die();
|
||||
$LineItemNo = '';
|
||||
//echo "sdsfsd";
|
||||
|
||||
@ -5127,20 +5127,25 @@ $("#editimportpomodel").on("shown.bs.modal", function(e) {
|
||||
|
||||
var FreightType = $('#drpeditFreight').val();
|
||||
|
||||
// var type=
|
||||
|
||||
|
||||
if (FreightType == "PER TRIP")
|
||||
{
|
||||
|
||||
$('#editTripsValue').show();
|
||||
///salert();
|
||||
$('#EditTripsValue').show();
|
||||
}
|
||||
|
||||
|
||||
else
|
||||
{
|
||||
$('#editTripsValue').hide();
|
||||
$('#EditTripsValue').hide();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$('#EditTotalOrderValue').val(cellval[6].innerHTML);
|
||||
$("#EditMaterialCode").empty();
|
||||
var Material = <?php echo json_encode($MaterialList, JSON_PRETTY_PRINT) ?>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user