diff --git a/app/Views/CoatingMachineDetail.php b/app/Views/CoatingMachineDetail.php index be3771dc..95647f77 100644 --- a/app/Views/CoatingMachineDetail.php +++ b/app/Views/CoatingMachineDetail.php @@ -1,9 +1,22 @@ -
@@ -186,10 +198,17 @@
- +
+ + +
+ @@ -209,27 +228,27 @@
-
+
-
-
+
+
- - + + + + +
+ +
+ +
-
- -
- -
- -
- +
@@ -258,18 +277,19 @@ if (!empty($coatingMachineDetails)) { foreach ($coatingMachineDetails as $record) { - ?> + ?> format('d-m-Y'); - if ($dateInMonthDmYFormat === $currentDate) { echo 'style="background: #cef0ad;"';} - ?> - > + $dateInMonthDmYFormat = DateTime::createFromFormat('Y-m-d', $record['date'])->format('d-m-Y'); + if ($dateInMonthDmYFormat === $currentDate) { + echo 'style="background: #cef0ad;"'; + } + ?>> - format('d-m-Y'); - ?> + format('d-m-Y'); + ?> @@ -286,16 +306,16 @@ -     - -     @@ -305,7 +325,7 @@ - @@ -316,20 +336,20 @@
- -
- No Coating Machine Details present in this month -
- + +
+ No Coating Machine Details present in this month +
+ - - - - + + + - - + + + @@ -350,7 +370,7 @@ - + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
logoresico name
one one
one one
one one
one one
Production Batch Card
Customer NameDR Axion India Pvt.Ltd (PCS ROUGH) P.Batch NoMI | 12 | 19 | C
Date19/12/2024ShiftIIIBatch No123
OperatorKUMARANHelpersMURUGESAN
S.NoSandResin SolidHexamineWaterCatalyst Calcium StearatResin Mixing TimeHexamine Mixing TimeCatalyst Mixing TimeTS
SPEC200KG-300KG3KG-6KG450G-900G900G-1800G150G-300G60-120 SEC60-120 SEC180-300 SEC50-60 KG/CM2
13005.0007.301500230606018054.2
23005.0007.301500230606018052.4
+ +
+
+ + +
+
+
- + + + + + + + + + + + + + + + + @@ -702,20 +872,22 @@ function confirmDelete(event) { let result = confirm(` Do you Confirm to Delete the Coating Machine Detail?`); - if (result) { return result; } else { event.preventDefault(); } + if (result) { + return result; + } else { + event.preventDefault(); + } } - - @@ -723,16 +895,16 @@ \ No newline at end of file