견적서 결재 html 담당자 -> 수신인 변경
This commit is contained in:
@@ -2595,7 +2595,7 @@ public class ApprovalService {
|
||||
html.append("<th style='width:15%'>영업번호</th><td style='width:35%'>").append(contractNo).append("</td></tr>");
|
||||
html.append("<tr><th>수신처</th><td>").append(customerName).append("</td>");
|
||||
html.append("<th>작성일</th><td>").append(regdate).append("</td></tr>");
|
||||
html.append("<tr><th>담당자</th><td>").append(contactPerson).append("</td>");
|
||||
html.append("<tr><th>수신인</th><td>").append(contactPerson).append("</td>");
|
||||
html.append("<tr><th>작성자</th><td>").append(writerName).append("</td>");
|
||||
html.append("<th>모델명</th><td>").append(modelName).append("</td></tr>");
|
||||
|
||||
@@ -2717,7 +2717,7 @@ public class ApprovalService {
|
||||
html.append("<td ").append(TD_HEADER).append(">작성일</td>");
|
||||
html.append("<td ").append(TD_VALUE).append(">").append(escapeHtml(regdate)).append("</td></tr>");
|
||||
|
||||
html.append("<tr><td ").append(TD_HEADER).append(">담당자</td>");
|
||||
html.append("<tr><td ").append(TD_HEADER).append(">수신인</td>");
|
||||
html.append("<td ").append(TD_VALUE).append(">").append(escapeHtml(contactPerson)).append("</td>");
|
||||
|
||||
html.append("<tr><td ").append(TD_HEADER).append(">작성자</td>");
|
||||
|
||||
Reference in New Issue
Block a user