Просмотр исходного кода

공급사-정산관리 정산요청, 공급사-수거관리 수거서현황 수정

yhl88 лет назад: 2
Родитель
Сommit
9cca13b3ec

+ 8 - 4
src/main/webapp/js/app/collmng/ITP_COLLMNG03010.js

@@ -36,14 +36,14 @@ const gridColModel = {
36 36
 			index: 'BRAND_NM', name: 'brandNm',
37 37
 			label: ITP_MSG_LOCALE.label.brandNm,			// 브랜드명
38 38
 			width: '10', fixed: false, align: 'left',
39
-			minwidth: 120,
39
+			minwidth: 200,
40 40
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
41 41
 		},
42 42
 		{
43 43
 			index: 'COL_PICK_UNQ_NO', name: 'colPickUnqNo',
44 44
 			label: ITP_MSG_LOCALE.label.colPickUnqNo,		// 수거서번호
45 45
 			width: '10', fixed: false, align: 'center',
46
-			minwidth: 160,
46
+			minwidth: 200,
47 47
 			sortable: false, hidden: false
48 48
 		},
49 49
 		{
@@ -77,20 +77,21 @@ const gridColModel = {
77 77
 			index: 'ITEM_ID', name: 'itemId',
78 78
 			label: ITP_MSG_LOCALE.label.itemId,				// 품목번호
79 79
 			width: '10', fixed: false, align: 'center',
80
-			minwidth: 140,
80
+			minwidth: 200,
81 81
 			sortable: false, hidden: false
82 82
 		},
83 83
 		{
84 84
 			index: 'ITEM_NM', name: 'itemNm',
85 85
 			label: ITP_MSG_LOCALE.label.itemNm,				// 품목명
86 86
 			width: '10', fixed: false, align: 'left',
87
+			minwidth: 200,
87 88
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
88 89
 		},
89 90
 		{
90 91
 			index: 'COL_REQ_QTY', name: 'colReqQty',
91 92
 			label: ITP_MSG_LOCALE.label.colReqQty,			// 수거수량
92 93
 			width: '5', fixed: false, align: 'right',
93
-			minwidth: 80,
94
+			minwidth: 110,
94 95
 			sortable: false, hidden: false,
95 96
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
96 97
 		},		
@@ -105,6 +106,7 @@ const gridColModel = {
105 106
 			index: 'UNIT_AMT', name: 'unitAmt',
106 107
 			label: ITP_MSG_LOCALE.label.unitAmt,			// 단가
107 108
 			width: '14', fixed: false, align: 'right',
109
+			minwidth: 110,
108 110
 			sortable: false, hidden: false,
109 111
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
110 112
 		},
@@ -112,6 +114,7 @@ const gridColModel = {
112 114
 			index: 'COL_REQ_AMT', name: 'colReqAmt',
113 115
 			label: ITP_MSG_LOCALE.label.colReqAmt,			// 수거금액
114 116
 			width: '14', fixed: false, align: 'right',
117
+			minwidth: 110,
115 118
 			sortable: false, hidden: false,
116 119
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
117 120
 		},
@@ -119,6 +122,7 @@ const gridColModel = {
119 122
 			index: 'WHS_NM', name: 'whsNm',
120 123
 			label: '납품장소',									// 납품장소
121 124
 			width: '10', fixed: false, align: 'left',
125
+			minwidth: 200,
122 126
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
123 127
 		},
124 128
 		{

+ 9 - 0
src/main/webapp/js/app/vsettmng/ITP_VSETTMNG01010.js

@@ -63,6 +63,7 @@ const gridColModel = {
63 63
 			index: 'BRAND_NM', name: 'brandNm',
64 64
 			label: "브랜드명",
65 65
 			width: '14', fixed: false, align: 'left',
66
+			minwidth: 200,
66 67
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
67 68
 		},
68 69
 		{
@@ -99,12 +100,14 @@ const gridColModel = {
99 100
 			index: 'ITEM_ID', name: 'itemId',
100 101
 			label: "품목코드",
101 102
 			width: '20', fixed: false, align: 'center',
103
+			minwidth: 200,
102 104
 			sortable: false, editable: false, edittype: 'text'
103 105
 		},
104 106
 		{
105 107
 			index: 'ITEM_NM', name: 'itemNm',
106 108
 			label: "품목명",
107 109
 			width: '14', fixed: false, align: 'left',
110
+			minwidth: 200,
108 111
 			sortable: false, editable: false, edittype: 'text',
109 112
 			classes: 'ui-ellipsis'
110 113
 		},
@@ -118,6 +121,7 @@ const gridColModel = {
118 121
 			index: 'UNIT_AMT', name: 'unitAmt',
119 122
 			label: "단가",
120 123
 			width: '13', fixed: false, align: 'right',
124
+			minwidth: 110,
121 125
 			sortable: false, editable: false, edittype: 'text', 
122 126
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
123 127
 		},
@@ -125,6 +129,7 @@ const gridColModel = {
125 129
 			index: 'PODR_QTY', name: 'podrQty',
126 130
 			label: "발주수량",
127 131
 			width: '13', fixed: false, align: 'right',
132
+			minwidth: 110,
128 133
 			sortable: false, editable: false, edittype: 'text', 
129 134
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
130 135
 		},
@@ -132,6 +137,7 @@ const gridColModel = {
132 137
 			index: 'DLV_QTY', name: 'dlvQty',
133 138
 			label: "납품수량",
134 139
 			width: '13', fixed: false, align: 'right',
140
+			minwidth: 110,
135 141
 			sortable: false, editable: false, edittype: 'text', 
136 142
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
137 143
 		},
@@ -139,6 +145,7 @@ const gridColModel = {
139 145
 			index: 'WHS_COL_QTY', name: 'whsColQty',
140 146
 			label: "입고/수거수량",
141 147
 			width: '14', fixed: false, align: 'right',
148
+			minwidth: 110,
142 149
 			sortable: false, editable: false, edittype: 'text', 
143 150
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
144 151
 		}, 
@@ -153,6 +160,7 @@ const gridColModel = {
153 160
 			index: 'WHS_COL_AMT', name: 'whsColAmt',
154 161
 			label: "입고/수거금액",
155 162
 			width: '15', fixed: false, align: 'right',
163
+			minwidth: 110,
156 164
 			sortable: false, editable: false, edittype: 'text', 
157 165
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
158 166
 		},
@@ -172,6 +180,7 @@ const gridColModel = {
172 180
 			index: 'PODR_UNQ_NO', name: 'podrUnqNo',
173 181
 			label: "발주번호",
174 182
 			width: '18', fixed: false, align: 'center',
183
+			minwidth: 200,
175 184
 			sortable: false, editable: false, edittype: 'text'
176 185
 		},
177 186
 		{