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

@ -1301,3 +1301,10 @@ $(document).ready(function () {
}); });
}); });
</script> </script>
<script>
$(document).ready(function(){
$('#customizeHeader').select2();
})
</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){ ?>
@ -1603,3 +1603,10 @@ foreach ($period as $day) {
}); });
</script> </script>
<script>
$(document).ready(function(){
$('#customizeHeader').select2();
})
</script>

View File

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

View File

@ -320,6 +320,8 @@ foreach ($period as $day) {
Customize Customize
</button> </button>
<input type="button" class="btn btn-success px-4" id="saveId" value="save">
<?php <?php
} }
?> ?>
@ -1235,3 +1237,10 @@ foreach ($period as $day) {
}); });
</script> </script>
<script>
$(document).ready(function(){
$('#customizeHeader').select2();
})
</script>