Commit 90c5db42 authored by zhaopeng343's avatar zhaopeng343

提交

parent 2bad7f8a
...@@ -60,5 +60,18 @@ interface SubOrderServiceInterface ...@@ -60,5 +60,18 @@ interface SubOrderServiceInterface
public function getBySourceSite($source): array; public function getBySourceSite($source): array;
/**
* 采购完成修改子订单状态
* @param $orderId //采购子订单id 单个传字符串
* @param $data //修改参数数组
* 参数字段:$data = [
* 'supplier_name'=>供应商,
* 'purchase_price'=>采购总价,
* 'platform_order'=>'采购平台订单号',
* 'domestic_logistics_no'=>物流单号,
* 'domestic_logistics_price'=>物流价格
* ]
* @return mixed
*/
public function purchaseCompleted($orderId, $data): bool;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment