yangc 8 лет назад
Родитель
Сommit
6f6aca0cb8

+ 1 - 0
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_no_invoice_ctrl.js

@@ -61,6 +61,7 @@ define([ 'app/app' ], function(app) {
                     // param.pageParams.sorting = {creattime : "DESC"};
                     param.keyword = $scope.keyword;
                     Order.getOrderOnBillByPersonal(param, function (page) {
+                        $scope.isAllCheck = false;
                         $scope.$$kdnData.totalElements = page.totalElements;
                         if(Number(page.totalElements) > 0) {
                             $scope.$$kdnData.start = Number(page.size) * (Number(page.number) - 1) + 1;

+ 3 - 0
src/main/webapp/resources/view/usercenter/forstore/buyer_no_invoice.html

@@ -153,6 +153,9 @@ body div.ng-table-pager a.page-a {
     background: #5078cb!important;
     color: #fff!important;
 }
+    #checkAll[disabled] + label {
+        cursor: not-allowed;
+    }
 </style>
 <!--右侧主体部分-->
 <div class="user_right fr u_c_invoice">