stock module latest today vadivel J 21-01-2025

This commit is contained in:
vadivelJ96 2025-01-21 09:29:44 +05:30
parent 57a23db796
commit 38bedb03f0
2 changed files with 9 additions and 6 deletions

View File

@ -1421,6 +1421,9 @@ class StockController extends BaseController
$data['month'] = $formattedDate; $data['month'] = $formattedDate;
// return $this->response->setJSON($data);
return $this->loadViews("trpProductionStockDetails", $this->global, $data, NULL); return $this->loadViews("trpProductionStockDetails", $this->global, $data, NULL);

View File

@ -592,7 +592,7 @@
<!-- td:eq(14) --> <!-- td:eq(14) -->
<td class="celda_normal trpProductionStock" <td class="celda_normal trpProductionStock"
data-id=""> data-id="">
<?php $trpPhysicalGasPerTon = $trpProductionDetail['trpPhysicalGasPerTon'] ?> <?= $trpPhysicalGasPerTon = $trpProductionDetail['trpPhysicalGasPerTon'] ?>
</td> </td>
@ -716,7 +716,7 @@
<!-- td:eq(30) --> <!-- td:eq(30) -->
<td class="celda_normal trpProductionStock" <td class="celda_normal trpProductionStock"
data-id=""> data-id="">
<? $trpProductionDetail['Als_crs'] ?> <?= $trpProductionDetail['ALs_crs'] ?>
</td> </td>
<!-- Nemak --> <!-- Nemak -->
@ -730,21 +730,21 @@
<td class="celda_normal trpProductionStock" <td class="celda_normal trpProductionStock"
data-id="" data-id=""
contenteditable="true"> contenteditable="true">
<? $trpProductionDetail['ME_crs'] ?> <?= $trpProductionDetail['ME_crs'] ?>
</td> </td>
<!-- BI --> <!-- BI -->
<!-- td:eq(33) --> <!-- td:eq(33) -->
<td class="celda_normal trpProductionStock" <td class="celda_normal trpProductionStock"
data-id="" data-id=""
contenteditable="true"> contenteditable="true">
<? $trpProductionDetail['BI_crs'] ?> <?= $trpProductionDetail['BI_crs'] ?>
</td> </td>
<!-- Karmen --> <!-- Karmen -->
<!-- td:eq(34) --> <!-- td:eq(34) -->
<td class="celda_normal trpProductionStock" <td class="celda_normal trpProductionStock"
data-id="" data-id=""
contenteditable="true"> contenteditable="true">
<? $trpProductionDetail['Karmen_crs'] ?> <?= $trpProductionDetail['Karmen_crs'] ?>
</td> </td>
<!-- waterReceipt --> <!-- waterReceipt -->