Commit a9395699 authored by zhaopeng343's avatar zhaopeng343

提交

parent 3d0c32d2
...@@ -95,14 +95,16 @@ interface SubOrderServiceInterface ...@@ -95,14 +95,16 @@ interface SubOrderServiceInterface
/** /**
* 1688采购 修改oa子订单 * 1688采购 修改oa子订单
* @param $orderId
* @param $editData * @param $editData
* $editData = [ * $editData = [
* [
* 'sub_order_no'=>'oa系统子订单号'
* 'logistic_price'=>'物流费用', * 'logistic_price'=>'物流费用',
* 'purchase_price'=>'采购总费用', * 'purchase_price'=>'采购总费用',
* ] * ]
* ]
* @return array * @return array
*/ */
public function purchaseEdit($orderId,$editData):array ; public function purchaseEdit($editData):array ;
} }
\ 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