관리자 주문내역 페이지 주문상품 레이어 자바스크립트 코드 수정

This commit is contained in:
thisgun
2020-09-01 18:28:43 +09:00
parent 133abddadc
commit 053eb7e271

View File

@ -544,12 +544,14 @@ $(function(){
});
// 상품리스트 닫기
$(".orderitemlist-x").on("click", function() {
$("#sodr_list").on("click", "#orderitemlist-x", function(e) {
$("#orderitemlist").remove();
});
$("body").on("click", function() {
$("#orderitemlist").remove();
$("body").on("click", function(e) {
if ($(e.target).closest("#orderitemlist").length === 0){
$("#orderitemlist").remove();
}
});
// 엑셀배송처리창