cqp 4 dias atrás
pai
commit
356cb3148e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      app/Service/U8ThirdPartyService.php

+ 2 - 2
app/Service/U8ThirdPartyService.php

@@ -713,7 +713,7 @@ class U8ThirdPartyService extends Service
        return [true, ''];
        return [true, ''];
    }
    }
 
 
-   public function otherIn($data) {
+   public function otherIn($data) {return [false, '其他入功能关闭'];
         // 1. 基础校验
         // 1. 基础校验
         if (empty($data['warehouseCode'])) return [false, '仓库编码不能为空'];
         if (empty($data['warehouseCode'])) return [false, '仓库编码不能为空'];
         if (empty($data['detail'])) return [false, '明细数据不能为空'];
         if (empty($data['detail'])) return [false, '明细数据不能为空'];
@@ -786,7 +786,7 @@ class U8ThirdPartyService extends Service
         return [true, $result];
         return [true, $result];
     }
     }
 
 
-   public function otherOut($data) {
+   public function otherOut($data) {return [false, '其他出功能关闭'];
         // 1. 基础校验
         // 1. 基础校验
         if (empty($data['warehouseCode'])) return [false, '仓库编码不能为空'];
         if (empty($data['warehouseCode'])) return [false, '仓库编码不能为空'];
         if (empty($data['detail'])) return [false, '明细数据不能为空'];
         if (empty($data['detail'])) return [false, '明细数据不能为空'];