Commit 6b62b1af authored by Liu lu's avatar Liu lu

发货产品处理rpc

parent 11477e3f
......@@ -48,22 +48,6 @@ interface PurchaseStockServiceInterface
public function warehousingOperation($post):array;
/**
* 已完成记录rpc 已弃用
*
{
"batch_no": "batch_no",
"purchase_no": "1634197133",
"product": [{
"id": 24,
"completed_num":22 //已完成数量
}]
}
* @param $post
* @return array
*/
public function completeOperation($post):array;
/**
* 退款记录rpc
......@@ -91,18 +75,22 @@ interface PurchaseStockServiceInterface
/**
* 产品开发退换货
* 发货产品处理
* @param $post
* {
"product_dev_no":"新品开发单",
"child_sku":"仓库子产品sku",
"type":"Return | Exchange (退货|换货)类型",
"num":"退换货数量",
"logistics_no":"物流单号"
}
{
"logistics_no": "物流单号",
"source_type":"product-dev",
"operate_user":"操作人名",
"type": "Return(退货)| Exchange (换货) | Receipt(签收)",
"detail": [{
"source_no": "来源单号",
"child_sku": "仓库子产品sku",
"num": "退换货数量"
}]
}
* @return true | string (error_msg)
*/
public function returnOrExchangeProducts($post);
public function deliveryProductsDeal($post);
}
\ 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