Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-rpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-rpc
Commits
d481f1ff
Commit
d481f1ff
authored
Aug 10, 2020
by
fuyunnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改仓库服务批量创建入库单
parent
6a351e25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
1 deletion
+34
-1
StoreServiceInterface.php
src/Service/Interfaces/StoreServiceInterface.php
+34
-1
No files found.
src/Service/Interfaces/StoreServiceInterface.php
View file @
d481f1ff
...
...
@@ -34,7 +34,7 @@ interface StoreServiceInterface
data[master][remark]:备注 (选填)
data[master][status]:2 状态 (选填 不填默认1)
*
* 产品二维数组
* 产品二维数组
data[goods][0][product_id]:16 产品id
data[goods][0][should_cnt]:133 应入数量
data[goods][0][real_cnt]:10 实入数量
...
...
@@ -51,6 +51,39 @@ interface StoreServiceInterface
public
function
createWarehousing
(
array
$data
)
:
array
;
/**
* description:批量创建出库单
* author: fuyunnan
* [
'main' => [
'creator_id' => 1,
'warehouse_id' => 1,
'type' => 5,
],
'products' => [
[
'source_no' => 1,
'product_id' => 1,
'real_cnt' => 1
],
[
'source_no' => 1,
'product_id' => 1,
'real_cnt' => 1
]
]
]
*
* @param array $attributes 提交的数组 或参考yapi http://api.huaperfect.com/project/38/interface/api/6968
* @return array
* @throws
* Date: 2020/8/8
*/
public
function
createBatchWarehousing
(
array
$attributes
)
:
array
;
/**
* description:生产单结束获取统计单号值
* author: fuyunnan
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment