|
@@ -248,6 +248,9 @@
|
|
|
.ng-table-pagination .page-a:hover {
|
|
.ng-table-pagination .page-a:hover {
|
|
|
background: #5078cb!important;
|
|
background: #5078cb!important;
|
|
|
}
|
|
}
|
|
|
|
|
+ .vendor-invoice .select-adder {
|
|
|
|
|
+ background-position-x: 113%!important;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
<div class="count user_right fr">
|
|
<div class="count user_right fr">
|
|
|
<div class="count_center">
|
|
<div class="count_center">
|
|
@@ -286,7 +289,7 @@
|
|
|
<th width="90">订单号</th>
|
|
<th width="90">订单号</th>
|
|
|
<th width="90">开票金额(¥)</th>
|
|
<th width="90">开票金额(¥)</th>
|
|
|
<th width="55" class="select-line">
|
|
<th width="55" class="select-line">
|
|
|
- <select class="select-adder form-control" ng-change="billTypeSearch(billType)" ng-model="billType">
|
|
|
|
|
|
|
+ <select class="select-adder form-control" style="position: relative;left: 6px;" ng-change="billTypeSearch(billType)" ng-model="billType">
|
|
|
<option value="1">类型</option>
|
|
<option value="1">类型</option>
|
|
|
<option value="2">普票</option>
|
|
<option value="2">普票</option>
|
|
|
<option value="3">专票</option>
|
|
<option value="3">专票</option>
|
|
@@ -314,7 +317,7 @@
|
|
|
<td ng-bind="item.invoicetype==1206?'普票':'专票'"></td>
|
|
<td ng-bind="item.invoicetype==1206?'普票':'专票'"></td>
|
|
|
<td ng-bind="item.invoicetitle"></td>
|
|
<td ng-bind="item.invoicetitle"></td>
|
|
|
<td ng-bind="item.receiverName"></td>
|
|
<td ng-bind="item.receiverName"></td>
|
|
|
- <td class="address" title="{{item.area+','+item.detailAddr}}">
|
|
|
|
|
|
|
+ <td class="address" title="{{item.area+' '+item.detailAddr}}">
|
|
|
<p ng-bind="item.area"></p>
|
|
<p ng-bind="item.area"></p>
|
|
|
<p ng-bind="item.detailAddr"></p>
|
|
<p ng-bind="item.detailAddr"></p>
|
|
|
</td>
|
|
</td>
|
|
@@ -353,7 +356,7 @@
|
|
|
<th width="90">订单号</th>
|
|
<th width="90">订单号</th>
|
|
|
<th width="90">开票金额(¥)</th>
|
|
<th width="90">开票金额(¥)</th>
|
|
|
<th width="55" class="select-line">
|
|
<th width="55" class="select-line">
|
|
|
- <select class="select-adder form-control" ng-change="billTypeSearch(billType)" ng-model="billType">
|
|
|
|
|
|
|
+ <select class="select-adder form-control" style="position: relative;left: 6px;" ng-change="billTypeSearch(billType)" ng-model="billType">
|
|
|
<option value="1">类型</option>
|
|
<option value="1">类型</option>
|
|
|
<option value="2">普票</option>
|
|
<option value="2">普票</option>
|
|
|
<option value="3">专票</option>
|
|
<option value="3">专票</option>
|
|
@@ -375,7 +378,7 @@
|
|
|
<td ng-bind="item.invoicetype==1206?'普票':'专票'"></td>
|
|
<td ng-bind="item.invoicetype==1206?'普票':'专票'"></td>
|
|
|
<td ng-bind="item.invoicetitle"></td>
|
|
<td ng-bind="item.invoicetitle"></td>
|
|
|
<td ng-bind="item.receiverName"></td>
|
|
<td ng-bind="item.receiverName"></td>
|
|
|
- <td class="address">
|
|
|
|
|
|
|
+ <td class="address" title="{{item.area+' '+item.detailAddr}}">
|
|
|
<p ng-bind="item.area"></p>
|
|
<p ng-bind="item.area"></p>
|
|
|
<p ng-bind="item.detailAddr"></p>
|
|
<p ng-bind="item.detailAddr"></p>
|
|
|
</td>
|
|
</td>
|