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
cbfb1ca8
Commit
cbfb1ca8
authored
Dec 01, 2022
by
林继鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://git.huaperfect.com/without_auth/meibuyu-rpc
into develop
parents
11d37b98
396c3f04
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
0 deletions
+51
-0
FactoryServiceInterface.php
...ice/Interfaces/OutsideFactory/FactoryServiceInterface.php
+25
-0
ProductionServiceInterface.php
...vice/Interfaces/Production/ProductionServiceInterface.php
+9
-0
SupplierNewServiceInterface.php
...ce/Interfaces/PurchaseNew/SupplierNewServiceInterface.php
+17
-0
No files found.
src/Service/Interfaces/OutsideFactory/FactoryServiceInterface.php
View file @
cbfb1ca8
...
...
@@ -152,4 +152,29 @@ interface FactoryServiceInterface
* DateTime: 2022/11/27 9:23
*/
public
function
processWarehouseRepair
(
$params
);
/**
* 推送供应商数据到工厂系统
* @author Liu lu
* @param $post demo
{
`name` '工厂名称',
`abbreviation` '简称',
`code` '代码',
`manager_id` '管理者id',
`phone` '电话',
`address` '地址',
`score` '平均评分',
`creator_id` '创建人id',
`type_id` '类型',
`remark` '备注',
`can_invoice` '能否开发票,默认为 0,可以开票为 1',
`status` '状态 1:正常 0:停用',
`is_transfer` '能否转派 1:能 0:不能'
}
* @return int 主键id
*/
public
function
pushSupplyDataToFactory
(
$post
);
}
\ No newline at end of file
src/Service/Interfaces/Production/ProductionServiceInterface.php
View file @
cbfb1ca8
...
...
@@ -217,4 +217,13 @@ interface ProductionServiceInterface
*/
public
function
getStockUpDressApproval
(
$code
);
/**
* Notes: 飞书审批回调
* User: carlos
* DateTime: 2022/11/30 19:09
* @param $params
*/
public
function
stockUpDetailCallBack
(
$params
);
}
src/Service/Interfaces/PurchaseNew/SupplierNewServiceInterface.php
View file @
cbfb1ca8
...
...
@@ -44,4 +44,21 @@ interface SupplierNewServiceInterface
* @return array
*/
public
function
supplierMap
();
/**
* 推送供应商数据到采购rpc
* @author Liu lu
* @param $post demo
{
"company_name":"供应商名称",
"company_code":"供应商code",
"type":"3",
"contact_name":"",
"contact_mobile":"",
"create_user_id":""
}
* date 2022-10-26
*/
public
function
pushSupplyDataToPurchase
(
$post
);
}
\ 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