Ver Fonte

订单按钮

lizhen_gitee há 3 meses atrás
pai
commit
2c936e4791

+ 3 - 3
application/admin/model/shopro/order/traits/OrderStatus.php

@@ -54,7 +54,7 @@ trait OrderStatus
 
                 $dispatchType = $this->getItemDispatchTypes();
                 if (in_array('express', $dispatchType)) {
-                    $btns[] = 'express';        // 查看物流
+                    //$btns[] = 'express';        // 查看物流
                 }
                 $backendBtns[] = 'refund';
                 break;
@@ -64,7 +64,7 @@ trait OrderStatus
 
                 $dispatchType = $this->getItemDispatchTypes();
                 if (in_array('express', $dispatchType)) {
-                    $btns[] = 'express';        // 查看物流
+                    //$btns[] = 'express';        // 查看物流
                 }
                 $btns[] = 'comment';
                 //应该申请售后
@@ -77,7 +77,7 @@ trait OrderStatus
 
                 $dispatchType = $this->getItemDispatchTypes();
                 if (in_array('express', $dispatchType)) {
-                    $btns[] = 'express';        // 查看物流
+                    //$btns[] = 'express';        // 查看物流
                 }
 
                 if ($this->isOffline($data)) {