견적서 PDF 다운로드 경칭 추가

This commit is contained in:
LAPTOP-L3VE7KK2\USER 2025-01-16 16:14:49 +09:00
parent 558d8b9b5c
commit 1cff3f578a
2 changed files with 4 additions and 0 deletions

View File

@ -1709,6 +1709,9 @@ public class EstimateService {
elm = doc.getElementById("objectName1");
elm.text(StringUtils.defaultString(data.getObjectName()));
elm = doc.getElementById("objectNameOmit1");
elm.text(StringUtils.defaultString(data.getObjectNameOmit()));
elm = doc.getElementById("objectNo1");
elm.text(
StringUtils.defaultString(data.getObjectNo())

View File

@ -367,6 +367,7 @@
<div class="estimate-tit-form">
<span class="estimate-tit">件名 :</span>
<span id="objectName1"></span>
<span id="objectNameOmit1"></span>
</div>
</div>
</td>