Quellcode durchsuchen

그리드 칸 넓이 조절, 텍스트 줄임 처리-1

yhl88 vor 2 Jahren
Ursprung
Commit
9e8fa57c94

+ 1 - 1
src/main/webapp/js/app/oper/ITP_OPER01010.js

@@ -130,7 +130,7 @@ const gridColModel = {
130 130
 		{
131 131
 			index: 'EMAIL', name: 'email',
132 132
 			label: ITP_MSG_LOCALE.label.idEmail, //아이디(이메일)
133
-			width: '15', fixed: false, align: 'center',
133
+			width: '15', fixed: false, align: 'left',
134 134
 			minwidth: 150, maxwidth: 250,
135 135
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
136 136
 		},

+ 4 - 4
src/main/webapp/js/app/pomng/ITP_POMNG01010.js

@@ -41,7 +41,7 @@ const gridColModel = {
41 41
 		{
42 42
 			index: 'ITEM_ID', name: 'itemId',
43 43
 			label: ITP_MSG_LOCALE.label.itemId,
44
-			width: '18', fixed: false, align: 'center',
44
+			width: '14', fixed: false, align: 'center',
45 45
 			sortable: false, editable: false, edittype: 'text',
46 46
 			editrules: { required: true }
47 47
 		},
@@ -50,7 +50,7 @@ const gridColModel = {
50 50
 			label: ITP_MSG_LOCALE.label.itemNm,
51 51
 			width: '32', fixed: false, align: 'left',
52 52
 			sortable: false, editable: false, edittype: 'text',
53
-			editrules: { required: true }
53
+			editrules: { required: true }, classes: 'ui-ellipsis'
54 54
 		},
55 55
 		{
56 56
 			index: 'UNIT', name: 'unit',
@@ -68,7 +68,7 @@ const gridColModel = {
68 68
 		{
69 69
 			index: 'PCH_REQ_QTY', name: 'pchReqQty',
70 70
 			label: ITP_MSG_LOCALE.label.pchReqQty, //수량
71
-			width: '10', fixed: false, align: 'right',
71
+			width: '14', fixed: false, align: 'right',
72 72
 			sortable: false, editable: true, edittype: 'text',
73 73
 			classes: 'input_color',
74 74
 			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10}, 
@@ -77,7 +77,7 @@ const gridColModel = {
77 77
 		{
78 78
 			index: 'PCH_REQ_AMT', name: 'pchReqAmt',
79 79
 			label: ITP_MSG_LOCALE.label.pchReqAmt,
80
-			width: '12', fixed: false, align: 'right',
80
+			width: '14', fixed: false, align: 'right',
81 81
 			sortable: false, editable: false, edittype: 'text', hidden: false, 
82 82
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
83 83
 		},

+ 4 - 4
src/main/webapp/js/app/pomng/ITP_POMNG03010.js

@@ -78,7 +78,7 @@ const gridColModel = {
78 78
 		{
79 79
 			index: 'PCH_REQ_UNQ_NO', name: 'pchReqUnqNo',
80 80
 			label: ITP_MSG_LOCALE.label.pchReqUnqNo, //구매요청고유번호
81
-			width: '10', fixed: false, align: 'center',
81
+			width: '11', fixed: false, align: 'center',
82 82
 			sortable: false, hidden: false
83 83
 		},
84 84
 		{
@@ -138,7 +138,7 @@ const gridColModel = {
138 138
 		{
139 139
 			index: 'ITEM_ID', name: 'itemId',
140 140
 			label: ITP_MSG_LOCALE.label.itemId, //품목아이디
141
-			width: '10', fixed: false, align: 'center',
141
+			width: '11', fixed: false, align: 'center',
142 142
 			minwidth: 140,
143 143
 			sortable: false, hidden: false
144 144
 		},
@@ -179,14 +179,14 @@ const gridColModel = {
179 179
 		{
180 180
 			index: 'PCH_REQ_AMT', name: 'pchReqAmt',
181 181
 			label: ITP_MSG_LOCALE.label.pchReqAmt, //납품요청금액
182
-			width: '8', fixed: false, align: 'right',
182
+			width: '12', fixed: false, align: 'right',
183 183
 			sortable: false, hidden: false,
184 184
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
185 185
 		},
186 186
 		{
187 187
 			index: 'PCH_ORD_AMT', name: 'pchOrdAmt',
188 188
 			label: ITP_MSG_LOCALE.label.pchOrdSpplyAmt, //본사납품금액
189
-			width: '10', fixed: false, align: 'right',
189
+			width: '12', fixed: false, align: 'right',
190 190
 			sortable: false, hidden: false,
191 191
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
192 192
 		},

+ 4 - 4
src/main/webapp/js/app/pomng/ITP_POMNG07010.js

@@ -57,21 +57,21 @@ const gridColModel = {
57 57
 		{
58 58
 			index: 'PODR_QTY', name: 'podrQty',
59 59
 			label: ITP_MSG_LOCALE.label.podrQty, 			// 발주수량
60
-			width: '5', fixed: false, align: 'right',
60
+			width: '13', fixed: false, align: 'right',
61 61
 			minwidth: 80,
62 62
 			sortable: false, hidden: false
63 63
 		},
64 64
 		{
65 65
 			index: 'DLV_QTY', name: 'dlvQty',
66 66
 			label: ITP_MSG_LOCALE.label.dlvQty, 			// 납품수량
67
-			width: '5', fixed: false, align: 'right',
67
+			width: '13', fixed: false, align: 'right',
68 68
 			minwidth: 80,
69 69
 			sortable: false, hidden: false
70 70
 		},
71 71
 		{
72 72
 			index: 'WHS_QTY', name: 'whsQty',
73 73
 			label: ITP_MSG_LOCALE.label.whsQty, 			// 입고수량
74
-			width: '5', fixed: false, align: 'right',
74
+			width: '13', fixed: false, align: 'right',
75 75
 			minwidth: 80,
76 76
 			sortable: false, hidden: false
77 77
 		},
@@ -141,7 +141,7 @@ const gridColModel = {
141 141
 		{
142 142
 			index: 'WHS_AMT', name: 'whsAmt',
143 143
 			label: ITP_MSG_LOCALE.label.whsAmt, 			// 입고금액
144
-			width: '8', fixed: false, align: 'right',
144
+			width: '13', fixed: false, align: 'right',
145 145
 			sortable: false, hidden: false,
146 146
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
147 147
 		}

+ 1 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO02010.js

@@ -49,7 +49,7 @@ const gridColModel = {
49 49
 		{
50 50
 			index: 'STORE_ID', name: 'storeId',
51 51
 			label: ITP_MSG_LOCALE.label.storeId, //매장번호
52
-			width: '10', fixed: false, align: 'left',
52
+			width: '10', fixed: false, align: 'center',
53 53
 			minwidth: 160,
54 54
 			sortable: false, hidden: false
55 55
 		},

+ 2 - 2
src/main/webapp/js/app/stinfo/ITP_STINFO04010.js

@@ -80,7 +80,7 @@ const gridColModel = {
80 80
             index: 'ITEM_NM', name: 'itemNm',
81 81
             label: ITP_MSG_LOCALE.label.itemNm, //품목명
82 82
             width: '13', fixed: false, align: 'left',
83
-            sortable: false, hidden: false
83
+            sortable: false, hidden: false, classes: 'ui-ellipsis'
84 84
         },
85 85
         {
86 86
             index: 'ITEM_TYPE_NM', name: 'itemTypeNm',
@@ -92,7 +92,7 @@ const gridColModel = {
92 92
             index: 'ITEM_CLASS_NM', name: 'itemClassNm',
93 93
             label: ITP_MSG_LOCALE.label.itemClassNm, //품목분류
94 94
             width: '10', fixed: false, align: 'center',
95
-            sortable: false, hidden: false
95
+            sortable: false, hidden: false, classes: 'ui-ellipsis'
96 96
         },
97 97
         {
98 98
             index: 'ST_CD', name: 'itemStNm',

+ 1 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

@@ -60,7 +60,7 @@ const gridColModel = {
60 60
 			index: 'STORE_NM', name: 'storeNm',
61 61
 			label: ITP_MSG_LOCALE.label.storeNm, //매장명
62 62
 			width: '10', fixed: false, align: 'left',
63
-			sortable: false, hidden: false
63
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
64 64
 		},
65 65
 		{
66 66
 			index: 'CONT_STT_DT', name: 'contSttDt',

+ 6 - 6
src/main/webapp/js/app/stinfo/ITP_STINFO07010.js

@@ -44,7 +44,7 @@ const gridColModel = {
44 44
 		},
45 45
 		{
46 46
 			index: 'ITEM_CLASS_MNG_NO', name: 'itemClassMgntNo',
47
-			label: ITP_MSG_LOCALE.label.itemClassMgntNo, //품목분류
47
+			label: ITP_MSG_LOCALE.label.itemClassMgntNo, //품목분류번호
48 48
 			width: '10', fixed: false, align: 'center',
49 49
 			sortable: false, hidden: false
50 50
 		},
@@ -52,31 +52,31 @@ const gridColModel = {
52 52
 			index: 'ITEM_CLASS_NM', name: 'itemClassNm',
53 53
 			label: ITP_MSG_LOCALE.label.itemClassNm, //품목분류명
54 54
 			width: '10', fixed: false, align: 'left',
55
-			sortable: false, hidden: false
55
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
56 56
 		},
57 57
 		{
58 58
 			index: 'ITEM_CLASS_LEVEL1', name: 'itemClass1Nm',
59 59
 			label: ITP_MSG_LOCALE.label.itemClassLevel1, //품목분류Level 1
60 60
 			width: '10', fixed: false, align: 'center',
61
-			sortable: false, hidden: false
61
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
62 62
 		},
63 63
 		{
64 64
 			index: 'ITEM_CLASS_LEVEL2', name: 'itemClass2Nm',
65 65
 			label: ITP_MSG_LOCALE.label.itemClassLevel2, //품목분류Level 2
66 66
 			width: '10', fixed: false, align: 'center',
67
-			sortable: false, hidden: false
67
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
68 68
 		},
69 69
 		{
70 70
 			index: 'ITEM_CLASS_LEVEL3', name: 'itemClass3Nm',
71 71
 			label: ITP_MSG_LOCALE.label.itemClassLevel3, //품목분류Level 3
72 72
 			width: '10', fixed: false, align: 'center',
73
-			sortable: false, hidden: false
73
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
74 74
 		},
75 75
 		{
76 76
 			index: 'ITEM_CLASS_LEVEL4', name: 'itemClass4Nm',
77 77
 			label: ITP_MSG_LOCALE.label.itemClassLevel4, //품목분류Level 4
78 78
 			width: '10', fixed: false, align: 'center',
79
-			sortable: false, hidden: false
79
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
80 80
 		},
81 81
 		{
82 82
 			index: 'PRN_SEQ', name: 'prnSeq',