거래명세서 컬럼 주석처리 해제

This commit is contained in:
2026-02-27 16:03:54 +09:00
parent dc721d1ab1
commit ac189cd114

View File

@@ -445,6 +445,7 @@ var columns = [
{headerHozAlign : 'center', hozAlign : 'center', width : '70', title : '출하방법', field : 'SHIPPING_METHOD'},
{headerHozAlign : 'center', hozAlign : 'center', width : '80', title : '담당자', field : 'MANAGER'},
{headerHozAlign : 'center', hozAlign : 'center', width : '70', title : '인도조건', field : 'INCOTERMS'},
*/
{headerHozAlign : 'center', hozAlign : 'center', width : '80', title : '거래명세서', field : 'TRANSACTION_STATEMENT',
formatter: function(cell) {
var data = cell.getRow().getData();
@@ -466,7 +467,6 @@ var columns = [
if(projectNo) fn_openTransactionStatementPopup(projectNo, hasStatement);
}
}
*/
];
// 헤더 텍스트 길이 기반 minWidth 자동 적용