Ver código fonte

기준정보관리 그리드 변경

whakdo963 2 anos atrás
pai
commit
3ad3440ccc

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

@@ -48,21 +48,21 @@ const gridColModel = {
48 48
 		{
49 49
 			index: 'STORE_ID', name: 'storeId',
50 50
 			label: ITP_MSG_LOCALE.label.storeId, //매장번호
51
-			width: '10', fixed: false, align: 'center',
51
+			width: '10', fixed: false, align: 'left',
52 52
 			minwidth: 160,
53 53
 			sortable: false, hidden: false
54 54
 		},
55 55
 		{
56 56
 			index: 'STORE_NM', name: 'storeNm',
57 57
 			label: ITP_MSG_LOCALE.label.storeNm, //매장명
58
-			width: '13', fixed: false, align: 'center',
58
+			width: '13', fixed: false, align: 'left',
59 59
 			minwidth: 120,
60 60
 			sortable: false, hidden: false
61 61
 		},
62 62
 		{
63 63
 			index: 'BRAND_ID', name: 'brandId',
64 64
 			label: ITP_MSG_LOCALE.label.brandId, //브랜드ID
65
-			width: '10', fixed: false, align: 'center',
65
+			width: '10', fixed: false, align: 'left',
66 66
 			sortable: false, hidden: true
67 67
 		},
68 68
 		{

+ 5 - 5
src/main/webapp/js/app/stinfo/ITP_STINFO03010.js

@@ -63,7 +63,7 @@ const gridColModel = {
63 63
 		{
64 64
 			index: 'SFFLY_NM', name: 'spplyNm',
65 65
 			label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
66
-			width: '13', fixed: false, align: 'center',
66
+			width: '13', fixed: false, align: 'left',
67 67
 			sortable: false, hidden: false
68 68
 		},
69 69
 		{
@@ -125,27 +125,27 @@ const gridColModel = {
125 125
 		{
126 126
 			index: 'ASSGN_TASK_NM', name: 'spplyMgrNm',
127 127
 			label: ITP_MSG_LOCALE.label.spplyMgrNm, //담당자명
128
-			width: '20', fixed: false, align: 'center',
128
+			width: '16', fixed: false, align: 'center',
129 129
 			sortable: false, editable: true, edittype: 'text',
130 130
 			editrules: {required: true}
131 131
 		},
132 132
 		{
133 133
 			index: 'POSITION', name: 'position',
134 134
 			label: ITP_MSG_LOCALE.label.position, //직위
135
-			width: '30', fixed: false, align: 'center',
135
+			width: '10', fixed: false, align: 'center',
136 136
 			sortable: true, editable: true, edittype: 'text',
137 137
 			editrules: {required: true}
138 138
 		},
139 139
 		{
140 140
 			index: 'RPRST_EMAIL', name: 'rprstEmal',
141 141
 			label: ITP_MSG_LOCALE.label.rprstEmal, //이메일
142
-			width: '10', fixed: false, align: 'center',
142
+			width: '20', fixed: false, align: 'center',
143 143
 			sortable: false, editable: true, edittype: 'text'
144 144
 		},
145 145
 		{
146 146
 			index: 'RPRST_TEL_NO', name: 'rprstTelNo',
147 147
 			label: ITP_MSG_LOCALE.label.rprstMblNo, //핸드폰번호
148
-			width: '10', fixed: false, align: 'center',
148
+			width: '20', fixed: false, align: 'center',
149 149
 			sortable: false, editable: true, edittype: 'text'
150 150
 		},
151 151
 		{

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

@@ -67,7 +67,7 @@ const gridColModel = {
67 67
         {
68 68
             index: 'ITEM_NM', name: 'itemNm',
69 69
             label: ITP_MSG_LOCALE.label.itemNm, //품목명
70
-            width: '13', fixed: false, align: 'center',
70
+            width: '13', fixed: false, align: 'left',
71 71
             sortable: false, hidden: false
72 72
         },
73 73
         {

+ 3 - 3
src/main/webapp/js/app/stinfo/ITP_STINFO05010.js

@@ -84,7 +84,7 @@ const gridColModel = {
84 84
 		{
85 85
 			index: 'UNIT_AMT', name: 'unitAmt',
86 86
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
87
-			width: '6', fixed: false, align: 'left',
87
+			width: '6', fixed: false, align: 'right',
88 88
 			minwidth: 80,
89 89
 			sortable: false, hidden: false
90 90
 		},
@@ -105,7 +105,7 @@ const gridColModel = {
105 105
 		{
106 106
 			index: 'LEAD_TIME', name: 'leadTime',
107 107
 			label: ITP_MSG_LOCALE.label.leadTime, //리드타임 (Day)
108
-			width: '10', fixed: false, align: 'center',
108
+			width: '10', fixed: false, align: 'right',
109 109
 			minwidth: 120,
110 110
 			sortable: false, hidden: false
111 111
 		},
@@ -132,7 +132,7 @@ const gridColModel = {
132 132
 		{
133 133
 			index: 'SPPLY_ITEM_ID', name: 'spplyItemId',
134 134
 			label: ITP_MSG_LOCALE.label.spplyItemId, //공급사품번
135
-			width: '10', fixed: false, align: 'center',
135
+			width: '10', fixed: false, align: 'right',
136 136
 			sortable: false, hidden: false
137 137
 		}
138 138
 	]

+ 8 - 12
src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

@@ -59,7 +59,7 @@ const gridColModel = {
59 59
 		{
60 60
 			index: 'STORE_NM', name: 'storeNm',
61 61
 			label: ITP_MSG_LOCALE.label.storeNm, //매장명
62
-			width: '10', fixed: false, align: 'center',
62
+			width: '10', fixed: false, align: 'left',
63 63
 			sortable: false, hidden: false
64 64
 		},
65 65
 		{
@@ -83,7 +83,7 @@ const gridColModel = {
83 83
 		{
84 84
 			index: 'ITEM_CNT', name: 'itemCnt',
85 85
 			label: ITP_MSG_LOCALE.label.itemCnt, //계약품목수
86
-			width: '10', fixed: false, align: 'center',
86
+			width: '10', fixed: false, align: 'right',
87 87
 			sortable: false, hidden: false
88 88
 		}
89 89
 	],
@@ -127,7 +127,7 @@ const gridColModel = {
127 127
 		{
128 128
 			index: 'ITEM_NM', name: 'itemNm',
129 129
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
130
-			width: '13', fixed: false, align: 'center',
130
+			width: '13', fixed: false, align: 'left',
131 131
 			sortable: false, hidden: false
132 132
 		},
133 133
 		{
@@ -160,7 +160,7 @@ const gridColModel = {
160 160
 		{
161 161
 			index: 'UNIT_AMT', name: 'unitAmt',
162 162
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
163
-			width: '10', fixed: false, align: 'center',
163
+			width: '10', fixed: false, align: 'right',
164 164
 			sortable: true, editable: true, edittype: 'text',
165 165
 			editrules: {required: true},
166 166
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
@@ -176,22 +176,17 @@ const gridColModel = {
176 176
 		{
177 177
 			index: 'SPPLY_UNIT_AMT', name: 'spplyUnitAmt',
178 178
 			label: ITP_MSG_LOCALE.label.spplyUnitAmt, //공급단가
179
-			width: '6', fixed: false, align: 'center',
179
+			width: '6', fixed: false, align: 'right',
180 180
 			sortable: false, hidden: false,
181 181
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
182 182
 			
183 183
 		},
184 184
 		{
185 185
 			index: 'SPPLY_NM', name: 'spplyNm',
186
-			label: ITP_MSG_LOCALE.label.spplyNm, //공급단가
186
+			label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
187 187
 			width: '6', fixed: false, align: 'left',
188
+			minwidth: 160, maxwidth: 200,
188 189
 			sortable: false, hidden: false
189
-		},
190
-		{
191
-			index: 'SPPLY_ID', name: 'spplyId',
192
-			label: ITP_MSG_LOCALE.label.spplyId, //공급단가
193
-			width: '6', fixed: false, align: 'center',
194
-			sortable: false, hidden: true
195 190
 		}
196 191
 	],
197 192
 	sdetail: [
@@ -228,6 +223,7 @@ const gridColModel = {
228 223
 		{
229 224
 			index: 'ITEM_ID', name: 'itemId',
230 225
 			label: ITP_MSG_LOCALE.label.itemId, //품목번호
226
+			minwidth: 160,
231 227
 			width: '10', fixed: false, align: 'center',
232 228
 			sortable: false, hidden: false
233 229
 		},

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

@@ -51,7 +51,7 @@ const gridColModel = {
51 51
 		{
52 52
 			index: 'ITEM_CLASS_NM', name: 'itemClassNm',
53 53
 			label: ITP_MSG_LOCALE.label.itemClassNm, //품목분류명
54
-			width: '10', fixed: false, align: 'center',
54
+			width: '10', fixed: false, align: 'left',
55 55
 			sortable: false, hidden: false
56 56
 		},
57 57
 		{