|
@@ -238,11 +238,12 @@ function saveDecoration(submitStatus){ |
|
@@ -238,11 +238,12 @@ function saveDecoration(submitStatus){ |
238
|
jsonClone = $.extend(true,{},jsonMain);
|
238
|
jsonClone = $.extend(true,{},jsonMain);
|
239
|
showMain();
|
239
|
showMain();
|
240
|
}else{
|
240
|
}else{
|
241
|
- common.util.__tip("提交审核成功!","success");
|
241
|
+ setTimeout(function() {
|
242
|
location.href="/supplier/shop/decoration";
|
242
|
location.href="/supplier/shop/decoration";
|
|
|
243
|
+ }, 1000);
|
243
|
}
|
244
|
}
|
244
|
}
|
245
|
}
|
245
|
- },true);
|
246
|
+ });
|
246
|
}
|
247
|
}
|
247
|
//Ajax审核,审核通过:300,驳回:900
|
248
|
//Ajax审核,审核通过:300,驳回:900
|
248
|
function checkDecoration(checkStatus,comment){
|
249
|
function checkDecoration(checkStatus,comment){
|
|
@@ -256,7 +257,9 @@ function checkDecoration(checkStatus,comment){ |
|
@@ -256,7 +257,9 @@ function checkDecoration(checkStatus,comment){ |
256
|
}
|
257
|
}
|
257
|
},function(rs){
|
258
|
},function(rs){
|
258
|
common.util.__tip("审核通过成功!","success");
|
259
|
common.util.__tip("审核通过成功!","success");
|
|
|
260
|
+ setTimeout(function() {
|
259
|
location.href="/supplier/check/index";
|
261
|
location.href="/supplier/check/index";
|
|
|
262
|
+ }, 1000);
|
260
|
},true);
|
263
|
},true);
|
261
|
}else{
|
264
|
}else{
|
262
|
common.util.__ajax({
|
265
|
common.util.__ajax({
|
|
@@ -267,7 +270,9 @@ function checkDecoration(checkStatus,comment){ |
|
@@ -267,7 +270,9 @@ function checkDecoration(checkStatus,comment){ |
267
|
}
|
270
|
}
|
268
|
},function(rs){
|
271
|
},function(rs){
|
269
|
common.util.__tip("审核驳回成功!","success");
|
272
|
common.util.__tip("审核驳回成功!","success");
|
|
|
273
|
+ setTimeout(function() {
|
270
|
location.href="/supplier/check/index";
|
274
|
location.href="/supplier/check/index";
|
|
|
275
|
+ }, 1000);
|
271
|
},true);
|
276
|
},true);
|
272
|
}
|
277
|
}
|
273
|
}
|
278
|
}
|
|
@@ -1007,7 +1012,7 @@ function untilEditorEvent(id){ |
|
@@ -1007,7 +1012,7 @@ function untilEditorEvent(id){ |
1007
|
}
|
1012
|
}
|
1008
|
});
|
1013
|
});
|
1009
|
$("#"+id+" nav").hide();
|
1014
|
$("#"+id+" nav").hide();
|
1010
|
- $(".modal-dialog").css("width","1000px");
|
1015
|
+ $(".modal-dialog").css("width","900px");
|
1011
|
$(".modal-dialog .modal-body .editor-dialog").css("max-height","650px");
|
1016
|
$(".modal-dialog .modal-body .editor-dialog").css("max-height","650px");
|
1012
|
$(".modal-dialog .modal-body .editor-dialog").css("overflow-y","auto");
|
1017
|
$(".modal-dialog .modal-body .editor-dialog").css("overflow-y","auto");
|
1013
|
$(".modal-dialog .modal-body .editor-dialog").css("overflow-x","hidden");
|
1018
|
$(".modal-dialog .modal-body .editor-dialog").css("overflow-x","hidden");
|