Explorar o código

모바일 수정사항 적용

juney %!s(int64=2) %!d(string=hai) anos
pai
achega
4273ac1e85

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

@@ -328,11 +328,11 @@ function f_moblie_submit() {
328 328
 		console.log("RES : " + JSON.stringify(result));
329 329
 		
330 330
 		if(result.res_cd == '0000') {
331
-			popPageObj.parentPopFn(result);			
332
-			$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기
331
+			popPageObj.parentPopFn(result);
333 332
 		} else {
334 333
 			itp_fn_modal_alert(result.res_msg);
335 334
 		}
335
+		$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기
336 336
 		
337 337
 	}, 'POST');	
338 338
 }