No Drier machine details present for this month..!!
+
+
+
+
+
+
@@ -779,9 +793,6 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
if (qtyPerHrs && qtyPerHrs != NaN && qtyPerHrs != Infinity)
tr.find('td:eq(11)').text(qtyPerHrs.toFixed(3));
-
-
-
}
}
@@ -907,12 +918,12 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
$('#drierTable').find('tbody tr').each(function() {
const rowCells = $(this).find('td');
- let tableDate = rowCells.eq(0).text(); // prints every date in the month from 1 to 30 .
+ let tableDate = rowCells.eq(0).text();
let result = checkDateRange(fromDate,toDate,tableDate);
if (result) {
- $(this).show(); // Show the row if the date is within range
+ $(this).show();
} else {
- $(this).hide(); // Hide the row if the date is out of range
+ $(this).hide();
}
});
diff --git a/app/Views/incomingSilicaSandDetails.php b/app/Views/incomingSilicaSandDetails.php
index f8eb9b83..1070b34b 100644
--- a/app/Views/incomingSilicaSandDetails.php
+++ b/app/Views/incomingSilicaSandDetails.php
@@ -370,7 +370,7 @@
-