(#19)增加接口地址显示
This commit is contained in:
		
							parent
							
								
									0271c8a701
								
							
						
					
					
						commit
						3c3f2018ad
					
				@ -24,12 +24,12 @@
 | 
			
		||||
 | 
			
		||||
<script type="text/javascript">
 | 
			
		||||
  $(function () {
 | 
			
		||||
    $("#ifd_r div").hide();
 | 
			
		||||
    $("#ifd_r > div").hide();
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  $(function () {
 | 
			
		||||
    $("#ifd_l input[type=button]").click(function () {
 | 
			
		||||
      $("#ifd_r div").hide();
 | 
			
		||||
      $("#ifd_r > div").hide();
 | 
			
		||||
      var sid = $(this).attr("viewId");
 | 
			
		||||
      $("#ifd_r #" + sid).show();
 | 
			
		||||
    });
 | 
			
		||||
@ -47,6 +47,7 @@
 | 
			
		||||
  </div>
 | 
			
		||||
  <div id="ifd_r">
 | 
			
		||||
    <div id="cfxx">
 | 
			
		||||
      <div>接口地址:@Url.Action("GetData","WsdInterface")</div>
 | 
			
		||||
      <table>
 | 
			
		||||
        <caption>处方信息接口请求参数</caption>
 | 
			
		||||
        <thead>
 | 
			
		||||
@ -101,6 +102,7 @@
 | 
			
		||||
      </table>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div id="yyjglb">
 | 
			
		||||
      <div>接口地址:@Url.Action("HospitalList","HospitalInfo")</div>
 | 
			
		||||
      <table>
 | 
			
		||||
        <caption>医院机构列表请求参数</caption>
 | 
			
		||||
        <thead>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user