통합검색
alert(res.msg); } }, error: function (res) { alert("편집툴 실행중에 에러가 발생했습니다."); //alert(res.responseText); } }); } // 디자인 레이아웃 닫기 function design_layer_close() { $('#design_edit_N').prop('checked', true); $('.js-edit-layer').hide(); // 템플릿 상세일 경우 if(typeof calPrc === 'function') { calPrc(); } // 통합주문일 경우 if(typeof orderCalPrc === 'function') { orderCalPrc(); } }