出入库报表增加供应商的栏目

This commit is contained in:
季圣华
2017-12-05 23:31:57 +08:00
parent c6792564e3
commit cdd06c3abf
11 changed files with 143 additions and 29 deletions

View File

@@ -17,9 +17,9 @@ public interface DepotHeadIService extends BaseIService<DepotHead>
public void batchSetStatus(Boolean status,String depotHeadIDs);
public void findInDetail(PageUtil pageUtil,String beginTime,String endTime, String type, Long pid,String dids)throws JshException;
public void findInDetail(PageUtil pageUtil,String beginTime,String endTime, String type, Long pid,String dids,Long oId)throws JshException;
public void findInOutMaterialCount(PageUtil pageUtil,String beginTime,String endTime, String type, Long pid,String dids)throws JshException;
public void findInOutMaterialCount(PageUtil pageUtil,String beginTime,String endTime, String type, Long pid,String dids,Long oId)throws JshException;
public void findMaterialsListByHeaderId(PageUtil pageUtil,Long headerId)throws JshException;