Merge pull request '특이사항 제거 ,excel, pdf' (#270) from dev into dev-deploy
Reviewed-on: #270
This commit is contained in:
commit
6f0d043603
@ -1810,7 +1810,7 @@ public class EstimateService {
|
||||
|
||||
if (estimateRequest.getSchDrawingFlg().indexOf("1") < 0) {
|
||||
safeRemoveSheet(workbook, "見積書");
|
||||
safeRemoveSheet(workbook, "特異事項");
|
||||
// safeRemoveSheet(workbook, "特異事項");
|
||||
|
||||
}
|
||||
|
||||
@ -1833,7 +1833,7 @@ public class EstimateService {
|
||||
|
||||
if ("EXCEL2".equals(estimateRequest.getSchDownload())) {
|
||||
safeRemoveSheet(workbook, "見積書");
|
||||
safeRemoveSheet(workbook, "特異事項");
|
||||
// safeRemoveSheet(workbook, "特異事項");
|
||||
safeRemoveSheet(workbook, "発電シミュレーション");
|
||||
safeRemoveSheet(workbook, "割付図・系統図");
|
||||
safeRemoveSheet(workbook, "架台図");
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -543,18 +543,18 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section2">
|
||||
<table class="mb20">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width:20%;">項目</th>
|
||||
<th>文言</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="noteList_detail">
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!--<div class="section2">-->
|
||||
<!-- <table class="mb20">-->
|
||||
<!-- <thead>-->
|
||||
<!-- <tr>-->
|
||||
<!-- <th style="width:20%;">項目</th>-->
|
||||
<!-- <th>文言</th>-->
|
||||
<!-- </tr>-->
|
||||
<!-- </thead>-->
|
||||
<!-- <tbody id="noteList_detail">-->
|
||||
<!-- </tbody>-->
|
||||
<!-- </table>-->
|
||||
<!--</div>-->
|
||||
<div class="section3">
|
||||
<table class="mb20">
|
||||
<tbody>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user