Browse Source

기준정보관리-매장단가관리 세부수정

yhl88 2 years ago
parent
commit
0404054fb6
1 changed files with 15 additions and 15 deletions
  1. 15 15
      src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

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

@@ -121,31 +121,31 @@ const gridColModel = {
121
 		{
121
 		{
122
 			index: 'ITEM_ID', name: 'itemId',
122
 			index: 'ITEM_ID', name: 'itemId',
123
 			label: ITP_MSG_LOCALE.label.itemId, //품목번호
123
 			label: ITP_MSG_LOCALE.label.itemId, //품목번호
124
-			width: '12', fixed: false, align: 'center',
124
+			width: '14', fixed: false, align: 'center',
125
 			sortable: false, hidden: false
125
 			sortable: false, hidden: false
126
 		},
126
 		},
127
 		{
127
 		{
128
 			index: 'ITEM_NM', name: 'itemNm',
128
 			index: 'ITEM_NM', name: 'itemNm',
129
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
129
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
130
 			width: '11', fixed: false, align: 'left',
130
 			width: '11', fixed: false, align: 'left',
131
-			sortable: false, hidden: false
131
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
132
 		},
132
 		},
133
 		{
133
 		{
134
 			index: 'CONT_STT_DT', name: 'contSttDt',
134
 			index: 'CONT_STT_DT', name: 'contSttDt',
135
 			label: ITP_MSG_LOCALE.label.contSttDt, //계약시작일
135
 			label: ITP_MSG_LOCALE.label.contSttDt, //계약시작일
136
-			width: '10', fixed: false, align: 'center',
136
+			width: '7', fixed: false, align: 'center',
137
 			sortable: false, hidden: false
137
 			sortable: false, hidden: false
138
 		},
138
 		},
139
 		{
139
 		{
140
 			index: 'CONT_END_DT', name: 'contEndDt',
140
 			index: 'CONT_END_DT', name: 'contEndDt',
141
 			label: ITP_MSG_LOCALE.label.contEndDt, //계약종료일
141
 			label: ITP_MSG_LOCALE.label.contEndDt, //계약종료일
142
-			width: '10', fixed: false, align: 'center',
142
+			width: '7', fixed: false, align: 'center',
143
 			sortable: false, hidden: false
143
 			sortable: false, hidden: false
144
 		},
144
 		},
145
 		{
145
 		{
146
 			index: 'UNIT', name: 'unit',
146
 			index: 'UNIT', name: 'unit',
147
 			label: ITP_MSG_LOCALE.label.unit, //기본단위
147
 			label: ITP_MSG_LOCALE.label.unit, //기본단위
148
-			width: '8', fixed: false, align: 'center',
148
+			width: '6', fixed: false, align: 'center',
149
 			sortable: false, editable: false, formatter: 'select', edittype: 'select',
149
 			sortable: false, editable: false, formatter: 'select', edittype: 'select',
150
 			editoptions: {value: ITP_COMMON_CD_DSTRBT_COST_UNIT}
150
 			editoptions: {value: ITP_COMMON_CD_DSTRBT_COST_UNIT}
151
 		},
151
 		},
@@ -161,7 +161,7 @@ const gridColModel = {
161
 		{
161
 		{
162
 			index: 'UNIT_AMT', name: 'unitAmt',
162
 			index: 'UNIT_AMT', name: 'unitAmt',
163
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
163
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
164
-			width: '10', fixed: false, align: 'right',
164
+			width: '9', fixed: false, align: 'right',
165
 			sortable: true, editable: true, edittype: 'text',
165
 			sortable: true, editable: true, edittype: 'text',
166
 			classes: 'input_color',
166
 			classes: 'input_color',
167
 			editrules: {required: true},
167
 			editrules: {required: true},
@@ -180,7 +180,7 @@ const gridColModel = {
180
 		{
180
 		{
181
 			index: 'SPPLY_UNIT_AMT', name: 'spplyUnitAmt',
181
 			index: 'SPPLY_UNIT_AMT', name: 'spplyUnitAmt',
182
 			label: ITP_MSG_LOCALE.label.spplyUnitAmt, //공급단가
182
 			label: ITP_MSG_LOCALE.label.spplyUnitAmt, //공급단가
183
-			width: '6', fixed: false, align: 'right',
183
+			width: '9', fixed: false, align: 'right',
184
 			sortable: false, hidden: false,
184
 			sortable: false, hidden: false,
185
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
185
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
186
 			
186
 			
@@ -188,9 +188,9 @@ const gridColModel = {
188
 		{
188
 		{
189
 			index: 'SPPLY_NM', name: 'spplyNm',
189
 			index: 'SPPLY_NM', name: 'spplyNm',
190
 			label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
190
 			label: ITP_MSG_LOCALE.label.spplyNm, //공급업체명
191
-			width: '6', fixed: false, align: 'left',
191
+			width: '8', fixed: false, align: 'left',
192
 			minwidth: 240,
192
 			minwidth: 240,
193
-			sortable: false, hidden: false
193
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
194
 		}
194
 		}
195
 	],
195
 	],
196
 	sdetail: [
196
 	sdetail: [
@@ -228,38 +228,38 @@ const gridColModel = {
228
 			index: 'ITEM_ID', name: 'itemId',
228
 			index: 'ITEM_ID', name: 'itemId',
229
 			label: ITP_MSG_LOCALE.label.itemId, //품목번호
229
 			label: ITP_MSG_LOCALE.label.itemId, //품목번호
230
 			minwidth: 160,
230
 			minwidth: 160,
231
-			width: '10', fixed: false, align: 'center',
231
+			width: '13', fixed: false, align: 'center',
232
 			sortable: false, hidden: false
232
 			sortable: false, hidden: false
233
 		},
233
 		},
234
 		{
234
 		{
235
 			index: 'ITEM_NM', name: 'itemNm',
235
 			index: 'ITEM_NM', name: 'itemNm',
236
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
236
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
237
 			width: '13', fixed: false, align: 'center',
237
 			width: '13', fixed: false, align: 'center',
238
-			sortable: false, hidden: false
238
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
239
 		},
239
 		},
240
 		{
240
 		{
241
 			index: 'CONT_STT_DT', name: 'contSttDt',
241
 			index: 'CONT_STT_DT', name: 'contSttDt',
242
 			label: ITP_MSG_LOCALE.label.contSttDt, //계약시작일
242
 			label: ITP_MSG_LOCALE.label.contSttDt, //계약시작일
243
-			width: '10', fixed: false, align: 'center',
243
+			width: '7', fixed: false, align: 'center',
244
 			sortable: false, hidden: false
244
 			sortable: false, hidden: false
245
 		},
245
 		},
246
 		{
246
 		{
247
 			index: 'CONT_END_DT', name: 'contEndDt',
247
 			index: 'CONT_END_DT', name: 'contEndDt',
248
 			label: ITP_MSG_LOCALE.label.contEndDt, //계약종료일
248
 			label: ITP_MSG_LOCALE.label.contEndDt, //계약종료일
249
-			width: '10', fixed: false, align: 'center',
249
+			width: '7', fixed: false, align: 'center',
250
 			sortable: false, hidden: false
250
 			sortable: false, hidden: false
251
 		},
251
 		},
252
 		{
252
 		{
253
 			index: 'UNIT', name: 'unit',
253
 			index: 'UNIT', name: 'unit',
254
 			label: ITP_MSG_LOCALE.label.unit, //기본단위
254
 			label: ITP_MSG_LOCALE.label.unit, //기본단위
255
-			width: '9', fixed: false, align: 'center',
255
+			width: '8', fixed: false, align: 'center',
256
 			sortable: false, editable: false, formatter: 'select', edittype: 'select',
256
 			sortable: false, editable: false, formatter: 'select', edittype: 'select',
257
 			editoptions: {value: ITP_COMMON_CD_DSTRBT_COST_UNIT}
257
 			editoptions: {value: ITP_COMMON_CD_DSTRBT_COST_UNIT}
258
 		},
258
 		},
259
 		{
259
 		{
260
 			index: 'CURR', name: 'curr',
260
 			index: 'CURR', name: 'curr',
261
 			label: ITP_MSG_LOCALE.label.curr, //통화
261
 			label: ITP_MSG_LOCALE.label.curr, //통화
262
-			width: '9', fixed: false, align: 'center',
262
+			width: '7', fixed: false, align: 'center',
263
 			sortable: false, editable: false, formatter: 'select', edittype: 'select',
263
 			sortable: false, editable: false, formatter: 'select', edittype: 'select',
264
 			editoptions: {value: ITP_COMMON_CD_CURR}
264
 			editoptions: {value: ITP_COMMON_CD_CURR}
265
 		},
265
 		},