|
@@ -72,29 +72,6 @@ var cfnOpenUserListPopup = function(callbackfun, userNm) {
|
|
|
cfnOpenModalPopup(actionUrl, "popupUserList");
|
|
cfnOpenModalPopup(actionUrl, "popupUserList");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/**
|
|
|
|
|
- * @type : function
|
|
|
|
|
- * @access : public
|
|
|
|
|
- * @desc : 우편번호찾기 팝업
|
|
|
|
|
- * <pre>
|
|
|
|
|
- * cfnOpenPostFindPopup();
|
|
|
|
|
- * or
|
|
|
|
|
- * cfnOpenPostFindPopup('homeAddr');
|
|
|
|
|
- * </pre>
|
|
|
|
|
- * @param : postPosition - 우편번호 정보를 설정할 위치. 옵션
|
|
|
|
|
- * @since : 2019/07/05
|
|
|
|
|
- * @author : gagamel
|
|
|
|
|
- */
|
|
|
|
|
-var cfnOpenPostFindPopup = function(postPosition) {
|
|
|
|
|
- var actionUrl = '/business/post/find/form';
|
|
|
|
|
-
|
|
|
|
|
- if (typeof(postPosition) != 'undefined')
|
|
|
|
|
- actionUrl += '?postPosition=' + postPosition;
|
|
|
|
|
-
|
|
|
|
|
- cfnOpenModalPopup(actionUrl, "popupPostFind");
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* @type : function
|
|
* @type : function
|
|
|
* @access : public
|
|
* @access : public
|