Browse Source

반품간소화처리 수거구분항목추가

dwkim 2 years ago
parent
commit
bd71d908bb
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/main/webapp/js/app/rtnmng/ITP_RTNMNG03011.js

+ 7 - 1
src/main/webapp/js/app/rtnmng/ITP_RTNMNG03011.js

@@ -113,7 +113,13 @@ const gridColModel = {
113 113
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
114 114
 		},
115 115
 		{
116
-			index: 'COL_DVSN_NM', name: 'rtnDvsnNm',
116
+			index: 'RTN_DVSN_NM', name: 'rtnDvsnNm',
117
+			label: '반품구분', 
118
+			width: 100, minwidth:80, fixed: false, align: 'center',
119
+			sortable: false, hidden: false
120
+		},
121
+		{
122
+			index: 'COL_DVSN_NM', name: 'colDvsnNm',
117 123
 			label: '수거구분', 
118 124
 			width: 100, minwidth:80, fixed: false, align: 'center',
119 125
 			sortable: false, hidden: false