Commit 037ab84f authored by fuyunnan's avatar fuyunnan

添加单号查询入库单数据的

parent 8886172e
......@@ -126,6 +126,16 @@ interface StoreServiceInterface
*/
public function listGroupOrder($sourceNoList, $where = []): array;
/**
* description:根据条件查询入库单信息
* author: fuyunnan
* $condition['warehousing_order_ids'] 入库单ids数组
* @param array $condition 条件
* @return array
* @throws
* Date: 2020/7/11
*/
public function getListInOrder($condition): array;
/**
* description:通过入库单id数组获取产品列表
......@@ -270,5 +280,5 @@ interface StoreServiceInterface
* @throws
* Date: 2020/12/14
*/
public function cancelOrderDeliver($sourceNos, $field):int;
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