Commit a9395699 authored by zhaopeng343's avatar zhaopeng343

提交

parent 3d0c32d2
...@@ -84,7 +84,7 @@ interface SubOrderServiceInterface ...@@ -84,7 +84,7 @@ interface SubOrderServiceInterface
* @return bool * @return bool
*/ */
public function purchaseCompleted($data): bool; public function purchaseCompleted($data): bool;
/** /**
* 1688采购异常订单 修改OA子订单状态 * 1688采购异常订单 修改OA子订单状态
* @param $orderId //oa子订单id * @param $orderId //oa子订单id
...@@ -95,14 +95,16 @@ interface SubOrderServiceInterface ...@@ -95,14 +95,16 @@ interface SubOrderServiceInterface
/** /**
* 1688采购 修改oa子订单 * 1688采购 修改oa子订单
* @param $orderId
* @param $editData * @param $editData
* $editData = [ * $editData = [
* 'logistic_price'=>'物流费用', * [
* 'purchase_price'=>'采购总费用', * 'sub_order_no'=>'oa系统子订单号'
* 'logistic_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