Browse Source

그리드 사이즈 세부조정

yhl88 2 years ago
parent
commit
c81d04b5e0

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

@@ -31,7 +31,7 @@ const gridColModel = {
31
 		{
31
 		{
32
 			index: 'BRAND_NM', name: 'brandNm',
32
 			index: 'BRAND_NM', name: 'brandNm',
33
 			label: ITP_MSG_LOCALE.label.brandNm,				// 브랜드명
33
 			label: ITP_MSG_LOCALE.label.brandNm,				// 브랜드명
34
-			minwidth: 210,
34
+			minwidth: 200,
35
 			width: '10', fixed: false, align: 'left',
35
 			width: '10', fixed: false, align: 'left',
36
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
36
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
37
 		},
37
 		},
@@ -74,14 +74,14 @@ const gridColModel = {
74
 			index: 'ITEM_NM', name: 'itemNm',
74
 			index: 'ITEM_NM', name: 'itemNm',
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: 210,
77
+			minwidth: 200,
78
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
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: 180,
84
+			minwidth: 200,
85
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
85
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
86
 		},
86
 		},
87
 		{
87
 		{

+ 6 - 5
src/main/webapp/js/app/pomng/ITP_POMNG02010.js

@@ -63,7 +63,7 @@ const gridColModel = {
63
 			index: 'BRAND_NM', name: 'brandNm',
63
 			index: 'BRAND_NM', name: 'brandNm',
64
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
64
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
65
 			width: '13', fixed: false, align: 'left',
65
 			width: '13', fixed: false, align: 'left',
66
-			minwidth: 120,
66
+			minwidth: 200,
67
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
67
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
68
 		},
68
 		},
69
 		{
69
 		{
@@ -75,21 +75,21 @@ const gridColModel = {
75
 		{
75
 		{
76
 			index: 'REQ_TYPE_NM', name: 'reqTypeNm',
76
 			index: 'REQ_TYPE_NM', name: 'reqTypeNm',
77
 			label: ITP_MSG_LOCALE.label.reqTypeNm, //요청구분
77
 			label: ITP_MSG_LOCALE.label.reqTypeNm, //요청구분
78
-			width: '7', fixed: false, align: 'center',
78
+			width: '8', fixed: false, align: 'center',
79
 			sortable: false, hidden: false
79
 			sortable: false, hidden: false
80
 		},
80
 		},
81
 		{
81
 		{
82
 			index: 'PCH_REQ_UNQ_NO', name: 'pchReqUnqNo',
82
 			index: 'PCH_REQ_UNQ_NO', name: 'pchReqUnqNo',
83
 			label: ITP_MSG_LOCALE.label.pchReqUnqNo, //구매요청번호
83
 			label: ITP_MSG_LOCALE.label.pchReqUnqNo, //구매요청번호
84
 			width: '10', fixed: false, align: 'center',
84
 			width: '10', fixed: false, align: 'center',
85
-			minwidth: 120,
85
+			minwidth: 200,
86
 			sortable: false, hidden: false
86
 			sortable: false, hidden: false
87
 		},
87
 		},
88
 		{
88
 		{
89
 			index: 'PCH_REQ_NM', name: 'pchReqNm',
89
 			index: 'PCH_REQ_NM', name: 'pchReqNm',
90
 			label: ITP_MSG_LOCALE.label.pchReqNm, //구매요청명
90
 			label: ITP_MSG_LOCALE.label.pchReqNm, //구매요청명
91
 			width: '13', fixed: false, align: 'left',
91
 			width: '13', fixed: false, align: 'left',
92
-			minwidth: 180,
92
+			minwidth: 200,
93
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
93
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
94
 		},
94
 		},
95
 		{
95
 		{
@@ -122,6 +122,7 @@ const gridColModel = {
122
 			index: 'PCH_REQ_TOTAL_AMT', name: 'pchReqTotalAmt',
122
 			index: 'PCH_REQ_TOTAL_AMT', name: 'pchReqTotalAmt',
123
 			label: ITP_MSG_LOCALE.label.pchReqTotalAmt, //요청금액
123
 			label: ITP_MSG_LOCALE.label.pchReqTotalAmt, //요청금액
124
 			width: '12', fixed: false, align: 'right',
124
 			width: '12', fixed: false, align: 'right',
125
+			minwidth: 120,
125
 			sortable: false, hidden: false,
126
 			sortable: false, hidden: false,
126
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
127
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
127
 		},
128
 		},
@@ -154,7 +155,7 @@ const gridColModel = {
154
 			index: 'WHS_LOCATION_NM', name: 'whsLocationNm',
155
 			index: 'WHS_LOCATION_NM', name: 'whsLocationNm',
155
 			label: ITP_MSG_LOCALE.label.whsLocationNm, //납품창고
156
 			label: ITP_MSG_LOCALE.label.whsLocationNm, //납품창고
156
 			width: '10', fixed: false, align: 'left',
157
 			width: '10', fixed: false, align: 'left',
157
-			minwidth: 180,
158
+			minwidth: 200,
158
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
159
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
159
 		}
160
 		}
160
 	],
161
 	],

+ 2 - 2
src/main/webapp/js/app/pomng/ITP_POMNG04010.js

@@ -93,13 +93,13 @@ const gridColModel = {
93
 		{
93
 		{
94
 			index: 'PODR_ITEM_QTY', name: 'podrItemQty',
94
 			index: 'PODR_ITEM_QTY', name: 'podrItemQty',
95
 			label: ITP_MSG_LOCALE.label.podrItemQty, 		// 발주품목수
95
 			label: ITP_MSG_LOCALE.label.podrItemQty, 		// 발주품목수
96
-			width: '7', fixed: false, align: 'right',
96
+			width: '8', fixed: false, align: 'right',
97
 			sortable: false, hidden: false
97
 			sortable: false, hidden: false
98
 		},
98
 		},
99
 		{
99
 		{
100
 			index: 'PODR_MGR_NM', name: 'podrMgrNm',
100
 			index: 'PODR_MGR_NM', name: 'podrMgrNm',
101
 			label: ITP_MSG_LOCALE.label.podrMgrNm, 			// 발주담당자
101
 			label: ITP_MSG_LOCALE.label.podrMgrNm, 			// 발주담당자
102
-			width: '10', fixed: false, align: 'center',
102
+			width: '9', fixed: false, align: 'center',
103
 			sortable: false, hidden: false
103
 			sortable: false, hidden: false
104
 		}
104
 		}
105
 	],
105
 	],