diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp index fbd1970..0532eeb 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp @@ -768,6 +768,7 @@ function fn_loadData() { $("#recipient").val(data.estimate.RECIPIENT || "").trigger('change'); $("#part_name").val(data.estimate.PART_NAME || ""); $("#part_objid").val(data.estimate.PART_OBJID || ""); + $("#model_code").val(data.estimate.PART_NAME || ""); // 환종 표시 if(data.estimate.CONTRACT_CURRENCY_NAME) { @@ -1239,7 +1240,7 @@ function fn_generateAndUploadPdf(callback) {