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