견적서 PDF 다운로드 경칭 추가
This commit is contained in:
parent
558d8b9b5c
commit
1cff3f578a
@ -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())
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user