daybook changes
This commit is contained in:
parent
b2680ebf3b
commit
6170b42a11
@ -107,7 +107,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div ng-show="loadingsearch" class="center">
|
<div ng-show="loadingsearch" class="center">
|
||||||
<span style="color: #007AFF;
|
<span style="color: #007AFF;
|
||||||
font-size: 16px;">Loading...</span>
|
font-size: 16px;">Loading...</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="center" ng-show="noRecordFoundSearch">
|
<div class="center" ng-show="noRecordFoundSearch">
|
||||||
|
|||||||
@ -129,7 +129,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="row" ng-if="searchResultLength > 0">
|
<div class="row" ng-if="dataLengthIncome > 0">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<div style="margin: 8px;">
|
<div style="margin: 8px;">
|
||||||
<div style="width: 45px; display: initial;">
|
<div style="width: 45px; display: initial;">
|
||||||
@ -145,7 +145,7 @@
|
|||||||
|
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
|
|
||||||
<table style="width: 1200px;" class="table table-hover" ng-if="searchResultLength > 0">
|
<table style="width: 1200px;" class="table table-hover" ng-if="dataLengthIncome > 0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th ng-click="sort('BranchName')">Branch
|
<th ng-click="sort('BranchName')">Branch
|
||||||
@ -230,7 +230,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="row" ng-if="searchResultLength > 0">
|
<div class="row" ng-if="dataLengthExpense > 0">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
<div style="margin: 8px;">
|
<div style="margin: 8px;">
|
||||||
<div style="width: 45px; display: initial;">
|
<div style="width: 45px; display: initial;">
|
||||||
@ -242,7 +242,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table style="width: 1200px;" class="table table-hover" ng-if="searchResultLength > 0">
|
<table style="width: 1200px;" class="table table-hover" ng-if="dataLengthExpense > 0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th ng-click="sort('BranchName')">Branch
|
<th ng-click="sort('BranchName')">Branch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user