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