|
@@ -72,7 +72,7 @@ public class OutStoreDetailReportController {
|
|
|
@PreAuthorize("@pms.hasPermission('store-out-store-details-export')")
|
|
|
public void export(HttpServletResponse response, OutStoreFormDTO outStoreFormDTO) {
|
|
|
List<OutStoreFormVO> list = outStoreFormMapper.getOutStoreFormCollect(outStoreFormDTO);
|
|
|
- ExcelUtil.exportResponseDict(response, ExportOutStoreDetailVO.class, BeanConverterUtil.copyListProperties(list, ExportOutStoreDetailVO.class), "出库详情");
|
|
|
+ ExcelUtil.exportResponseDict(response, ExportOutStoreDetailVO.class, BeanConverterUtil.copyListProperties(list, ExportOutStoreDetailVO.class), "出库汇总");
|
|
|
}
|
|
|
|
|
|
}
|