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
2a4a3bce
Commit
2a4a3bce
authored
Dec 19, 2022
by
秦俊坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产和采购新增获取对应的成本单价的方法
parent
832535c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
ProductionOrderServiceInterface.php
...Interfaces/Production/ProductionOrderServiceInterface.php
+7
-0
PurchaseInfoServiceInterface.php
...e/Interfaces/PurchaseNew/PurchaseInfoServiceInterface.php
+7
-2
No files found.
src/Service/Interfaces/Production/ProductionOrderServiceInterface.php
View file @
2a4a3bce
...
...
@@ -12,4 +12,11 @@ interface ProductionOrderServiceInterface
*/
public
function
getProductionOrderByFilter
(
array
$filters
,
$columns
=
[
'*'
],
$with
=
[]);
/**
* 根据生产单号获取对应的成本单价
* @param string $productionNo
* @return mixed
*/
public
function
getUnitCostPriceByProductNo
(
string
$productionNo
);
}
src/Service/Interfaces/PurchaseNew/PurchaseInfoServiceInterface.php
View file @
2a4a3bce
...
...
@@ -72,7 +72,12 @@ interface PurchaseInfoServiceInterface
public
function
getPurchaseTimeArrBySku
(
array
$skuArr
)
:
array
;
/**
* 根据对应的批次号和产品 ID 获取对应的采购陈本单价
* @param $batchNo
* @param $productId
* @return mixed
*/
public
function
getProductUnitPriceByBatchNo
(
$batchNo
,
$productId
);
}
\ 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