| | |
| | | |
| | | import com.baomidou.mybatisplus.plugins.Page; |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.core.common.R; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.asrs.entity.result.LocDetlAll; |
| | | import com.zy.asrs.entity.result.LocDetlDTO; |
| | | import com.zy.asrs.entity.result.StockVo; |
| | | |
| | | import java.util.List; |
| | |
| | | List<LocDetl> queryStockViewMerge(String locNo); |
| | | |
| | | Page<LocDetl> getStockStatis(Page<LocDetl> page); |
| | | Page<LocDetlAll> getStockStatisAll(Page<LocDetlAll> page); |
| | | |
| | | Double sumAll(); |
| | | |
| | | Double getSumAnfme(String matnr); |
| | | |
| | |
| | | |
| | | //通过订单号、物料号、物料名称、规格、库位号进行模糊搜索 |
| | | List<LocDetl> searchByLike(String orderNo, String matnr, String maktx, String specs, String locNo); |
| | | |
| | | List<LocDetlAll> selectAllOwner(LocDetlDTO locDetlDTO); |
| | | List<LocDetlAll> selectAllPyment(LocDetlDTO locDetlDTO); |
| | | |
| | | int selectAllCount(LocDetlDTO locDetlDTO); |
| | | int selectAllPymentcount(LocDetlDTO locDetlDTO); |
| | | |
| | | String selectLocNoF(String locNo); |
| | | } |