diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag index ecb020601..4f773d9b7 100644 --- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag +++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag @@ -212,7 +212,7 @@ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox"); var requestName =requestNameArr[1]; if(requestName.indexOf("null")==-1&&typeof(indexTableName)!="undefined"&&indexTableName!=null&&indexTableName!=''&&indexTableName.indexOf("null")==-1){ - $.jBox.open("iframe:${ctx}/basics/serviceDictInfo/requestSelectInfo", "取消审核通过", 400, 500, { buttons: { '确定': 1, '取消': 0 }, + $.jBox.open("iframe:${ctx}/basics/serviceDictInfo/requestSelectInfo", "", 400, 500, { buttons: { '': 1, '': 0 }, submit: function (v, h, f) { if (v == 0) { return true; // close the window @@ -220,7 +220,7 @@ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox"); h.find('.errorBlock').hide('fast', function () { $(this).remove(); }); var cancelRequestId = h.find("iframe")[0].contentWindow.requestIsAudit.value; if (!cancelRequestId) { - $('').prependTo(h).show('fast'); + $('').prependTo(h).show('fast'); return false; } if(url.indexOf("?")>0){ diff --git a/src/main/webapp/WEB-INF/views/basics/requestSelectInfo.jsp b/src/main/webapp/WEB-INF/views/basics/requestSelectInfo.jsp index 65c9b47d8..3c3dad12a 100644 --- a/src/main/webapp/WEB-INF/views/basics/requestSelectInfo.jsp +++ b/src/main/webapp/WEB-INF/views/basics/requestSelectInfo.jsp @@ -11,7 +11,7 @@ function changesel(){ style="scrolling:auto;z-index:999;position:relative;height: 25px; font-size: 18px; text-align: center; margin-top: 30px; margin-left: 20px; line-height: 30px;">
- +