Browse Source

출하지시, 현황 html 그리드 세부조정-1

yhl88 2 years ago
parent
commit
1eb0b1d54e

+ 1 - 1
src/main/webapp/app/inoutmng/INOUTMNG01010.html

@@ -95,7 +95,7 @@
95
 											<label class="col-xs-2 itp_lb">납품담당자 *</label>
95
 											<label class="col-xs-2 itp_lb">납품담당자 *</label>
96
 											<div class="col-xs-4 itp_ip">
96
 											<div class="col-xs-4 itp_ip">
97
 												<div class="col-xs-7 itp_in">
97
 												<div class="col-xs-7 itp_in">
98
-													<input type="text" id="ITP_FORM_INOUTMNG01010_DETAIL_DLV_MGR_NM" data-check-required="empty" class="form-control itp_input" name="dlvMgrNm" value="">
98
+													<input type="text" id="ITP_FORM_INOUTMNG01010_DETAIL_DLV_MGR_NM" data-check-required="empty" class="form-control itp_input" name="dlvMgrNm" value="" maxlength="20">
99
 												</div>
99
 												</div>
100
 											</div>
100
 											</div>
101
 											<label class="col-xs-2 itp_lb">납품담당자 전화번호*</label>
101
 											<label class="col-xs-2 itp_lb">납품담당자 전화번호*</label>

+ 9 - 10
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG01010.js

@@ -48,8 +48,7 @@ const gridColModel = {
48
 			index: 'BRAND_NM', name: 'brandNm',
48
 			index: 'BRAND_NM', name: 'brandNm',
49
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
49
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
50
 			width: '10', fixed: false, align: 'left',
50
 			width: '10', fixed: false, align: 'left',
51
-			minwidth: 100,
52
-			sortable: false, hidden: false
51
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
53
 		},
52
 		},
