浏览代码

모바일 수정사항 적용

juney 2 年之前
父节点
当前提交
4273ac1e85
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/webapp/mobile/js/app/popup/biz/ITP_BIZPOP_PO_PAYMENT.js

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

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