alignment : ps

This commit is contained in:
VE10-Sanjeev 2025-03-11 06:22:24 +00:00
parent e290497f4e
commit cc9163ea45
3 changed files with 32 additions and 32 deletions

View File

@ -1029,8 +1029,8 @@
class="form-control" value="Aadhar" readonly> class="form-control" value="Aadhar" readonly>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Select Aadhar File</label><br> <!-- <label>Select Aadhar File</label> --> <br>
<input type="file" name="emp_file1" class=""> <input type="file" name="emp_file1" class="" style="padding-top:13px;">
</div> </div>
@ -1055,8 +1055,8 @@
class="form-control" value="PAN" readonly> class="form-control" value="PAN" readonly>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Select PAN File</label><br> <!-- <label>Select PAN File</label> --><br>
<input type="file" name="emp_file2" class=""> <input type="file" name="emp_file2" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1083,8 +1083,8 @@
class="form-control" value="Passport" readonly> class="form-control" value="Passport" readonly>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Select Passport File</label><br> <!-- <label>Select Passport File</label> --> <br>
<input type="file" name="emp_file3" class=""> <input type="file" name="emp_file3" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1097,8 +1097,8 @@
class="form-control" value="Bank Passbook" readonly> class="form-control" value="Bank Passbook" readonly>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Select Bank Passbook File</label><br> <!-- <label>Select Bank Passbook File</label> --><br>
<input type="file" name="emp_file4" class=""> <input type="file" name="emp_file4" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1110,8 +1110,8 @@
class="form-control" value="Other Document" > class="form-control" value="Other Document" >
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Select Other Document File </label><br> <!-- <label>Select Other Document File </label>--><br>
<input type="file" name="emp_file5" class=""> <input type="file" name="emp_file5" class="" style="padding-top:13px;">
</div> </div>
</div> </div>

View File

@ -1053,8 +1053,8 @@ if (!empty($EmpDetails)) {
<?php } ?> <?php } ?>
<div class="col-md-4"> <div class="col-md-4">
<label>Update Aadhar File</label><br> <!-- <label>Update Aadhar File</label> --> <br>
<input type="file" name="emp_file1" class="" value=""> <input type="file" name="emp_file1" class="" style="padding-top:13px;" value="">
</div> </div>
</div> </div>
@ -1089,8 +1089,8 @@ if (!empty($EmpDetails)) {
<?php } ?> <?php } ?>
<div class="col-md-4"> <div class="col-md-4">
<label>Update PAN File</label><br> <!-- <label>Update PAN File</label> --> <br>
<input type="file" name="emp_file2" class=""> <input type="file" name="emp_file2" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1126,8 +1126,8 @@ if (!empty($EmpDetails)) {
<?php } ?> <?php } ?>
<div class="col-md-4"> <div class="col-md-4">
<label>Update Passport File</label><br> <!-- <label>Update Passport File</label> --> <br>
<input type="file" name="emp_file3" class=""> <input type="file" name="emp_file3" class="" style="padding-top:13px;">
</div> </div>
@ -1154,8 +1154,8 @@ if (!empty($EmpDetails)) {
<?php } ?> <?php } ?>
<div class="col-md-4"> <div class="col-md-4">
<label>Update Bank Passbook File</label><br> <!-- <label>Update Bank Passbook File</label> --> <br>
<input type="file" name="emp_file4" class=""> <input type="file" name="emp_file4" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1181,8 +1181,8 @@ if (!empty($EmpDetails)) {
<?php } ?> <?php } ?>
<div class="col-md-4"> <div class="col-md-4">
<label>Update Other Document File </label><br> <!-- <label>Update Other Document File </label> --> <br>
<input type="file" name="emp_file5" class=""> <input type="file" name="emp_file5" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1205,8 +1205,8 @@ if (!empty($EmpDetails)) {
maxlength="255" class="form-control" value="Aadhar"> maxlength="255" class="form-control" value="Aadhar">
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Select Aadhar File</label> <!-- <label>Select Aadhar File</label> -->
<input type="file" name="emp_file1" class=""> <input type="file" name="emp_file1" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1227,8 +1227,8 @@ if (!empty($EmpDetails)) {
maxlength="255" class="form-control" value="PAN"> maxlength="255" class="form-control" value="PAN">
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Select PAN File</label> <!-- <label>Select PAN File</label> -->
<input type="file" name="emp_file2" class=""> <input type="file" name="emp_file2" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1254,8 +1254,8 @@ if (!empty($EmpDetails)) {
maxlength="255" class="form-control" value="Passport"> maxlength="255" class="form-control" value="Passport">
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Select Passport File</label> <!-- <label>Select Passport File</label> -->
<input type="file" name="emp_file3" class=""> <input type="file" name="emp_file3" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1269,8 +1269,8 @@ if (!empty($EmpDetails)) {
value="Bank Passbook"> value="Bank Passbook">
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Bank Passbook File</label> <!-- <label>Bank Passbook File</label> -->
<input type="file" name="emp_file4" class=""> <input type="file" name="emp_file4" class="" style="padding-top:13px;">
</div> </div>
</div> </div>
@ -1283,8 +1283,8 @@ if (!empty($EmpDetails)) {
value="Other Document"> value="Other Document">
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<label>Other Document File </label> <!-- <label>Other Document File </label> -->
<input type="file" name="emp_file5" class=""> <input type="file" name="emp_file5" class="" style="padding-top:13px;">
</div> </div>
</div> </div>

View File

@ -143,7 +143,7 @@ if (!empty($Emp)) {
<th class="th">SNo</th> <th class="th">SNo</th>
<th class="th">Material Code</th> <th class="th">Material Code</th>
<th class="th" style="text-align:left !important;">Material Name</th> <th class="th" style="text-align:left !important;">Material Name</th>
<th class="th">Material Category</th> <th class="th" style="text-align:left !important;">Material Category</th>
<th class="th" style="text-align:left !important;">Uom</th> <th class="th" style="text-align:left !important;">Uom</th>
<th class="th" style="text-align:right !important;">Quantity</th> <th class="th" style="text-align:right !important;">Quantity</th>
<th class="th">Action</th> <th class="th">Action</th>
@ -683,7 +683,7 @@ if (!empty($Emp)) {
<td align="center">${temp}</td> <td align="center">${temp}</td>
<td align="center">${materialCode}</td> <td align="center">${materialCode}</td>
<td align="left">${materialName}</td> <td align="left">${materialName}</td>
<td align="center">${categoryName}</td> <td align="left">${categoryName}</td>
<td align="left">${uom}</td> <td align="left">${uom}</td>
<td align="right">${quantity}</td> <td align="right">${quantity}</td>
<td align="center"> <td align="center">