stock module latest today vadivel J 08-02-2025
This commit is contained in:
parent
2eb60b4816
commit
3e8d9e14cc
@ -97,7 +97,8 @@
|
|||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
._Separador {
|
._Separador {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -111,6 +112,8 @@
|
|||||||
width: 4px;
|
width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*style excel*/
|
/*style excel*/
|
||||||
.excel_cell {
|
.excel_cell {
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
@ -138,7 +141,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.celda_encabezado_general {
|
.celda_encabezado_general {
|
||||||
background-color: #50bbd9;
|
background-color: #50bbd9;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
@ -189,6 +191,9 @@
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
white-space: normal; /* Allows text to wrap */
|
||||||
|
word-wrap: break-word; /* Breaks long words if needed */
|
||||||
|
text-align: center; /* Centers text for better alignment */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Sticky First Column */
|
/* Sticky First Column */
|
||||||
@ -218,7 +223,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -98,7 +98,7 @@
|
|||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
._Separador {
|
._Separador {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -140,9 +140,7 @@
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.celda_encabezado_general {
|
.celda_encabezado_general {
|
||||||
background-color: #50bbd9;
|
background-color: #50bbd9;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
@ -215,10 +213,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
td{
|
td{
|
||||||
min-width: 150px;
|
min-width: 100px;
|
||||||
max-width: 150px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -99,7 +99,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
._Separador {
|
._Separador {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -141,17 +140,14 @@
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.celda_encabezado_general {
|
.celda_encabezado_general {
|
||||||
background-color: #50bbd9;
|
background-color: #50bbd9;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
min-width: 120px;
|
text-align: center;
|
||||||
max-width: 120px;
|
|
||||||
white-space: normal; /* Allows text to wrap */
|
|
||||||
word-wrap: break-word; /* Breaks long words if needed */
|
|
||||||
text-align: center; /* Centers text for better alignment */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.celda_encabezado_total {
|
.celda_encabezado_total {
|
||||||
@ -217,13 +213,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
td{
|
td{
|
||||||
min-width: 150px;
|
min-width: 100px;
|
||||||
max-width: 150px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<div class="content-page">
|
<div class="content-page">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@ -853,10 +852,10 @@
|
|||||||
total: rowCells.eq(4).text().trim()|| ' ',
|
total: rowCells.eq(4).text().trim()|| ' ',
|
||||||
consumption: rowCells.eq(5).text().trim()|| ' ',
|
consumption: rowCells.eq(5).text().trim()|| ' ',
|
||||||
balanceStock: rowCells.eq(6).text().trim()|| ' ',
|
balanceStock: rowCells.eq(6).text().trim()|| ' ',
|
||||||
trpPanelGasConsumption : rowCells.eq(11).text().trim()|| ' ',
|
trpPanelGasConsumption : rowCells.eq(11).text().trim()|| ' ',
|
||||||
trpPhysicalGasConsumption: rowCells.eq(12).text().trim()|| ' ',
|
trpPhysicalGasConsumption : rowCells.eq(12).text().trim()|| ' ',
|
||||||
trpSandProduction : rowCells.eq(13).text().trim()|| ' ',
|
trpSandProduction : rowCells.eq(13).text().trim()|| ' ',
|
||||||
rotaryDrierConsumption : rowCells.eq(14).text().trim()|| ' ',
|
rotaryDrierConsumption : rowCells.eq(14).text().trim()|| ' ',
|
||||||
};
|
};
|
||||||
|
|
||||||
rows.push(rowData);
|
rows.push(rowData);
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.num {
|
.num {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -100,7 +101,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
._Separador {
|
._Separador {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
@ -152,14 +152,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.celda_encabezado_total {
|
.celda_encabezado_total {
|
||||||
background-color: #ffffff !important;
|
background-color:#ffffff !important;
|
||||||
border: 1px solid #ffffff;
|
border: 1px solid #ffffff;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.celda_normal {
|
.celda_normal {
|
||||||
/*background-color: #fff;*/
|
/*background-color: #fff;*/
|
||||||
/* <!-- ad9271 into ffffff brown-light to green-light --> */
|
/* <!-- ad9271 into ffffff brown-light to green-light --> */
|
||||||
@ -173,14 +173,12 @@
|
|||||||
.fht-table thead {
|
.fht-table thead {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 20;
|
z-index: 20; /* Ensure the entire header stays above table rows */
|
||||||
/* Ensure the entire header stays above table rows */
|
background-color: #50bbd9; /* Header background color */
|
||||||
background-color: #50bbd9;
|
|
||||||
/* Header background color */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
z-index: 25;
|
z-index :25 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -189,10 +187,8 @@
|
|||||||
.fht-table thead th {
|
.fht-table thead th {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 11;
|
z-index: 11; /* Higher than table rows but lower than first column */
|
||||||
/* Higher than table rows but lower than first column */
|
background-color: #50bbd9; /* Green background */
|
||||||
background-color: #50bbd9;
|
|
||||||
/* Green background */
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -207,8 +203,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #50bbd9;
|
background-color: #50bbd9;
|
||||||
z-index: 15;
|
z-index: 15; /* Ensures it stays above other cells */
|
||||||
/* Ensures it stays above other cells */
|
|
||||||
border-right: 2px solid #ddd;
|
border-right: 2px solid #ddd;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
@ -216,16 +211,22 @@
|
|||||||
/* Table Wrapper for Scrolling */
|
/* Table Wrapper for Scrolling */
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 500px;
|
max-height: 500px; /* Adjust as needed */
|
||||||
/* Adjust as needed */
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td{
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -98,7 +98,7 @@
|
|||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
._Separador {
|
._Separador {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@ -141,7 +141,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.celda_encabezado_general {
|
.celda_encabezado_general {
|
||||||
background-color: #50bbd9;
|
background-color: #50bbd9;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
@ -217,14 +216,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
td{
|
td{
|
||||||
min-width: 150px;
|
min-width: 100px;
|
||||||
max-width: 150px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user