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