54
 		{
53
 		{
55
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
54
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
@@ -61,7 +60,7 @@ const gridColModel = {
61
 		{
60
 		{
62
 			index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
61
 			index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
63
 			label: ITP_MSG_LOCALE.label.pchPodrDtlNo, //구매발주항번
62
 			label: ITP_MSG_LOCALE.label.pchPodrDtlNo, //구매발주항번
64
-			width: '10', fixed: false, align: 'right',
63
+			width: '10', fixed: false, align: 'center',
65
 			sortable: false, hidden: false
64
 			sortable: false, hidden: false
66
 		},
65
 		},
67
 		{
66
 		{
@@ -76,7 +75,7 @@ const gridColModel = {
76
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
75
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
77
 			width: '10', fixed: false, align: 'left',
76
 			width: '10', fixed: false, align: 'left',
78
 			minwidth: 100,
77
 			minwidth: 100,
79
-			sortable: false, hidden: false
78
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
80
 		},
79
 		},
81
 		{
80
 		{
82
 			index: 'WHS_ID', name: 'whsId',
81
 			index: 'WHS_ID', name: 'whsId',
@@ -89,7 +88,7 @@ const gridColModel = {
89
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
88
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
90
 			width: '15', fixed: false, align: 'left',
89
 			width: '15', fixed: false, align: 'left',
91
 			minwidth: 220,
90
 			minwidth: 220,
92
-			sortable: false, hidden: false
91
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
93
 		},
92
 		},
94
 		{
93
 		{
95
 			index: 'LOCATION', name: 'location',
94
 			index: 'LOCATION', name: 'location',
@@ -178,7 +177,7 @@ const gridColModel = {
178
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
177
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
179
 			width: '10', fixed: false, align: 'left',
178
 			width: '10', fixed: false, align: 'left',
180
 			minwidth: 220,
179
 			minwidth: 220,
181
-			sortable: false, hidden: false
180
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
182
 		}
181
 		}
183
 	],
182
 	],
184
 	detail: [
183
 	detail: [
@@ -192,7 +191,7 @@ const gridColModel = {
192
 			index: 'BRAND_NM', name: 'brandNm',
191
 			index: 'BRAND_NM', name: 'brandNm',
193
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
192
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
194
 			width: '10', fixed: false, align: 'center',
193
 			width: '10', fixed: false, align: 'center',
195
-			sortable: false, hidden: false
194
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
196
 		},
195
 		},
197
 		{
196
 		{
198
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
197
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
@@ -216,7 +215,7 @@ const gridColModel = {
216
 			index: 'ITEM_NM', name: 'itemNm',
215
 			index: 'ITEM_NM', name: 'itemNm',
217
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
216
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
218
 			width: '10', fixed: false, align: 'left',
217
 			width: '10', fixed: false, align: 'left',
219
-			sortable: false, hidden: false
218
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
220
 		},
219
 		},
221
 		{
220
 		{
222
 			index: 'WHS_ID', name: 'whsId',
221
 			index: 'WHS_ID', name: 'whsId',
@@ -228,7 +227,7 @@ const gridColModel = {
228
 			index: 'WHS_NM', name: 'whsNm',
227
 			index: 'WHS_NM', name: 'whsNm',
229
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
228
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
230
 			width: '15', fixed: false, align: 'left',
229
 			width: '15', fixed: false, align: 'left',
231
-			sortable: false, hidden: false
230
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
232
 		},
231
 		},
233
 		{
232
 		{
234
 			index: 'LOCATION', name: 'location',
233
 			index: 'LOCATION', name: 'location',
@@ -315,7 +314,7 @@ const gridColModel = {
315
 			index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
314
 			index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
316
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
315
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
317
 			width: '10', fixed: false, align: 'center',
316
 			width: '10', fixed: false, align: 'center',
318
-			sortable: false, hidden: false
317
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
319
 		}
318
 		}
320
 	]
319
 	]
321
 };
320
 };

+ 4 - 4
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG02010.js

@@ -33,7 +33,7 @@ const gridColModel = {
33
 			label: ITP_MSG_LOCALE.label.brandNm,				// 브랜드명
33
 			label: ITP_MSG_LOCALE.label.brandNm,				// 브랜드명
34
 			minwidth: 100,
34
 			minwidth: 100,
35
 			width: '10', fixed: false, align: 'left',
35
 			width: '10', fixed: false, align: 'left',
36
-			sortable: false, hidden: false
36
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
37
 		},
37
 		},
38
 		{
38
 		{
39
 			index: 'SHMT_REQ_UNQ_NO', name: 'shmtReqUnqNo',
39
 			index: 'SHMT_REQ_UNQ_NO', name: 'shmtReqUnqNo',
@@ -52,7 +52,7 @@ const gridColModel = {
52
 		{
52
 		{
53
 			index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
53
 			index: 'PCH_PODR_DTL_NO', name: 'pchPodrDtlNo',
54
 			label: ITP_MSG_LOCALE.label.pchPodrDtlNo,			// 발주항번
54
 			label: ITP_MSG_LOCALE.label.pchPodrDtlNo,			// 발주항번
55
-			width: '8', fixed: false, align: 'right',
55
+			width: '8', fixed: false, align: 'center',
56
 			sortable: false, hidden: false
56
 			sortable: false, hidden: false
57
 		},
57
 		},
58
 		{
58
 		{
@@ -75,14 +75,14 @@ const gridColModel = {
75
 			label: ITP_MSG_LOCALE.label.itemNm,					// 품목명
75
 			label: ITP_MSG_LOCALE.label.itemNm,					// 품목명
76
 			width: '10', fixed: false, align: 'left',
76
 			width: '10', fixed: false, align: 'left',
77
 			minwidth: 100,
77
 			minwidth: 100,
78
-			sortable: false, hidden: false
78
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
79
 		},
79
 		},
80
 		{
80
 		{
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: 160,
84
 			minwidth: 160,
85
-			sortable: false, hidden: false
85
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
86
 		},
86
 		},
87
 		{
87
 		{
88
 			index: 'SHMT_QTY', name: 'shmtQty',
88
 			index: 'SHMT_QTY', name: 'shmtQty',