Selaa lähdekoodia

공급사 수정

whakdo963 2 vuotta sitten
vanhempi
commit
c3a4c6cb9a

+ 1 - 0
src/main/webapp/js/app/oper/ITP_OPER02010.js

@@ -278,6 +278,7 @@ let pageObj = {
278 278
 		});
279 279
 		if(mode === 'LIST') { // 목록
280 280
 			$('#ITP_AJAX_OPER02010_LIST_CONTAINER').show();
281
+			$('#ITP_FORM_OPER02010_DELETE_AFFL_SHOP_BTN').show();
281 282
 			fn_show_btn_auth_array(['#ITP_BTN_OPER02010_SRH', '#ITP_BTN_OPER02010_NEWREG']);
282 283
 			pageObj.ui.afflInfo.init();
283 284
 		} else if(mode == 'ADD') { // 등록

+ 2 - 0
src/main/webapp/js/app/ordmng/ITP_ORDMNG01010.js

@@ -81,12 +81,14 @@ const gridColModel = {
81 81
 			index: 'WHS_NM', name: 'whsNm',
82 82
 			label: ITP_MSG_LOCALE.label.whsNm, 			// 납품장소
83 83
 			width: '10', fixed: false, align: 'left',
84
+			minwidth: 240,
84 85
 			sortable: false, hidden: false
85 86
 		},
86 87
 		{
87 88
 			index: 'PODR_TOTAL_AMT', name: 'podrTotalAmt',
88 89
 			label: ITP_MSG_LOCALE.label.podrTotalAmt, 	// 총 발주금액
89 90
 			width: '4', fixed: false, align: 'right',
91
+			minwidth: 100,
90 92
 			sortable: false, hidden: false,
91 93
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
92 94
 		},

+ 6 - 6
src/main/webapp/js/app/vsettmng/ITP_VSETTMNG01010.js

@@ -222,7 +222,7 @@ const gridColModel = {
222 222
 		{
223 223
 			index: 'ITEM_NM', name: 'itemNm',
224 224
 			label: "품목명",
225
-			width: '10', fixed: false, align: 'center',
225
+			width: '10', fixed: false, align: 'left',
226 226
 			sortable: false, editable: false, edittype: 'text'
227 227
 		},
228 228
 		{
@@ -234,28 +234,28 @@ const gridColModel = {
234 234
 		{
235 235
 			index: 'UNIT_AMT', name: 'unitAmt',
236 236
 			label: "단가",
237
-			width: '8', fixed: false, align: 'center',
237
+			width: '8', fixed: false, align: 'right',
238 238
 			sortable: false, editable: false, edittype: 'text', 
239 239
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
240 240
 		},
241 241
 		{
242 242
 			index: 'PODR_QTY', name: 'podrQty',
243 243
 			label: "발주수량",
244
-			width: '8', fixed: false, align: 'center',
244
+			width: '8', fixed: false, align: 'right',
245 245
 			sortable: false, editable: false, edittype: 'text', 
246 246
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
247 247
 		},
248 248
 		{
249 249
 			index: 'DLV_QTY', name: 'dlvQty',
250 250
 			label: "납품수량",
251
-			width: '8', fixed: false, align: 'center',
251
+			width: '8', fixed: false, align: 'right',
252 252
 			sortable: false, editable: false, edittype: 'text', 
253 253
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
254 254
 		},
255 255
 		{
256 256
 			index: 'WHS_COL_QTY', name: 'whsColQty',
257 257
 			label: "입고/수거수량",
258
-			width: '8', fixed: false, align: 'center',
258
+			width: '8', fixed: false, align: 'right',
259 259
 			sortable: false, editable: false, edittype: 'text', 
260 260
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
261 261
 		}, 
@@ -268,7 +268,7 @@ const gridColModel = {
268 268
 		{
269 269
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
270 270
 			label: "입고/수거금액",
271
-			width: '8', fixed: false, align: 'center',
271
+			width: '8', fixed: false, align: 'right',
272 272
 			sortable: false, editable: false, edittype: 'text', 
273 273
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
274 274
 		},

+ 9 - 5
src/main/webapp/js/app/vsettmng/ITP_VSETTMNG02010.js

@@ -171,28 +171,29 @@ const gridColModel = {
171 171
 		{
172 172
 			index: 'UNIT_AMT', name: 'unitAmt',
173 173
 			label: "단가",
174
-			width: '8', fixed: false, align: 'center',
174
+			width: '8', fixed: false, align: 'right',
175 175
 			sortable: false, editable: false, edittype: 'text', 
176 176
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
177 177
 		},
178 178
 		{
179 179
 			index: 'PODR_QTY', name: 'podrQty',
180 180
 			label: "발주수량",
181
-			width: '8', fixed: false, align: 'center',
181
+			width: '8', fixed: false, align: 'right',
182 182
 			sortable: false, editable: false, edittype: 'text', 
183 183
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
184 184
 		},
185 185
 		{
186 186
 			index: 'DLV_QTY', name: 'dlvQty',
187 187
 			label: "납품수량",
188
-			width: '8', fixed: false, align: 'center',
188
+			width: '8', fixed: false, align: 'right',
189 189
 			sortable: false, editable: false, edittype: 'text', 
190 190
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
191 191
 		},
192 192
 		{
193 193
 			index: 'WHS_COL_QTY', name: 'whsColQty',
194 194
 			label: "입고/수거수량",
195
-			width: '8', fixed: false, align: 'center',
195
+			width: '8', fixed: false, align: 'right',
196
+			minwidth: 80,
196 197
 			sortable: false, editable: false, edittype: 'text', 
197 198
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
198 199
 		}, 
@@ -200,13 +201,15 @@ const gridColModel = {
200 201
 			index: 'WHS_COL_DT', name: 'whsColDt',
201 202
 			label: "입고/수거일자",
202 203
 			width: '8', fixed: false, align: 'center',
204
+			minwidth: 80,
203 205
 			sortable: false, editable: false, edittype: 'text'
204 206
 		},
205 207
 		{
206 208
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
207 209
 			label: "입고/수거금액",
208
-			width: '8', fixed: false, align: 'center',
210
+			width: '8', fixed: false, align: 'right',
209 211
 			sortable: false, editable: false, edittype: 'text', 
212
+			minwidth: 80,
210 213
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
211 214
 		},
212 215
 		{
@@ -219,6 +222,7 @@ const gridColModel = {
219 222
 			index: 'PODR_UNQ_NO', name: 'podrUnqNo',
220 223
 			label: "발주번호",
221 224
 			width: '8', fixed: false, align: 'center',
225
+			minwidth: 160,
222 226
 			sortable: false, editable: false, edittype: 'text'
223 227
 		},
224 228
 		{