Browse Source

공급사 수정

whakdo963 2 years ago
parent
commit
c3a4c6cb9a

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

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

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

@@ -81,12 +81,14 @@ const gridColModel = {
81
 			index: 'WHS_NM', name: 'whsNm',
81
 			index: 'WHS_NM', name: 'whsNm',
82
 			label: ITP_MSG_LOCALE.label.whsNm, 			// 납품장소
82
 			label: ITP_MSG_LOCALE.label.whsNm, 			// 납품장소
83
 			width: '10', fixed: false, align: 'left',
83
 			width: '10', fixed: false, align: 'left',
84
+			minwidth: 240,
84
 			sortable: false, hidden: false
85
 			sortable: false, hidden: false
85
 		},
86
 		},
86
 		{
87
 		{
87
 			index: 'PODR_TOTAL_AMT', name: 'podrTotalAmt',
88
 			index: 'PODR_TOTAL_AMT', name: 'podrTotalAmt',
88
 			label: ITP_MSG_LOCALE.label.podrTotalAmt, 	// 총 발주금액
89
 			label: ITP_MSG_LOCALE.label.podrTotalAmt, 	// 총 발주금액
89
 			width: '4', fixed: false, align: 'right',
90
 			width: '4', fixed: false, align: 'right',
91
+			minwidth: 100,
90
 			sortable: false, hidden: false,
92
 			sortable: false, hidden: false,
91
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
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
 			index: 'ITEM_NM', name: 'itemNm',
223
 			index: 'ITEM_NM', name: 'itemNm',
224
 			label: "품목명",
224
 			label: "품목명",
225
-			width: '10', fixed: false, align: 'center',
225
+			width: '10', fixed: false, align: 'left',
226
 			sortable: false, editable: false, edittype: 'text'
226
 			sortable: false, editable: false, edittype: 'text'
227
 		},
227
 		},
