amendmentpolist table alignment - vadivel.j
This commit is contained in:
parent
e6817e4df6
commit
ffca13aed6
@ -108,7 +108,7 @@
|
||||
<td><?php echo $record->PONO ?></td>
|
||||
<td><?php echo $record->ReqType ?></td>
|
||||
<td><?php echo $record->SupplierName ?></td>
|
||||
<td><?php echo $record->TotalOrderValue ?></td>
|
||||
<td align="center"><?php echo $record->TotalOrderValue ?></td>
|
||||
|
||||
<!-- <td><?php echo $record->StatusName ?></td> -->
|
||||
<td><?php
|
||||
|
||||
@ -1075,7 +1075,7 @@
|
||||
<label>File</label>
|
||||
<input type="file" name="emp_file[]" class="form-control">
|
||||
</div>
|
||||
<div class="col-md-4" style="margin-top: 23px;">
|
||||
<div class="col-md-4" style="margin-top: 32px;">
|
||||
<button type="button" class="btn btn-primary btn-sm a1"
|
||||
onclick="appendFilesFileds()" id="day">
|
||||
Add
|
||||
|
||||
@ -34,7 +34,10 @@ if (!empty($ReqPOType)) {
|
||||
$strReqPOType = $ReqPOType;
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
.btn-soft-primary {
|
||||
color: white;
|
||||
background-color: rgb(42, 206, 150);
|
||||
@ -76,6 +79,11 @@ td {
|
||||
width:15%;
|
||||
}
|
||||
|
||||
.th-Sno{
|
||||
text-align:center !important;
|
||||
width:15%;
|
||||
}
|
||||
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
window.onload = function() {
|
||||
@ -183,7 +191,7 @@ td {
|
||||
<table id="Items" class="table table-striped table-hover mb-0" style="font-size:12px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="th">SNo</th>
|
||||
<th class="th th-Sno" >SNo</th>
|
||||
<th class="th th-materialCode">Material Code</th>
|
||||
<th class="th th-materialName">Material Name</th>
|
||||
<th class="th">Uom</th>
|
||||
@ -201,8 +209,8 @@ td {
|
||||
$index = $index + 1;
|
||||
$materialdesc = isset($record->MaterialDescription) ? $record->MaterialDescription : "";
|
||||
//echo $materialdesc;
|
||||
?>
|
||||
<tr id="<?php echo $index; ?>">
|
||||
?>
|
||||
<tr id="<?php echo $index; ?>">
|
||||
<td align="center"><?php echo $index; ?></td>
|
||||
<input type="hidden" name="<?php echo 'te' . $index ?>" id="<?php echo 'te' . $index ?>" value="<?php echo $record->MaterialCode; ?>" />
|
||||
<input type="hidden" name="<?php echo 'te' . $index ?>" id="<?php echo 'tes' . $index ?>" value="<?php echo $record->Quantity; ?>" />
|
||||
|
||||
11
writable/cache/index.html
vendored
11
writable/cache/index.html
vendored
@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user