|
@ -127,7 +127,7 @@ public class PurchasereceiptRequestMainController { |
|
|
ExcelUtils.write(response, "采购收货申请主.xlsx", "数据", PurchasereceiptRequestMainExcelVO.class, resultList, mapDropDown); |
|
|
ExcelUtils.write(response, "采购收货申请主.xlsx", "数据", PurchasereceiptRequestMainExcelVO.class, resultList, mapDropDown); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@GetMapping("/export-excel-senior") |
|
|
@PostMapping("/export-excel-senior") |
|
|
@Operation(summary = "导出采购收货申请主 Excel") |
|
|
@Operation(summary = "导出采购收货申请主 Excel") |
|
|
@PreAuthorize("@ss.hasPermission('wms:purchasereceipt-request-main:export')") |
|
|
@PreAuthorize("@ss.hasPermission('wms:purchasereceipt-request-main:export')") |
|
|
@OperateLog(type = EXPORT) |
|
|
@OperateLog(type = EXPORT) |
|
|