From 0d0a4a37dfb9f95e3ffa152f26f3cd277d7bc658 Mon Sep 17 00:00:00 2001 From: vadivel J Date: Thu, 26 Sep 2024 15:19:04 +0530 Subject: [PATCH] revenue purchase order bugs fixed --- app/Views/editimportpo.php | 4 +- app/Views/purchaseorder.php | 828 +++++++++++++++++++----------------- 2 files changed, 445 insertions(+), 387 deletions(-) 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)) {
-