assigned issues fixes
This commit is contained in:
parent
05279adb07
commit
e092f3967b
@ -7,10 +7,7 @@
|
||||
|
||||
}
|
||||
|
||||
.th-status{
|
||||
|
||||
text-align:center !important;
|
||||
}
|
||||
.th-status{}
|
||||
|
||||
.modal-dialog-centered {
|
||||
display: flex;
|
||||
@ -317,7 +314,7 @@
|
||||
<th class="th-poLineItems">Po Line Items</th>
|
||||
<th class="th-PartialPolineItems">Partial PO Line Items</th>
|
||||
<th class="th-reqNewlineItems">New Line Items</th>
|
||||
<th class="th-status">Status</th>
|
||||
<th align="left">Status</th>
|
||||
<th class="th-department">Department</th>
|
||||
<th class="th-designation">Designation</th>
|
||||
</tr>
|
||||
@ -346,8 +343,7 @@
|
||||
<td align="center"><?php echo $record->PolineItems; ?></td>
|
||||
<td align="center"><?php echo $record->PartilallyLineItems; ?></td>
|
||||
<td align="center"><?php echo $record->newLineItem; ?></td>
|
||||
|
||||
<td align="center"><?php echo $record->StatusName; ?></td>
|
||||
<td align="left" style="padding-left: 0.7%;"><?php echo strtoupper($record->StatusName); ?></td>
|
||||
<td align="center"><?php echo $record->DepartmentName; ?></td>
|
||||
<td><?php echo $record->Designation; ?></td>
|
||||
</tr>
|
||||
|
||||
@ -25,7 +25,8 @@
|
||||
<div class="col-12">
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<table id="datatable" class="table dt-responsive nowrap w-100 ria_data_table">
|
||||
<table id="datatable" class="table table-hover dt-responsive nowrap w-100" style="background-color:#fff;">
|
||||
<!-- <table id="datatable" class="table dt-responsive nowrap w-100 ria_data_table"> any doubts ask about datable plugin ask VV-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="15%">Employee</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user