diff --git a/app/Views/editimportpo.php b/app/Views/editimportpo.php index b110c051..82d9c252 100755 --- a/app/Views/editimportpo.php +++ b/app/Views/editimportpo.php @@ -1168,8 +1168,8 @@ if (!empty($getlogpodtl)) {
- - + + diff --git a/app/Views/purchaseorder.php b/app/Views/purchaseorder.php index 4098e38c..8f873b57 100755 --- a/app/Views/purchaseorder.php +++ b/app/Views/purchaseorder.php @@ -657,10 +657,10 @@ if (!empty($INRSYMBOL)) { if (FreightType == "PER TRIP") { $('#TripsValue').show(); - $(this).parent().removeClass('col-md-4').addClass('col-md-2'); + } else { $('#TripsValue').hide(); - $(this).parent().removeClass('col-md-2').addClass('col-md-4'); + } if ($('#Rate').val() != '' && $('#MaterialCode').val() != "0") { selValue = $("#drpFreight").val(); @@ -704,10 +704,10 @@ if (!empty($INRSYMBOL)) { if (FreightType == "PER TRIP") { $('#EditTripsValue').show(); - $(this).parent().removeClass('col-md-4').addClass('col-md-2'); + } else { $('#EditTripsValue').hide(); - $(this).parent().removeClass('col-md-2').addClass('col-md-4'); + } if ($('#EditRate').val() != '' && $('#EditMaterialCode').val() != "0") { selValue = $("#drpEditFreight").val(); @@ -2224,10 +2224,23 @@ if (!empty($INRSYMBOL)) {
+ + + +
+ +
+ +
+
+ + +
+
-
+ @@ -2403,349 +2416,376 @@ if (!empty($INRSYMBOL)) {
-