cqp пре 4 дана
родитељ
комит
356cb3148e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app/Service/U8ThirdPartyService.php

+ 2 - 2
app/Service/U8ThirdPartyService.php

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