| | |
| | | |
| | | int deletePro(ProcurementUpdateDto procurementDto); |
| | | |
| | | void export(HttpServletResponse response); |
| | | void export(HttpServletResponse response,Integer type); |
| | | |
| | | int updateManagement(ProcurementManagementUpdateDto procurementDto); |
| | | |
| | | void exportCopy(HttpServletResponse response); |
| | | void exportCopy(HttpServletResponse response,Integer type); |
| | | |
| | | void exportCopyTwo(HttpServletResponse response,Integer type); |
| | | |
| | | Map<String, Object> getReportList(Page page, ProcurementPageDto procurementDto); |
| | | |
| | |
| | | IPage<ProcurementPageDtoCopy> listPageCopyByProduction(Page page, ProcurementPageDto procurementDto); |
| | | |
| | | IPage<CustomStorage> listPageCopyByCustom(Page page, CustomStorage customStorage); |
| | | |
| | | AjaxResult updateCustom(CustomStorage customStorage); |
| | | |
| | | AjaxResult deleteCustom(List<Long> ids); |
| | | } |