BizNo 페이지호출 -> 머니핀 페이지호출 로 변경
This commit is contained in:
parent
5fabcf6307
commit
12331345a0
@ -112,7 +112,8 @@ function setMberCmpHstStatusSave(p_index) {
|
|||||||
|
|
||||||
function biznoPop() {
|
function biznoPop() {
|
||||||
var p_bizno = $('#bizNo').val();
|
var p_bizno = $('#bizNo').val();
|
||||||
window.open('https://www.bizno.net/article/'+p_bizno);
|
//window.open('https://www.bizno.net/article/'+p_bizno);
|
||||||
|
window.open('https://moneypin.biz/bizno/detail/'+p_bizno);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 기업회원 상세정보
|
// 기업회원 상세정보
|
||||||
@ -279,7 +280,7 @@ $(function(){
|
|||||||
|
|
||||||
<td class="left">
|
<td class="left">
|
||||||
<%-- <c:if test="${result.hstSttus eq '01'}">--%>
|
<%-- <c:if test="${result.hstSttus eq '01'}">--%>
|
||||||
<button class="btnType btnType20" onclick="biznoPop();return false;">BizNo 페이지호출</button>
|
<button class="btnType btnType20" onclick="biznoPop();return false;">머니핀 페이지호출</button>
|
||||||
<button class="btnType btnType20" onclick="setMberCmpHstStatusSave('${status.index}'); return false;">국세청 API호출</button>
|
<button class="btnType btnType20" onclick="setMberCmpHstStatusSave('${status.index}'); return false;">국세청 API호출</button>
|
||||||
<%-- </c:if>--%>
|
<%-- </c:if>--%>
|
||||||
<c:if test="${result.hstSttus eq '03'}">
|
<c:if test="${result.hstSttus eq '03'}">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user