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