견적서 PDF 특이사항 줄바꿈 처리
This commit is contained in:
parent
07d042fb7f
commit
68c4ad6a6a
@ -1932,6 +1932,7 @@ public class EstimateService {
|
|||||||
sb.append(
|
sb.append(
|
||||||
"<td style='text-align:left;'>"
|
"<td style='text-align:left;'>"
|
||||||
+ StringUtils.defaultString(noteResponse.getRemarks())
|
+ StringUtils.defaultString(noteResponse.getRemarks())
|
||||||
|
.replaceAll("\r\n|\r|\n", "<br />")
|
||||||
+ "</td>");
|
+ "</td>");
|
||||||
sb.append("</tr>");
|
sb.append("</tr>");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -502,8 +502,8 @@
|
|||||||
<table class="mb20">
|
<table class="mb20">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="col-15">項目</th>
|
<th style="width:20%;">項目</th>
|
||||||
<th class="col-15">文言</th>
|
<th>文言</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="noteList_detail">
|
<tbody id="noteList_detail">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user