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