주문서첨부파일, 견적관리 틀고정 수정

This commit is contained in:
2025-10-23 09:50:58 +09:00
parent d2e495c8cd
commit 42d1cd4cd0
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ function fileDelete(fileObjId, areaId, fileType){
<table class="pmsPopupForm">
<!-- FTC주문서 첨부 영역 -->
<tr>
<td class="input_title align_c">FTC주문서</td>
<td class="input_title align_c">FCST주문서</td>
<td colspan="8">
<div style="width: 100%; overflow: hidden; box-sizing: border-box;">
<div id="ftcDropZone" class="dropzone" style="width: 100% !important; max-width: 100%; box-sizing: border-box; margin-bottom: 5px;">Drag & Drop Files Here</div>

View File

@@ -217,7 +217,7 @@ function addComma(num) {
}
var columns = [
{title:'EST_OBJID' ,field:'EST_OBJID' ,visible:false},
{title:'EST_OBJID' ,field:'EST_OBJID' ,visible:false, frozen:true},
{headerHozAlign : 'center', hozAlign : 'center', width : '90', title : '영업번호', field : 'CONTRACT_NO', frozen:true,
formatter:fnc_createGridAnchorTag,
cellClick:function(e, cell){