...
|
...
|
@@ -238,11 +238,12 @@ function saveDecoration(submitStatus){ |
|
|
jsonClone = $.extend(true,{},jsonMain);
|
|
|
showMain();
|
|
|
}else{
|
|
|
common.util.__tip("提交审核成功!","success");
|
|
|
location.href="/supplier/shop/decoration";
|
|
|
setTimeout(function() {
|
|
|
location.href="/supplier/shop/decoration";
|
|
|
}, 1000);
|
|
|
}
|
|
|
}
|
|
|
},true);
|
|
|
});
|
|
|
}
|
|
|
//Ajax审核,审核通过:300,驳回:900
|
|
|
function checkDecoration(checkStatus,comment){
|
...
|
...
|
@@ -256,7 +257,9 @@ function checkDecoration(checkStatus,comment){ |
|
|
}
|
|
|
},function(rs){
|
|
|
common.util.__tip("审核通过成功!","success");
|
|
|
location.href="/supplier/check/index";
|
|
|
setTimeout(function() {
|
|
|
location.href="/supplier/check/index";
|
|
|
}, 1000);
|
|
|
},true);
|
|
|
}else{
|
|
|
common.util.__ajax({
|
...
|
...
|
@@ -267,7 +270,9 @@ function checkDecoration(checkStatus,comment){ |
|
|
}
|
|
|
},function(rs){
|
|
|
common.util.__tip("审核驳回成功!","success");
|
|
|
location.href="/supplier/check/index";
|
|
|
setTimeout(function() {
|
|
|
location.href="/supplier/check/index";
|
|
|
}, 1000);
|
|
|
},true);
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -1007,7 +1012,7 @@ function untilEditorEvent(id){ |
|
|
}
|
|
|
});
|
|
|
$("#"+id+" nav").hide();
|
|
|
$(".modal-dialog").css("width","1000px");
|
|
|
$(".modal-dialog").css("width","900px");
|
|
|
$(".modal-dialog .modal-body .editor-dialog").css("max-height","650px");
|
|
|
$(".modal-dialog .modal-body .editor-dialog").css("overflow-y","auto");
|
|
|
$(".modal-dialog .modal-body .editor-dialog").css("overflow-x","hidden");
|
...
|
...
|
|