stock module latest today vadivel J 21-01-2025
This commit is contained in:
parent
57a23db796
commit
38bedb03f0
@ -1421,6 +1421,9 @@ class StockController extends BaseController
|
||||
$data['month'] = $formattedDate;
|
||||
|
||||
|
||||
// return $this->response->setJSON($data);
|
||||
|
||||
|
||||
return $this->loadViews("trpProductionStockDetails", $this->global, $data, NULL);
|
||||
|
||||
|
||||
|
||||
@ -592,7 +592,7 @@
|
||||
<!-- td:eq(14) -->
|
||||
<td class="celda_normal trpProductionStock"
|
||||
data-id="">
|
||||
<?php $trpPhysicalGasPerTon = $trpProductionDetail['trpPhysicalGasPerTon'] ?>
|
||||
<?= $trpPhysicalGasPerTon = $trpProductionDetail['trpPhysicalGasPerTon'] ?>
|
||||
</td>
|
||||
|
||||
|
||||
@ -715,8 +715,8 @@
|
||||
<!-- Hindhuja -->
|
||||
<!-- td:eq(30) -->
|
||||
<td class="celda_normal trpProductionStock"
|
||||
data-id="">
|
||||
<? $trpProductionDetail['Als_crs'] ?>
|
||||
data-id="">
|
||||
<?= $trpProductionDetail['ALs_crs'] ?>
|
||||
</td>
|
||||
|
||||
<!-- Nemak -->
|
||||
@ -730,21 +730,21 @@
|
||||
<td class="celda_normal trpProductionStock"
|
||||
data-id=""
|
||||
contenteditable="true">
|
||||
<? $trpProductionDetail['ME_crs'] ?>
|
||||
<?= $trpProductionDetail['ME_crs'] ?>
|
||||
</td>
|
||||
<!-- BI -->
|
||||
<!-- td:eq(33) -->
|
||||
<td class="celda_normal trpProductionStock"
|
||||
data-id=""
|
||||
contenteditable="true">
|
||||
<? $trpProductionDetail['BI_crs'] ?>
|
||||
<?= $trpProductionDetail['BI_crs'] ?>
|
||||
</td>
|
||||
<!-- Karmen -->
|
||||
<!-- td:eq(34) -->
|
||||
<td class="celda_normal trpProductionStock"
|
||||
data-id=""
|
||||
contenteditable="true">
|
||||
<? $trpProductionDetail['Karmen_crs'] ?>
|
||||
<?= $trpProductionDetail['Karmen_crs'] ?>
|
||||
</td>
|
||||
|
||||
<!-- waterReceipt -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user