Browse Source

卖家发票记录地址title显示换行

yangc 8 years ago
parent
commit
16b4338e60

+ 0 - 1
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice.html

@@ -642,7 +642,6 @@
                     </div>
                 </form>
             </div>
-
         </div>
         <!-- 提示框 -->
         <div class="com-del-box" ng-if="showDeleteBox">

+ 7 - 4
src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

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