주문서첨부파일, 견적관리 틀고정 수정
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user