Ver Fonte

发票管理

hangb há 7 anos atrás
pai
commit
1c7a4908ff

+ 1 - 5
src/main/webapp/resources/js/admin/app.js

@@ -973,7 +973,6 @@
           * 分页获取消息
           */
          var _url = $location.absUrl().toString()
-         console.log(_url)
          if (_url.indexOf('/admin#/index') > -1) {
              $rootScope.newShow = true
          }
@@ -1005,7 +1004,6 @@
                              item.newsType = '财务结算'
                          }
 					 })
-                     console.log(data.content)
                  }, function (response) {
                      toaster.pop('error', '获取消息列表失败');
                  });
@@ -1026,7 +1024,6 @@
           */
          var enIdFilter = $filter('EncryptionFilter');
          $scope.jumpNewsDetail = function(data) {
-         	console.log(data.OrderNumber)
              if (data.type == "APPLY_PAID_TYPE") {
          		window.location.href = 'admin#/check/request_pay/' + data.remark
 			 }
@@ -1034,9 +1031,8 @@
                  window.location.href = '/admin#/trade/order/' + enIdFilter(data.OrderNumber)
              }
              if (data.type == "FINANCIAL_SETTLEMENT_TYPE") {
-                 window.location.href = 'admin#/check/settlement#batchCheckMoney'
+                 window.location.href = 'admin#/check/settlement'
              }
-             console.log(window.location.href)
              adminNews.read({messageId: data.id}, null, function () {
                  adminNews.unreadCount({}, function(data){
                      $scope.unreadCount = data.count;

+ 5 - 2
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice_record.html

@@ -43,7 +43,10 @@
         vertical-align: middle;
         text-align: center;
     }
-    .invoice-com-tab tbody>tr>td:hover a{
+    .invoice-com-tab tbody>tr>td a.invoice-detail{
+        display: block;
+    }
+    .invoice-com-tab tbody>tr>td:hover a.invoice-detail{
         color: #5078cb;
     }
     .invoice-com-tab tbody>tr:hover>td b.invoice-info{
@@ -211,7 +214,7 @@
                             <td ng-bind="item.createTime | date : 'yyyy-MM-dd'"></td>
                             <td><a ng-href="{{'store/' + item.storeid}}" ng-bind="item.sellername" target="_blank"></a></td>
                             <td>
-                                <a ng-href="user#/order/detail/{{orderid | EncryptionFilter}}" ng-repeat="orderid in item.orderids.split(',')" ng-bind="orderid" target="_blank"></a>
+                                <a ng-href="user#/order/detail/{{orderid | EncryptionFilter}}" ng-repeat="orderid in item.orderids.split(',')" ng-bind="orderid" target="_blank" class="invoice-detail"></a>
                             </td>
                             <td ng-bind="item.price"></td>
                             <td style="padding: 0;">

+ 1 - 1
src/main/webapp/resources/view/vendor/modal/invoice_look_modal.html

@@ -63,7 +63,7 @@
     color: #333;
   }
   .modal-body .item-list:first-child a:nth-child(odd){
-    margin-right: 25px;
+    margin-right: 22px;
   }
   .modal-body .item-list:first-child span{
     color: #6c3000 !important ;