diff --git a/src/main/webapp/WEB-INF/tags/sys/delRow.tag b/src/main/webapp/WEB-INF/tags/sys/delRow.tag
index 3e1591fd8..133f26511 100644
--- a/src/main/webapp/WEB-INF/tags/sys/delRow.tag
+++ b/src/main/webapp/WEB-INF/tags/sys/delRow.tag
@@ -212,7 +212,8 @@ 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, 400, { buttons: { '': 1, '': 0 },
+ /****************************************** */
+ $.jBox.open("iframe:${ctx}/basics/serviceDictInfo/requestSelectInfo", "",500, 400, { buttons: { '': 1, '': 0 },
submit: function (v, h, f) {
if (v == 0) {
return true; // close the window
@@ -254,6 +255,12 @@ var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
$(".jbox-content,top.document").css("width","90%")
}
});
+
+
+
+
+
+ /****************************************** */
}else{
// 防止有来函无表名的取消审核操作
top.$.jBox.confirm("","",function(v,h,f){
diff --git a/src/main/webapp/WEB-INF/views/basics/requestSelectInfo.jsp b/src/main/webapp/WEB-INF/views/basics/requestSelectInfo.jsp
index 3c3dad12a..e763dcb5e 100644
--- a/src/main/webapp/WEB-INF/views/basics/requestSelectInfo.jsp
+++ b/src/main/webapp/WEB-INF/views/basics/requestSelectInfo.jsp
@@ -8,14 +8,12 @@ function changesel(){
}
-
-
\ No newline at end of file