Commit e56e935c authored by Liu lu's avatar Liu lu
Browse files

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

parent 93563d6d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -177,4 +177,14 @@ interface FactoryServiceInterface
     * @return int 主键id
     */
    public function pushSupplyDataToFactory($post);


    /***
     * 账单标记结算
     * 发货表与返修出库表标记已结算
     * @param $params
     * @author Liu lu
     * date 2022-12-19
     */
    public function billMarkSettled($params);
}
 No newline at end of file
+12 −0
Original line number Diff line number Diff line
@@ -22,4 +22,16 @@ interface SupplyServiceInterface
     */
    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