edit employee mnor fix - vadivel J

This commit is contained in:
vadivel J 2024-09-20 08:34:42 +05:30
parent 2f7b671ff3
commit c383eb2f61
2 changed files with 7 additions and 7 deletions

View File

@ -2815,27 +2815,27 @@ if (!empty($INRSYMBOL)) {
<div class="modal-body ">
<form action="">
<div class="row">
<div class="col-md-10 m-2 "><strong>Delivery Challan /Inv No</strong>
<div class="col m-2 "><strong>Delivery Challan /Inv No</strong>
<input type="text" name="ChallanInvNo" id="ChallanInvNo" maxlength="12" class="form-control" value="" required onkeypress="return isNumberKey(event)">
</div>
<div class="col-md-10 m-2 "><strong>Delivery Challan /Inv Date</strong>
<div class="col m-2 "><strong>Delivery Challan /Inv Date</strong>
<?php
$data = array('name' => 'Date1', 'value' => set_value('Date1', $CurrentDate), 'id' => 'Date1', 'class' => 'form-control num', 'required' => 'true');
echo form_input($data); ?>
</div>
<div class="col-md-10 m-2 "><strong>Material Received Date</strong>
<div class="col m-2 "><strong>Material Received Date</strong>
<?php
$data = array('name' => 'MRC', 'value' => set_value('MRC', $CurrentDate), 'id' => 'MRC', 'class' => 'form-control num', 'required' => 'true');
echo form_input($data); ?>
</div>
<div class="col-md-10 m-2 "><strong>Vehicle No</strong>
<div class="col m-2 "><strong>Vehicle No</strong>
<input type="text" name="VehicleNo" id="VehicleNo" maxlength="13" class="form-control" value="" required>
</div>
<div class="col-md-10 m-2 "><strong>Courier No</strong>
<div class="col m-2 "><strong>Courier No</strong>
<input type="text" name="CourierNo" id="CourierNo" maxlength="12" class="form-control" value="" required>
</div>
<div class="col-md-10 m-2 " id="QualityChecked"><strong>Is Quality Check Required</strong>
<div class="col m-2 " id="QualityChecked"><strong>Is Quality Check Required</strong>
<div class="radio m-2">
<label><input type="radio" name="Quality" checked="checked" value='0' id="Quality">Yes</label>
</div>

View File

@ -1812,7 +1812,7 @@ if (!empty($EmpDetails)) {
console.log('Form submitted successfully:', response == 'true');
if (response == 'true') {
// window.location.href = '<?php echo base_url("employeeListing"); ?>';
window.location.href = '<?php echo base_url("employeeListing"); ?>';
} else {
alert('Employee details Not Update...');
}