stock module - 19-03-2025
This commit is contained in:
parent
e32f0c59bc
commit
8e25ea3841
@ -1571,7 +1571,7 @@ class StockController extends BaseController
|
|||||||
|
|
||||||
$existingDmMap = [];
|
$existingDmMap = [];
|
||||||
foreach ($existingDmRecords as $record) {
|
foreach ($existingDmRecords as $record) {
|
||||||
$existingDmMap[$record['date']][$record['machine_id']] = $record;
|
$existingDmMap [$record['date']] [$record['machine_id']] = $record;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($updateDmDetailsData as $data) {
|
foreach ($updateDmDetailsData as $data) {
|
||||||
|
|||||||
@ -4,9 +4,6 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-table tbody td{
|
|
||||||
padding:3px !important ;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fht-table,
|
.fht-table,
|
||||||
.fht-table thead,
|
.fht-table thead,
|
||||||
@ -231,7 +228,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.side-table tbody td{
|
||||||
|
padding:3px !important ;
|
||||||
|
}
|
||||||
|
|
||||||
|
#meshTableId tbody tr td{
|
||||||
|
padding : 3px !important ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1021,7 +1025,7 @@
|
|||||||
|
|
||||||
<tr >
|
<tr >
|
||||||
<th contenteditable="true"
|
<th contenteditable="true"
|
||||||
style="text-align: center !important;">
|
style="text-align: center !important; width: 250px;">
|
||||||
|
|
||||||
<select class="test-or-approve select2" name="testedBy" id="testedById">
|
<select class="test-or-approve select2" name="testedBy" id="testedById">
|
||||||
<option value="0"> </option>
|
<option value="0"> </option>
|
||||||
@ -1034,8 +1038,8 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
</th>
|
</th>
|
||||||
<th contenteditable="true"
|
<th contenteditable="true"
|
||||||
style="text-align: center !important; ">
|
style="text-align: center !important; width:250px;">
|
||||||
|
|
||||||
<select class="test-or-approve select2" name="approvedBy" id="approvedById">
|
<select class="test-or-approve select2" name="approvedBy" id="approvedById">
|
||||||
<option value="0"> </option>
|
<option value="0"> </option>
|
||||||
@ -1639,6 +1643,8 @@ $(document).ready(function() {
|
|||||||
<script>
|
<script>
|
||||||
$('#labReportSubmitId').click(function(){
|
$('#labReportSubmitId').click(function(){
|
||||||
|
|
||||||
|
$('#loader').show();
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url : "<?php echo base_url('/updateLabReport')?>",
|
url : "<?php echo base_url('/updateLabReport')?>",
|
||||||
type : "POST",
|
type : "POST",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user