Browse Source

git-svn-id: https://192.168.57.71/svn/lyggkj@79 1a6f6e3a-4066-fe46-b609-79c204482ece

xt_xuhao 9 years ago
parent
commit
71c7454299
1 changed files with 4 additions and 4 deletions
  1. 4 4
      gkaq/yjpt-flex/trunk/html-template/index.template.html

+ 4 - 4
gkaq/yjpt-flex/trunk/html-template/index.template.html

@@ -54,7 +54,7 @@
             attributes.name = "${application}";
             attributes.align = "middle";
             swfobject.embedSWF(
-                "${swf}.swf?version=4.1.3", "flashContent", 
+                "${swf}.swf?version=4.1.8", "flashContent", 
                 "${width}", "${height}", 
                 swfVersionStr, xiSwfUrlStr, 
                 flashvars, params, attributes);
@@ -134,14 +134,14 @@
             </object>
         </noscript>     
 		
-		  <!--------------------------- iSignature begin: ----------------------------------->
+		<!--------------------------- iSignature begin: ----------------------------------->
         <form name="mainForm" style="display:none">  
 			<div id="obj" ></div> 
 		</form>
 		
         <script type="text/javascript"> 
         	window.onload=function(){ 
-				var ServiceUrl =  window.location.protocol+"//"+ window.location.hostname +":"+window.location.port+ window.location.pathname+ "Service.jsp";
+				var ServiceUrl =  window.location.protocol+"//"+ window.location.hostname +":"+window.location.port+ window.location.pathname+ "iSignature/jspServer/Service.jsp";
 				var objHtml= '<OBJECT id="SignatureControl" classid="clsid:D85C89BE-263C-472D-9B6B-5264CD85B36E" codebase="iSignatureHTML.cab#version=8,2,2,56" width="0" height="0" >'+
 		 			'<param name="ServiceUrl"  value="'+
 					ServiceUrl+'"  > '+
@@ -169,7 +169,7 @@
 			
 			//打开危险品审批的打印页面
 			function ZysqbpPrintSignature(documentID){
-				var url = "/yjpt/ZysqbpPrintSignature.jsp?Template=1468222709986&UserName=&FileType=.doc&documentID="+documentID;
+				var url = "/yjpt/iSignature/view/ZysqbpPrintSignature.jsp?Template=1468222709986&UserName=&FileType=.doc&documentID="+documentID;
 				window.open (url,"_blank");
 			}
 		</script>