stock module - 21-03-2025

This commit is contained in:
vadivelJ96 2025-03-21 09:50:43 +05:30
parent 6dfd459b99
commit f2463d55db
4 changed files with 31 additions and 1 deletions

View File

@ -1300,4 +1300,11 @@ $(document).ready(function () {
$(this).datepicker('show'); // Ensure it opens on focus $(this).datepicker('show'); // Ensure it opens on focus
}); });
}); });
</script>
<script>
$(document).ready(function(){
$('#customizeHeader').select2();
})
</script> </script>

View File

@ -360,7 +360,7 @@ foreach ($period as $day) {
<div class="col"> <div class="col">
<div class="form-group"> <div class="form-group">
<label for="customizeHeader"> Add For This Month </label> <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> <option value="">Select</option>
<?php <?php
foreach($activeDieselMachines as $index => $activeDieselMachine){ ?> foreach($activeDieselMachines as $index => $activeDieselMachine){ ?>
@ -1602,4 +1602,11 @@ foreach ($period as $day) {
}; };
}); });
</script>
<script>
$(document).ready(function(){
$('#customizeHeader').select2();
})
</script> </script>

View File

@ -1534,4 +1534,11 @@ foreach ($period as $day) {
}; };
}); });
</script>
<script>
$(document).ready(function(){
$('#customizeHeader').select2();
})
</script> </script>

View File

@ -319,6 +319,8 @@ foreach ($period as $day) {
data-toggle="modal"> data-toggle="modal">
Customize Customize
</button> </button>
<input type="button" class="btn btn-success px-4" id="saveId" value="save">
<?php <?php
} }
@ -1234,4 +1236,11 @@ foreach ($period as $day) {
}; };
}); });
</script>
<script>
$(document).ready(function(){
$('#customizeHeader').select2();
})
</script> </script>