stock module - 25-03-2025
This commit is contained in:
parent
ca3a8d5ee2
commit
24d23f61ff
@ -461,7 +461,7 @@
|
|||||||
|
|
||||||
<!-- 'td:eq(7)' -->
|
<!-- 'td:eq(7)' -->
|
||||||
<td class="celda_normal" style=" min-width : 200px; max-width:200px;" contenteditable="true">
|
<td class="celda_normal" style=" min-width : 200px; max-width:200px;" contenteditable="true">
|
||||||
<select class="status grade-condition select2 " id="gradeCondition"
|
<select class="status grade-condition select2 "
|
||||||
style=" min-width : 180px; max-width:180px;">
|
style=" min-width : 180px; max-width:180px;">
|
||||||
<option value="">Select</option>
|
<option value="">Select</option>
|
||||||
<option value="wet"
|
<option value="wet"
|
||||||
@ -1630,6 +1630,10 @@ $(document).ready(function() {
|
|||||||
placeholder: "Select",
|
placeholder: "Select",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('.grade-condition').select2({
|
||||||
|
placeholder:"Select",
|
||||||
|
})
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -314,7 +314,7 @@ foreach ($period as $day) {
|
|||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
||||||
|
|
||||||
<form id="changeMonthForm" action="<?= base_url('powerConsumptionDetails'); ?>" method="post">
|
<form id="changeMonthForm" action="<?= base_url('powerConsumptionDetails'); ?>" method="post">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
|||||||
@ -210,7 +210,7 @@
|
|||||||
.table-responsive {
|
.table-responsive {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 500px; /* Adjust as needed */
|
max-height: 700px; /* Adjust as needed */
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -331,31 +331,39 @@ $timeOtions[] = "12:00 AM";
|
|||||||
|
|
||||||
|
|
||||||
<form action="<?= base_url('trpProductionDetails'); ?>" method="post">
|
<form action="<?= base_url('trpProductionDetails'); ?>" method="post">
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-3">
|
<div class="col-2">
|
||||||
<input type="text" name="month" id="month" value="<?php echo "$month" ?>"
|
<input type="text" name="month" id="month" value="<?php echo "$month" ?>"
|
||||||
class="form-control mt-2" data-provide="datepicker"
|
class="form-control mt-2"
|
||||||
data-date-format="M-yyyy" data-date-min-view-mode="1" readonly>
|
style="z-index:30;" readonly>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-2">
|
|
||||||
<button type="submit" class="btn btn-success"> Change Month </button>
|
<div class="col-1 ">
|
||||||
</div>
|
<a href="#" >
|
||||||
<div class="col-md-1"></div>
|
<i class="fa fa-download btn-lg mt-2"
|
||||||
<div class="col-6">
|
style="font-size: x-large;"
|
||||||
<div class="dropdown float-right">
|
id="trpProductionDetailsExport">
|
||||||
<a href="#" class="dropdown-toggle arrow-none" data-toggle="dropdown"
|
</i>
|
||||||
aria-expanded="false">
|
</a>
|
||||||
<i class="mdi mdi-dots-vertical m-0 text-muted h3"></i>
|
|
||||||
</a>
|
</div>
|
||||||
<div class="dropdown-menu dropdown-menu-right">
|
|
||||||
<a class="dropdown-item" data-toggle="modal" data-target="#bs-example-modal-lg">Navigation</a>
|
<div class="col-8">
|
||||||
<a style="cursor:pointer"
|
<!-- right now client is not using this -->
|
||||||
class="dropdown-item" id="trpProductionDetailsExport" href="#">Export</a>
|
<!-- <a class="dropdown-item" data-toggle="modal" data-target="#bs-example-modal-lg">Navigation</a> -->
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
<div class="col-1">
|
||||||
|
|
||||||
|
<input type="button" class="btn btn-success px-4" id="saveId" value="save">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
@ -1302,18 +1310,6 @@ $timeOtions[] = "12:00 AM";
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-12 text-center">
|
|
||||||
<input type="button" class="btn btn-success px-4" id="saveId" value="save">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user