day book table view changes : kdk (31-5-2018)
This commit is contained in:
parent
9a0599ac6b
commit
e96451e3bc
@ -202,7 +202,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table style="width: 100%;" class="table table-hover">
|
||||
<style>
|
||||
table tbody:hover {
|
||||
background: lightgray;
|
||||
/*font-size: 16px;*/
|
||||
}
|
||||
</style>
|
||||
<table style="width: 100%;" class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<!--<th ng-if="dayBookApprovalAccess == '1'">
|
||||
@ -295,7 +301,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-show="p.ORDER_ID == editId">
|
||||
<td colspan="8">
|
||||
<td colspan="12">
|
||||
<form name="Form" id="form" novalidate ng-submit="statusUpdate.submit(Form, myStatusModel)" method="post">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
@ -206,7 +206,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table style="width: 100%;" class="table table-hover">
|
||||
<style>
|
||||
table tbody:hover {
|
||||
background: lightgray;
|
||||
/*font-size: 16px;*/
|
||||
}
|
||||
</style>
|
||||
<table style="width: 100%;" class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<!--<th ng-if="dayBookApprovalAccess == '1'">
|
||||
@ -297,7 +303,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-show="p.ORDER_ID == editId">
|
||||
<td colspan="8">
|
||||
<td colspan="12">
|
||||
<form name="Form" id="form" novalidate ng-submit="statusUpdate.submit(Form, myStatusModel)" method="post">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
@ -112,8 +112,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
|
||||
<table class="table table-hover">
|
||||
<style>
|
||||
table tbody:hover {
|
||||
background: lightgray;
|
||||
/*font-size: 16px;*/
|
||||
}
|
||||
</style>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th ng-click="sort('Date')">Date
|
||||
|
||||
@ -112,8 +112,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
|
||||
<table class="table table-hover">
|
||||
<style>
|
||||
table tbody:hover {
|
||||
background: lightgray;
|
||||
/*font-size: 16px;*/
|
||||
}
|
||||
</style>
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th ng-click="sort('Date')">Date
|
||||
|
||||
@ -184,7 +184,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table style="width: 100%;" class="table table-hover">
|
||||
<style>
|
||||
table tbody:hover {
|
||||
background: lightgray;
|
||||
/*font-size: 16px;*/
|
||||
}
|
||||
</style>
|
||||
<table style="width: 100%;" class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<!--<th ng-if="dayBookApprovalAccess == '1'">
|
||||
@ -277,7 +283,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-show="p.ORDER_ID == editId">
|
||||
<td colspan="8">
|
||||
<td colspan="14">
|
||||
<form name="Form" id="form" novalidate ng-submit="statusUpdate.submit(Form, myStatusModel)" method="post">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
@ -88,8 +88,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
|
||||
<table class="table table-hover">
|
||||
<style>
|
||||
table tbody:hover {
|
||||
background: lightgray;
|
||||
/*font-size: 16px;*/
|
||||
}
|
||||
</style>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th ng-click="sort('Date')">Date
|
||||
|
||||
Loading…
Reference in New Issue
Block a user