소스 검색

admin page fix

xiaoyu 2 년 전
부모
커밋
e6fe434e26
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 2
      admin/control/ordersendlist.php
  2. 1 1
      admin/templates/default/refill.order.exception.php

+ 1 - 2
admin/control/ordersendlist.php

@@ -726,8 +726,7 @@ class ordersendlistControl extends SystemControl
     public function order_exceptionOp()
     {
         $mod_except = Model('refill_exception');
-        $cond['except_state'] = 0;
-
+        $_GET['except_state'] = $_GET['except_state'] ?? 0;
 
         if (!empty($_GET['order_sns'])) {
             $order_sns = rtrim($_GET['order_sns'],',');

+ 1 - 1
admin/templates/default/refill.order.exception.php

@@ -114,7 +114,7 @@
                         <span><i class="icon-edit"></i>拷贝订单号</span>
                     </a>
                     <a href="#" class="btns"  id="hHandled">
-                        <span><i class="icon-edit"></i>批量设置为已处理</span>
+                        <span><i class="icon-edit"></i>批量标记为已处理</span>
                     </a>
                 </td>
             </tr>