|
@@ -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, '明细数据不能为空'];
|