228
 		{
228
 		{
@@ -234,28 +234,28 @@ const gridColModel = {
234
 		{
234
 		{
235
 			index: 'UNIT_AMT', name: 'unitAmt',
235
 			index: 'UNIT_AMT', name: 'unitAmt',
236
 			label: "단가",
236
 			label: "단가",
237
-			width: '8', fixed: false, align: 'center',
237
+			width: '8', fixed: false, align: 'right',
238
 			sortable: false, editable: false, edittype: 'text', 
238
 			sortable: false, editable: false, edittype: 'text', 
239
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
239
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
240
 		},
240
 		},
241
 		{
241
 		{
242
 			index: 'PODR_QTY', name: 'podrQty',
242
 			index: 'PODR_QTY', name: 'podrQty',
243
 			label: "발주수량",
243
 			label: "발주수량",
244
-			width: '8', fixed: false, align: 'center',
244
+			width: '8', fixed: false, align: 'right',
245
 			sortable: false, editable: false, edittype: 'text', 
245
 			sortable: false, editable: false, edittype: 'text', 
246
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
246
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
247
 		},
247
 		},
248
 		{
248
 		{
249
 			index: 'DLV_QTY', name: 'dlvQty',
249
 			index: 'DLV_QTY', name: 'dlvQty',
250
 			label: "납품수량",
250
 			label: "납품수량",
251
-			width: '8', fixed: false, align: 'center',
251
+			width: '8', fixed: false, align: 'right',
252
 			sortable: false, editable: false, edittype: 'text', 
252
 			sortable: false, editable: false, edittype: 'text', 
253
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
253
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
254
 		},
254
 		},
255
 		{
255
 		{
256
 			index: 'WHS_COL_QTY', name: 'whsColQty',
256
 			index: 'WHS_COL_QTY', name: 'whsColQty',
257
 			label: "입고/수거수량",
257
 			label: "입고/수거수량",
258
-			width: '8', fixed: false, align: 'center',
258
+			width: '8', fixed: false, align: 'right',
259
 			sortable: false, editable: false, edittype: 'text', 
259
 			sortable: false, editable: false, edittype: 'text', 
260
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
260
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
261
 		}, 
261
 		}, 
@@ -268,7 +268,7 @@ const gridColModel = {
268
 		{
268
 		{
269
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
269
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
270
 			label: "입고/수거금액",
270
 			label: "입고/수거금액",
271
-			width: '8', fixed: false, align: 'center',
271
+			width: '8', fixed: false, align: 'right',
272
 			sortable: false, editable: false, edittype: 'text', 
272
 			sortable: false, editable: false, edittype: 'text', 
273
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
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
 			index: 'UNIT_AMT', name: 'unitAmt',
172
 			index: 'UNIT_AMT', name: 'unitAmt',
173
 			label: "단가",
173
 			label: "단가",
174
-			width: '8', fixed: false, align: 'center',
174
+			width: '8', fixed: false, align: 'right',
175
 			sortable: false, editable: false, edittype: 'text', 
175
 			sortable: false, editable: false, edittype: 'text', 
176
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
176
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
177
 		},
177
 		},
178
 		{
178
 		{
179
 			index: 'PODR_QTY', name: 'podrQty',
179
 			index: 'PODR_QTY', name: 'podrQty',
180
 			label: "발주수량",
180
 			label: "발주수량",
181
-			width: '8', fixed: false, align: 'center',
181
+			width: '8', fixed: false, align: 'right',
182
 			sortable: false, editable: false, edittype: 'text', 
182
 			sortable: false, editable: false, edittype: 'text', 
183
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
183
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
184
 		},
184
 		},
185
 		{
185
 		{
186
 			index: 'DLV_QTY', name: 'dlvQty',
186
 			index: 'DLV_QTY', name: 'dlvQty',
187
 			label: "납품수량",
187
 			label: "납품수량",
188
-			width: '8', fixed: false, align: 'center',
188
+			width: '8', fixed: false, align: 'right',
189
 			sortable: false, editable: false, edittype: 'text', 
189
 			sortable: false, editable: false, edittype: 'text', 
190
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
190
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
191
 		},
191
 		},
192
 		{
192
 		{
193
 			index: 'WHS_COL_QTY', name: 'whsColQty',
193
 			index: 'WHS_COL_QTY', name: 'whsColQty',
194
 			label: "입고/수거수량",
194
 			label: "입고/수거수량",
195
-			width: '8', fixed: false, align: 'center',
195
+			width: '8', fixed: false, align: 'right',
196
+			minwidth: 80,
196
 			sortable: false, editable: false, edittype: 'text', 
197
 			sortable: false, editable: false, edittype: 'text', 
197
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
198
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
198
 		}, 
199
 		}, 
@@ -200,13 +201,15 @@ const gridColModel = {
200
 			index: 'WHS_COL_DT', name: 'whsColDt',
201
 			index: 'WHS_COL_DT', name: 'whsColDt',
201
 			label: "입고/수거일자",
202
 			label: "입고/수거일자",
202
 			width: '8', fixed: false, align: 'center',
203
 			width: '8', fixed: false, align: 'center',
204
+			minwidth: 80,
203
 			sortable: false, editable: false, edittype: 'text'
205
 			sortable: false, editable: false, edittype: 'text'
204
 		},
206
 		},
205
 		{
207
 		{
206
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
208
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
207
 			label: "입고/수거금액",
209
 			label: "입고/수거금액",
208
-			width: '8', fixed: false, align: 'center',
210
+			width: '8', fixed: false, align: 'right',
209
 			sortable: false, editable: false, edittype: 'text', 
211
 			sortable: false, editable: false, edittype: 'text', 
212
+			minwidth: 80,
210
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
213
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
211
 		},
214
 		},
212
 		{
215
 		{
@@ -219,6 +222,7 @@ const gridColModel = {
219
 			index: 'PODR_UNQ_NO', name: 'podrUnqNo',
222
 			index: 'PODR_UNQ_NO', name: 'podrUnqNo',
220
 			label: "발주번호",
223
 			label: "발주번호",
221
 			width: '8', fixed: false, align: 'center',
224
 			width: '8', fixed: false, align: 'center',
225
+			minwidth: 160,
222
 			sortable: false, editable: false, edittype: 'text'
226
 			sortable: false, editable: false, edittype: 'text'
223
 		},
227
 		},
224
 		{
228
 		{