Kaynağa Gözat

그리드 사이즈 세부조정-6

yhl88 2 yıl önce
ebeveyn
işleme
c9b5521ca8

+ 3 - 3
src/main/webapp/js/app/pomng/ITP_POMNG04010.js

@@ -126,14 +126,14 @@ const gridColModel = {
126 126
 		{
127 127
 			index: 'UNIT_AMT', name: 'unitAmt',
128 128
 			label: ITP_MSG_LOCALE.label.unitAmt, 			// 단가
129
-			width: '3', fixed: false, align: 'right',
129
+			width: '5', fixed: false, align: 'right',
130 130
 			sortable: false, hidden: false,
131 131
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
132 132
 		},
133 133
 		{
134 134
 			index: 'UNIT', name: 'unit',
135 135
 			label: ITP_MSG_LOCALE.label.unit, 				// 기본단위
136
-			width: '5', fixed: false, align: 'center',
136
+			width: '3', fixed: false, align: 'center',
137 137
 			sortable: false, hidden: false
138 138
 		},
139 139
 		{
@@ -158,7 +158,7 @@ const gridColModel = {
158 158
 		{
159 159
 			index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
160 160
 			label: ITP_MSG_LOCALE.label.pchPodrDtlNo, 		// 발주항번
161
-			width: '3', fixed: false, align: 'right',
161
+			width: '3', fixed: false, align: 'center',
162 162
 			sortable: false, hidden: false
163 163
 		},
164 164
 		{

+ 2 - 2
src/main/webapp/js/app/pomng/ITP_POMNG05010.js

@@ -131,7 +131,7 @@ const gridColModel = {
131 131
 			index: 'PODR_QTY', name: 'podrQty',			
132 132
 			label: ITP_MSG_LOCALE.label.podrQty, 		//수주수량
133 133
 			width: '24', fixed: false, align: 'right',
134
-			minwidth: 100,
134
+			minwidth: 110,
135 135
 			sortable: false, hidden: false,
136 136
 			formatter:'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
137 137
 		},
@@ -139,7 +139,7 @@ const gridColModel = {
139 139
 			index: 'DLV_QTY', name: 'dlvQty',			
140 140
 			label: ITP_MSG_LOCALE.label.dlvQty, 		//납품수량
141 141
 			width: '24', fixed: false, align: 'right',
142
-			minwidth: 100,
142
+			minwidth: 110,
143 143
 			sortable: false, hidden: false,
144 144
 			formatter:'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
145 145
 		},