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
a01e94b4
Commit
a01e94b4
authored
Dec 01, 2022
by
Liu lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新供应商系统推送数据到采购系统或外工厂系统
parent
b11b6fc3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
FactoryServiceInterface.php
...ice/Interfaces/OutsideFactory/FactoryServiceInterface.php
+25
-0
SupplierNewServiceInterface.php
...ce/Interfaces/PurchaseNew/SupplierNewServiceInterface.php
+17
-0
No files found.
src/Service/Interfaces/OutsideFactory/FactoryServiceInterface.php
View file @
a01e94b4
...
@@ -152,4 +152,29 @@ interface FactoryServiceInterface
...
@@ -152,4 +152,29 @@ interface FactoryServiceInterface
* DateTime: 2022/11/27 9:23
* DateTime: 2022/11/27 9:23
*/
*/
public
function
processWarehouseRepair
(
$params
);
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/PurchaseNew/SupplierNewServiceInterface.php
View file @
a01e94b4
...
@@ -44,4 +44,21 @@ interface SupplierNewServiceInterface
...
@@ -44,4 +44,21 @@ interface SupplierNewServiceInterface
* @return array
* @return array
*/
*/
public
function
supplierMap
();
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