Browse Source

admin page fix

xiaoyu 2 years ago
parent
commit
e6fe434e26

+ 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>