Commit e56e935c authored by Liu lu's avatar Liu lu

发货表与返修出库表标记已结算

parent 93563d6d
...@@ -177,4 +177,14 @@ interface FactoryServiceInterface ...@@ -177,4 +177,14 @@ interface FactoryServiceInterface
* @return int 主键id * @return int 主键id
*/ */
public function pushSupplyDataToFactory($post); public function pushSupplyDataToFactory($post);
/***
* 账单标记结算
* 发货表与返修出库表标记已结算
* @param $params
* @author Liu lu
* date 2022-12-19
*/
public function billMarkSettled($params);
} }
\ No newline at end of file
...@@ -22,4 +22,16 @@ interface SupplyServiceInterface ...@@ -22,4 +22,16 @@ interface SupplyServiceInterface
*/ */
public function getSupplyByOldId($id,$column=['*'],$sourceType='工厂系统'); public function getSupplyByOldId($id,$column=['*'],$sourceType='工厂系统');
/**
* 获取供应商
* @param array $ids
* @param array $column
* @param string $sourceType
* @return mixed
* @author Liu lu
* date 2022-12-19
*/
public function getSupplyListByRelatedIds(array $ids, $column = ['*'],$sourceType='工厂系统');
} }
\ 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