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
43eee149
Commit
43eee149
authored
Apr 29, 2024
by
Liu lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【服装对账单】列表和导出增加“纸质账单号”
parent
9b5995d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
FactoryServiceInterface.php
...ice/Interfaces/OutsideFactory/FactoryServiceInterface.php
+12
-4
No files found.
src/Service/Interfaces/OutsideFactory/FactoryServiceInterface.php
View file @
43eee149
...
...
@@ -358,11 +358,19 @@ interface FactoryServiceInterface
/**
* @param string $paperAccountNo 纸质账单号
* @param string $deliveryNo 发货单号
* @return mixed
* @param array $paperAccountInfo 批量要修改的纸质账单发货单号信息
* @example [
* ['paper_account_no'=>'纸质账单号1','delivery_no'=>'发货单号1'] ,
* ['paper_account_no'=>'纸质账单号2','delivery_no'=>'发货单号2'] ,
* ]
* @return array 返回对应发货单号的是否结算完成信息
* @example [
* '发货单号1'=>true , //true 代表提交成功
* '发货单号2'=>'发货单号已结算,请勿重复提交'
* ]
* @author Liu lu
* date 2024-04-16
*/
public
function
addPaperAccountNo
(
$paperAccountNo
,
$deliveryNo
);
public
function
addPaperAccountNo
(
array
$paperAccountInfo
)
:
array
;
}
\ No newline at end of file
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