瀏覽代碼

订单按钮

lizhen_gitee 3 月之前
父節點
當前提交
2c936e4791
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      application/admin/model/shopro/order/traits/OrderStatus.php

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