diff --git a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java index 5cec74f9..7623258a 100644 --- a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java +++ b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java @@ -1855,6 +1855,8 @@ public class EstimateService { if (estimateRequest.getSchDrawingFlg().indexOf("3") < 0) { safeRemoveSheet(workbook, "割付図・系統図"); safeRemoveSheet(workbook, "架台図"); + safeRemoveSheet(workbook, "P1"); + safeRemoveSheet(workbook, "P2"); } @@ -1874,6 +1876,8 @@ public class EstimateService { safeRemoveSheet(workbook, "割付図・系統図"); safeRemoveSheet(workbook, "架台図"); safeRemoveSheet(workbook, "重量算出シート"); + safeRemoveSheet(workbook, "P1"); + safeRemoveSheet(workbook, "P2"); }else{ safeRemoveSheet(workbook,"見積書."); safeRemoveSheet(workbook, "特異事項"); diff --git a/src/main/resources/template/excel/excel_download_quotation_detail_template.xlsx b/src/main/resources/template/excel/excel_download_quotation_detail_template.xlsx index 66f32a69..836bdd90 100644 Binary files a/src/main/resources/template/excel/excel_download_quotation_detail_template.xlsx and b/src/main/resources/template/excel/excel_download_quotation_detail_template.xlsx differ diff --git a/src/main/resources/template/excel/excel_download_quotation_detail_template2.xlsx b/src/main/resources/template/excel/excel_download_quotation_detail_template2.xlsx index 83ac8bc9..55ca669a 100644 Binary files a/src/main/resources/template/excel/excel_download_quotation_detail_template2.xlsx and b/src/main/resources/template/excel/excel_download_quotation_detail_template2.xlsx differ