stock module - 21-03-2025
This commit is contained in:
parent
6dfd459b99
commit
f2463d55db
@ -1300,4 +1300,11 @@ $(document).ready(function () {
|
||||
$(this).datepicker('show'); // Ensure it opens on focus
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$('#customizeHeader').select2();
|
||||
})
|
||||
|
||||
</script>
|
||||
@ -360,7 +360,7 @@ foreach ($period as $day) {
|
||||
<div class="col">
|
||||
<div class="form-group">
|
||||
<label for="customizeHeader"> Add For This Month </label>
|
||||
<select id="customizeHeader" class="form-control" onchange="addBackToList()">
|
||||
<select id="customizeHeader" class="form-control select2" onchange="addBackToList()">
|
||||
<option value="">Select</option>
|
||||
<?php
|
||||
foreach($activeDieselMachines as $index => $activeDieselMachine){ ?>
|
||||
@ -1602,4 +1602,11 @@ foreach ($period as $day) {
|
||||
};
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$('#customizeHeader').select2();
|
||||
})
|
||||
|
||||
</script>
|
||||
@ -1534,4 +1534,11 @@ foreach ($period as $day) {
|
||||
};
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$('#customizeHeader').select2();
|
||||
})
|
||||
|
||||
</script>
|
||||
@ -319,6 +319,8 @@ foreach ($period as $day) {
|
||||
data-toggle="modal">
|
||||
Customize
|
||||
</button>
|
||||
|
||||
<input type="button" class="btn btn-success px-4" id="saveId" value="save">
|
||||
|
||||
<?php
|
||||
}
|
||||
@ -1234,4 +1236,11 @@ foreach ($period as $day) {
|
||||
};
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$('#customizeHeader').select2();
|
||||
})
|
||||
|
||||
</script>
|
||||
Loading…
Reference in New Issue
Block a user