Prechádzať zdrojové kódy

git-svn-id: https://192.168.57.71/svn/hbghj@64 201dd7a2-ec1b-f84b-8b06-88221118ff88

xt_xuhao 9 rokov pred
rodič
commit
a3e7865b72

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

@@ -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>