Commit 595e1394 authored by fuyunnan's avatar fuyunnan

取消订单rpc的修改入库单入库问题

parent bafc94c7
...@@ -260,4 +260,15 @@ interface StoreServiceInterface ...@@ -260,4 +260,15 @@ interface StoreServiceInterface
* Date: 2020/12/7 * Date: 2020/12/7
*/ */
public function delExOrderList($sourceNo): int; public function delExOrderList($sourceNo): int;
/**
* description:订单通知取消更改字段 不在生成出库单
* author: fuyunnan
* @param string $sourceNos 来源单号
* @param array $field 修改字段
* @return int
* @throws
* Date: 2020/12/14
*/
public function cancelOrderDeliver($sourceNos, $field):int;
} }
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