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