|
@@ -230,8 +230,8 @@ public class CwReimbursementInfoController {
|
|
|
@GetMapping("exportInvoiceReimbursementFile")
|
|
|
@ApiOperation(value = "财务电子发票报销数据")
|
|
|
public void exportInvoiceReimbursementFile(QueryListDto cwDTO, Page <RetureListDto> page, ExcelOptions options, HttpServletResponse response) throws Exception {
|
|
|
- String fileName = "财务电子发票报销数据表";
|
|
|
- String sheetName = "财务电子发票报销列表";
|
|
|
+ String fileName = "财务数电发票报销数据表";
|
|
|
+ String sheetName = "财务数电发票报销列表";
|
|
|
List<RetureListDto> result = new ArrayList<>();
|
|
|
if ( com.jeeplus.common.excel.ExportMode.current.equals ( options.getMode() ) ) {
|
|
|
result = service.list (page,cwDTO).getRecords();
|
|
@@ -276,8 +276,8 @@ public class CwReimbursementInfoController {
|
|
|
@GetMapping("exportInvoiceReimbursementFile2")
|
|
|
@ApiOperation(value = "财务电子发票报销数据")
|
|
|
public void exportInvoiceReimbursementFile2(QueryListDto cwDTO, Page <RetureListDto> page, ExcelOptions options, HttpServletResponse response) throws Exception {
|
|
|
- String fileName = "财务电子发票报销数据表";
|
|
|
- String sheetName = "财务电子发票报销列表";
|
|
|
+ String fileName = "数电发票报销数据表";
|
|
|
+ String sheetName = "数电发票报销列表";
|
|
|
List<RetureListDto> result = new ArrayList<>();
|
|
|
if ( com.jeeplus.common.excel.ExportMode.current.equals ( options.getMode() ) ) {
|
|
|
result = service.list2 (page,cwDTO).getRecords();
|