Jelajahi Sumber

git-svn-id: https://192.168.57.71/svn/jsgkj@1621 931142cf-59ea-a443-aa0e-51397b428577

ld_jiangxf 8 tahun lalu
induk
melakukan
360a7b2630

+ 2 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/showHistory.jsp

@@ -5,7 +5,7 @@ function guanbihist(){
 	$('#selectdiv').slideUp(0);
 }
 </script>
-<div class="theme-popover" id="selectmaskdiv" style="width: 700px;">
+<div class="theme-popover" id="selectmaskdiv" style="width: 700px;height: 300px;">
 	     <div class="theme-poptit">
 	          <div class="popTitle">
 	          	<h4>流程历史</h4>
@@ -16,7 +16,7 @@ function guanbihist(){
 	     </div>
  
 			<!-- 列表 -->
-			<div  style="background-color:#f4f4f4;overflow-y: auto;width: 700px;min-height: 300px">
+			<div  style="background-color:#f4f4f4;overflow-y: auto;width: 700px;min-height: 300px;max-height: 99%">
 				<table class="main_table" cellpadding="0" cellspacing="0" style="width: 99.9%">
 					<tr>
 						<th width="5%">序号</th>	

+ 9 - 0
gkjsjy/trunk/WebContent/static/biz/js/gkjsgl/jsjdgl/jsjdgldetail.js

@@ -439,6 +439,15 @@ jsjdgl.detail.tianjiafj=function(i){
 }
 
 jsjdgl.detail.xinzengfj=function(){
+	if(isEmpty($("#accid").val())){
+		$.alert({
+   		    title: '提示',
+   		    content: "请上传附件",
+   		    confirm: function(){
+   		    }
+       	});
+		return false;
+	}
 	var i=$("#flag").val();
 	$('.theme-popover-mask').fadeOut(100);
 	$('.theme-popover').slideUp(0);