Explorar o código

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

yhl88 %!s(int64=2) %!d(string=hai) anos
pai
achega
1a0c6c9791

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

@@ -280,6 +280,7 @@ const ITP_MSG_LOCALE = (function() {
280 280
 			"rtnRsn": "반품사유",
281 281
 			"reqTypeNm":"요청구분",
282 282
 			"dlvAmt":"납품금액",
283
+			"whsDvsnNm":"창고구분",
283 284
 		},
284 285
 		"table": {
285 286
 			"brandId": "브랜드ID",

+ 8 - 1
src/main/webapp/js/app/pomng/ITP_POMNG05010.js

@@ -68,7 +68,7 @@ const gridColModel = {
68 68
 			index: 'DLV_ST_CD', name: 'dlvStNm',		
69 69
 			label: '납품상태', 								//납품서상태
70 70
 			width: '12', fixed: false, align: 'center',	
71
-			minwidth:50,
71
+			minwidth:70,
72 72
 			sortable: false, hidden: false				
73 73
 		},
74 74
 		{
@@ -168,6 +168,13 @@ const gridColModel = {
168 168
 			width: '10', fixed: false, align: 'center',	
169 169
 			minwidth:120,
170 170
 			sortable: false, hidden: false				
171
+		},
172
+		{
173
+			index: 'WHS_DVSN_NM', name: 'whsDvsnNm',	
174
+			label: ITP_MSG_LOCALE.label.whsDvsnNm, 	//창고구분
175
+			width: '10', fixed: false, align: 'center',	
176
+			minwidth:100,
177
+			sortable: false, hidden: false				
171 178
 		}
172 179
 	]
173 180
 };