瀏覽代碼

여신관리 그리드 수정

whakdo963 2 年之前
父節點
當前提交
2baf47170f

+ 1 - 1
src/main/webapp/js/app/loanmng/ITP_LOANMNG02010.js

@@ -104,7 +104,7 @@ const gridColModel = {
104 104
 			index: 'DPST_ST_NM', name: 'dpstStNm',
105 105
 			label: "입금상태", 
106 106
 			width: '6', fixed: false, align: 'center',
107
-			minwidth: 80,
107
+			minwidth: 100,
108 108
 			sortable: false, hidden: false
109 109
 		},
110 110
 		{

+ 7 - 7
src/main/webapp/js/app/loanmng/ITP_LOANMNG03010.js

@@ -108,7 +108,7 @@ const gridColModel = {
108 108
 		{
109 109
 			index: 'UNPAId_AMT', name: 'right',
110 110
 			label: '미납금액', 
111
-			width: '10', fixed: false, align: 'center',
111
+			width: '10', fixed: false, align: 'right',
112 112
 			sortable: false, hidden: false, 
113 113
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
114 114
 		},		
@@ -154,7 +154,7 @@ const gridColModel = {
154 154
 		{
155 155
 			index: 'ITEM_NM', name: 'itemNm',
156 156
 			label: "품목명",
157
-			width: '10', fixed: false, align: 'center',
157
+			width: '10', fixed: false, align: 'left',
158 158
 			sortable: false, editable: false, edittype: 'text'
159 159
 		},
160 160
 		{
@@ -166,28 +166,28 @@ const gridColModel = {
166 166
 		{
167 167
 			index: 'UNIT_AMT', name: 'unitAmt',
168 168
 			label: "단가",
169
-			width: '8', fixed: false, align: 'center',
169
+			width: '8', fixed: false, align: 'right',
170 170
 			sortable: false, editable: false, edittype: 'text', 
171 171
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
172 172
 		},
173 173
 		{
174 174
 			index: 'PODR_QTY', name: 'podrQty',
175 175
 			label: "발주수량",
176
-			width: '8', fixed: false, align: 'center',
176
+			width: '8', fixed: false, align: 'right',
177 177
 			sortable: false, editable: false, edittype: 'text', 
178 178
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
179 179
 		},
180 180
 		{
181 181
 			index: 'DLV_QTY', name: 'dlvQty',
182 182
 			label: "납품수량",
183
-			width: '8', fixed: false, align: 'center',
183
+			width: '8', fixed: false, align: 'right',
184 184
 			sortable: false, editable: false, edittype: 'text', 
185 185
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
186 186
 		},
187 187
 		{
188 188
 			index: 'WHS_COL_QTY', name: 'whsColQty',
189 189
 			label: "입고/수거수량",
190
-			width: '8', fixed: false, align: 'center',
190
+			width: '8', fixed: false, align: 'right',
191 191
 			sortable: false, editable: false, edittype: 'text', 
192 192
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
193 193
 		}, 
@@ -200,7 +200,7 @@ const gridColModel = {
200 200
 		{
201 201
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
202 202
 			label: "입고/수거금액",
203
-			width: '8', fixed: false, align: 'center',
203
+			width: '8', fixed: false, align: 'right',
204 204
 			sortable: false, editable: false, edittype: 'text', 
205 205
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
206 206
 		},