| | |
| | | import com.zy.asrs.entity.OrderDetl; |
| | | import com.zy.asrs.entity.StockStatisDTO; |
| | | import com.zy.asrs.entity.WrkDetl; |
| | | import com.zy.asrs.entity.param.StockOutFloorParam; |
| | | import com.zy.asrs.entity.param.StockOutParam; |
| | | import com.zy.asrs.entity.result.StockVo; |
| | | |
| | |
| | | LocDetl selectItem(String locNo, WrkDetl wrkDetl); |
| | | |
| | | LocDetl selectItem(String locNo, StockOutParam.LocDetl locDetl); |
| | | |
| | | LocDetl selectItem(String locNo, StockOutFloorParam.LocDetl locDetl); |
| | | Page<LocDetl> getStockOut(Page<LocDetl> page); |
| | | |
| | | /** |
| | |
| | | */ |
| | | List<String> getSameDetlToday(String matnr, String batch, Integer start, Integer end); |
| | | |
| | | Page<StockStatisDTO> getStockStatis(Page<StockStatisDTO> page); |
| | | Page<LocDetl> getStockStatis(Page<LocDetl> page); |
| | | |
| | | Double getSumAnfme(String matnr); |
| | | |