Sfoglia il codice sorgente

공급사-수주관리 수거관리 팝업 세부조정

yhl88 2 anni fa
parent
commit
2e543ffd67

+ 4 - 4
src/main/webapp/js/app/loanmng/ITP_LOANMNG03010.js

@@ -71,25 +71,25 @@ const gridColModel = {
71 71
 		{
72 72
 			index: 'LOAN_DVSN_NM', name: 'loanDvsnNm',
73 73
 			label: "정산타입", 
74
-			width: '10', fixed: false, align: 'center',
74
+			width: '8', fixed: false, align: 'center',
75 75
 			sortable: false, hidden: false
76 76
 		},		
77 77
 		{
78 78
 			index: 'STTL_MGNT_UNQ_NO', name: 'sttlMgntUnqNo',
79 79
 			label: "정산번호", 
80
-			width: '10', fixed: false, align: 'center',
80
+			width: '14', fixed: false, align: 'center',
81 81
 			sortable: false, hidden: false
82 82
 		},		
83 83
 		{
84 84
 			index: 'STTL_ST_NM', name: 'sttlStNm',
85 85
 			label: "상태", 
86
-			width: '8', fixed: false, align: 'center',
86
+			width: '6', fixed: false, align: 'center',
87 87
 			sortable: false, hidden: false
88 88
 		},
89 89
 		{
90 90
 			index: 'STTL_REQ_DT', name: 'sttlReqDt',
91 91
 			label: "정산요청일", 
92
-			width: '10', fixed: false, align: 'center',
92
+			width: '8', fixed: false, align: 'center',
93 93
 			sortable: false, hidden: false
94 94
 		},
95 95
 		{

+ 0 - 2
src/main/webapp/js/app/locales/locale-ko.js

@@ -211,8 +211,6 @@ const ITP_MSG_LOCALE = (function() {
211 211
 			"pchReqDt": "구매요청일",
212 212
 			"pchReqItemQty": "요청품목수",
213 213
 			"pchReqTotalAmt": "요청금액",
214
-			"pchReqRjctDt": "반려일자",
215
-			"pchReqRjctNm": "반려자",
216 214
 			"pchReqMgrNm": "요청자명",
217 215
 			"whsLocationNm": "납품창고",
218 216
 			"pchReqStNm": "요청상태명",

+ 3 - 3
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_COL_STTMT_PRN.js

@@ -195,13 +195,13 @@ let pageObj = {
195 195
 							{
196 196
 								index: 'ITEM_NM', name: 'itemNm',
197 197
 								label: '품목명', //
198
-								width: '5', fixed: false, align: 'center',
198
+								width: '8', fixed: false, align: 'left',
199 199
 								sortable: false, hidden: false
200 200
 							},
201 201
 							{
202 202
 								index: 'COL_REQ_QTY', name: 'colReqQty',
203 203
 								label: '수거요청수량', //
204
-								width: '10', fixed: false, align: 'center',
204
+								width: '6', fixed: false, align: 'center',
205 205
 								sortable: false, hidden: false,
206 206
 								formatter: 'integer', formatoptions: {thousandsSeparator: ','}
207 207
 							},
@@ -221,7 +221,7 @@ let pageObj = {
221 221
 							{
222 222
 								index: 'RTN_RSN', name: 'rtnRsn',
223 223
 								label: '수거사유', //
224
-								width: '10', fixed: false, align: 'center',
224
+								width: '5', fixed: false, align: 'center',
225 225
 								sortable: false, hidden: false
226 226
 							}
227 227
 					],

+ 2 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_DLV_STTMT_PRN.js

@@ -80,7 +80,7 @@ function itp_fn_BIZPOP_DLV_STTMT_PRN(parentPopFn, args, returnType) {
80 80
 				{
81 81
 					index: 'ITEM_NM', name: 'itemNm',
82 82
 					label: '품목명', //
83
-					width: '10', fixed: false, align: 'center',
83
+					width: '10', fixed: false, align: 'left',
84 84
 					sortable: false, hidden: false
85 85
 				},
86 86
 				{
@@ -193,7 +193,7 @@ let pageObj = {
193 193
 							{
194 194
 								index: 'ITEM_NM', name: 'itemNm',
195 195
 								label: '품목명', //
196
-								width: '10', fixed: false, align: 'center',
196
+								width: '10', fixed: false, align: 'left',
197 197
 								sortable: false, hidden: false
198 198
 							},
199 199
 							{

+ 3 - 3
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_ITEM.js

@@ -91,14 +91,14 @@ function itp_fn_BIZPOP_ITEM(parentPopFn, args, returnType) {
91 91
 			{
92 92
 				index: 'ITEM_ID', name: 'itemId',
93 93
 				label: '품목ID', //
94
-				width: '10', fixed: false, align: 'center',
94
+				width: '13', fixed: false, align: 'center',
95 95
 				sortable: false, hidden: false
96 96
 			},
97 97
 			{
98 98
 				index: 'ITEM_NM', name: 'itemNm',
99 99
 				label: '품목명', //
100
-				width: '12', fixed: false, align: 'left',
101
-				sortable: false, hidden: false
100
+				width: '9', fixed: false, align: 'left',
101
+				sortable: false, hidden: false, classes: 'ui-ellipsis'
102 102
 			},
103 103
 			{
104 104
 				index: 'UNIT', name: 'unit',