Commit 30abe1aa authored by 王源's avatar 王源 🎧

Revert "Revert "提交""

parent 50443faf
......@@ -60,5 +60,21 @@ interface SubOrderServiceInterface
public function getBySourceSite($source): array;
/**
* 订单采购完成 修改子订单信息 ---1688采购系统使用
* @param $data //修改参数数组(二维数组)
* 参数字段:$data = [
* 'sub_order_no'=>[oa子订单编号1,oa子订单编号2],
* 'data' => [
* 'supplier_name'=>供应商,
* 'purchase_price'=>采购总价,
* 'platform_order'=>'采购平台订单号',
* 'domestic_logistics_no'=>物流单号,
* 'domestic_logistics_price'=>物流价格
* ],
* ]
* @return bool
*/
public function purchaseCompleted($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