Browse Source

第三次验收修改2

yangc 8 years ago
parent
commit
75e482085f

+ 1 - 1
src/main/webapp/resources/view/usercenter/modal/apply-invoice.html

@@ -67,7 +67,7 @@
     margin: 0 auto;
     height: 35px;
     line-height: 35px;
-    background: #f2f2f2;
+    background: #eceaea;
     text-align: right;
     padding-right: 20px;
     font-size: 14px;

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

@@ -314,7 +314,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+','+item.detailAddr}}">
                             <p ng-bind="item.area"></p>
                             <p ng-bind="item.detailAddr"></p>
                         </td>