浏览代码

수거지시, 현황 html 그리드 세부조정-1

yhl88 2 年之前
父节点
当前提交
116b1359f0

+ 9 - 9
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG03010.js

@@ -48,7 +48,7 @@ const gridColModel = {
48 48
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
49 49
 			width: '10', fixed: false, align: 'left',
50 50
 			minwidth: 100,
51
-			sortable: false, hidden: false
51
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
52 52
 		},
53 53
 		{
54 54
 			index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
@@ -60,7 +60,7 @@ const gridColModel = {
60 60
 		{
61 61
 			index: 'RTN_PODR_DTL_NO', name: 'rtnPodrDtlNo',
62 62
 			label: ITP_MSG_LOCALE.label.rtnPodrDtlNo, //반품발주항번
63
-			width: '10', fixed: false, align: 'right',
63
+			width: '10', fixed: false, align: 'center',
64 64
 			sortable: false, hidden: false
65 65
 		},
66 66
 		{
@@ -87,7 +87,7 @@ const gridColModel = {
87 87
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
88 88
 			width: '10', fixed: false, align: 'left',
89 89
 			minwidth: 100,
90
-			sortable: false, hidden: false
90
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
91 91
 		},
92 92
 		{
93 93
 			index: 'RTN_WHS_ID', name: 'rtnWhsId',
@@ -105,7 +105,7 @@ const gridColModel = {
105 105
 			index: 'RTN_WHS_NM', name: 'rtnWhsNm',
106 106
 			label: ITP_MSG_LOCALE.label.rtnWhsNm, //수거창고명
107 107
 			width: '15', fixed: false, align: 'left',
108
-			sortable: false, hidden: false
108
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
109 109
 		},
110 110
 		{
111 111
 			index: 'UNIT_AMT', name: 'unitAmt',
@@ -171,7 +171,7 @@ const gridColModel = {
171 171
 			index: 'WHS_NM', name: 'whsNm',
172 172
 			label: ITP_MSG_LOCALE.label.locationNm, //입고창고명
173 173
 			width: '15', fixed: false, align: 'left',
174
-			sortable: false, hidden: false
174
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
175 175
 		}
176 176
 	],
177 177
 	detail: [
@@ -186,7 +186,7 @@ const gridColModel = {
186 186
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
187 187
 			width: '10', fixed: false, align: 'center',
188 188
 			minwidth: 100,
189
-			sortable: false, hidden: false
189
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
190 190
 		},
191 191
 		{
192 192
 			index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
@@ -222,7 +222,7 @@ const gridColModel = {
222 222
 			index: 'ITEM_NM', name: 'itemNm',
223 223
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
224 224
 			width: '10', fixed: false, align: 'left',
225
-			sortable: false, hidden: false
225
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
226 226
 		},
227 227
 		{
228 228
 			index: 'RTN_WHS_ID', name: 'rtnWhsId',
@@ -240,7 +240,7 @@ const gridColModel = {
240 240
 			index: 'RTN_WHS_NM', name: 'rtnWhsNm',
241 241
 			label: ITP_MSG_LOCALE.label.rtnWhsNm, //수거창고명
242 242
 			width: '15', fixed: false, align: 'center',
243
-			sortable: false, hidden: false
243
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
244 244
 		},
245 245
 		{
246 246
 			index: 'UNIT_AMT', name: 'unitAmt',
@@ -307,7 +307,7 @@ const gridColModel = {
307 307
 			index: 'WHS_NM', name: 'whsNm',
308 308
 			label: ITP_MSG_LOCALE.label.whsNm, //입고창고명
309 309
 			width: '15', fixed: false, align: 'left',
310
-			sortable: false, hidden: false
310
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
311 311
 		}
312 312
 	]
313 313
 };

+ 5 - 5
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG04010.js

@@ -30,7 +30,7 @@ const gridColModel = {
30 30
 		},
31 31
 		{
32 32
 			index: 'BRAND_NM', name: 'brandId',
33
-			label: ITP_MSG_LOCALE.label.brandId,				// 브랜드
33
+			label: ITP_MSG_LOCALE.label.brandId,				// 브랜드아이디
34 34
 			width: '10', fixed: false, align: 'center',
35 35
 			sortable: false, hidden: true
36 36
 		},
@@ -39,7 +39,7 @@ const gridColModel = {
39 39
 			label: ITP_MSG_LOCALE.label.brandNm,				// 브랜드명
40 40
 			width: '10', fixed: false, align: 'center',
41 41
 			minwidth: 100,
42
-			sortable: false, hidden: false
42
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
43 43
 		},
44 44
 		{
45 45
 			index: 'SHMT_REQ_UNQ_NO', name: 'colCmdUnqNo',
@@ -88,14 +88,14 @@ const gridColModel = {
88 88
 			label: ITP_MSG_LOCALE.label.itemNm,					// 품목명
89 89
 			width: '10', fixed: false, align: 'left',
90 90
 			minwidth: 120,
91
-			sortable: false, hidden: false
91
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
92 92
 		},
93 93
 		{
94 94
 			index: 'WHS_NM', name: 'rtnWhsNm',
95 95
 			label: ITP_MSG_LOCALE.label.rtnWhsNm,			// 반품장소
96 96
 			width: '10', fixed: false, align: 'left',
97 97
 			minwidth: 200,
98
-			sortable: false, hidden: false
98
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
99 99
 		},
100 100
 		{
101 101
 			index: 'SHMT_QTY', name: 'rtnQty',
@@ -106,7 +106,7 @@ const gridColModel = {
106 106
 		},
107 107
 		{
108 108
 			index: 'WHS_QTY', name: 'colQty',
109
-			label: ITP_MSG_LOCALE.label.colQty,		// 수거수량
109
+			label: ITP_MSG_LOCALE.label.colQty,				// 수거수량
110 110
 			width: '7', fixed: false, align: 'right',
111 111
 			sortable: false, hidden: false,
112 112
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }