新增-根据商品信息查询单据

This commit is contained in:
季圣华
2017-09-12 00:13:07 +08:00
parent 92c258bfbd
commit 2c51593e39
18 changed files with 163 additions and 28 deletions

View File

@@ -22,4 +22,6 @@ public interface DepotHeadIService extends BaseIService<DepotHead>
public void findInOutMaterialCount(PageUtil pageUtil,String beginTime,String endTime, String type, Long pid,String dids)throws JshException;
public void findMaterialsListByHeaderId(PageUtil pageUtil,Long headerId)throws JshException;
public void getHeaderIdByMaterial(PageUtil pageUtil,String materialParam)throws JshException;
}