Commit 88c2e36a authored by  林继鑫's avatar 林继鑫

订单分派

parent 25782ae3
...@@ -325,7 +325,8 @@ interface FactoryServiceInterface ...@@ -325,7 +325,8 @@ interface FactoryServiceInterface
/** /**
* 查询是否为分派订单信息,返回跟单员、订单类型、合作方式 * 查询是否为分派订单信息,返回跟单员、订单类型、合作方式
* @param $orderNoArr * @param $orderNoArr
* @param int $type //type = 1生产订单、 type = 2服装对账单结算
* @return array * @return array
*/ */
public function getProductionApportionInfo($orderNoArr); public function getProductionApportionInfo($orderNoArr,$type = 1);
} }
\ 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