(#16)优化查询界面,主页添加链接
This commit is contained in:
parent
6837dc7c81
commit
7530eb13e9
|
@ -266,6 +266,7 @@
|
||||||
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
|
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
|
||||||
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
|
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
|
||||||
<Content Include="Scripts\modernizr-2.8.3.js" />
|
<Content Include="Scripts\modernizr-2.8.3.js" />
|
||||||
|
<Content Include="Views\HospitalInfo\Index.cshtml" />
|
||||||
<None Include="Web.config" />
|
<None Include="Web.config" />
|
||||||
<None Include="Web.Debug.config">
|
<None Include="Web.Debug.config">
|
||||||
<DependentUpon>Web.config</DependentUpon>
|
<DependentUpon>Web.config</DependentUpon>
|
||||||
|
@ -289,7 +290,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="App_Data\" />
|
<Folder Include="App_Data\" />
|
||||||
<Folder Include="Views\HisUpdata\" />
|
<Folder Include="Views\HisUpdata\" />
|
||||||
<Folder Include="Views\HospitalInfo\" />
|
|
||||||
<Folder Include="Views\Test\" />
|
<Folder Include="Views\Test\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -16,7 +16,7 @@ namespace Cmdjy.Controllers
|
||||||
public Lazy<IHospitalInfoDataQuery> HosInfo { get; set; }
|
public Lazy<IHospitalInfoDataQuery> HosInfo { get; set; }
|
||||||
|
|
||||||
public ActionResult Index() {
|
public ActionResult Index() {
|
||||||
return View();
|
return PartialView();
|
||||||
}
|
}
|
||||||
|
|
||||||
public ActionResult HospitalList() {
|
public ActionResult HospitalList() {
|
||||||
|
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// 你可以指定所有值,也可以让修订版本和内部版本号采用默认值,
|
// 你可以指定所有值,也可以让修订版本和内部版本号采用默认值,
|
||||||
// 方法是按如下所示使用 "*":
|
// 方法是按如下所示使用 "*":
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.1.0")]
|
||||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
[assembly: AssemblyFileVersion("1.0.1.0")]
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<li>版本1.0</li>
|
<li>版本1.0</li>
|
||||||
<li>@Ajax.ActionLink("厂商列表","Index","Company",new AjaxOptions { UpdateTargetId = "main" })</li>
|
<li>@Ajax.ActionLink("厂商列表","Index","Company",new AjaxOptions { UpdateTargetId = "main" })</li>
|
||||||
<li>@Ajax.ActionLink("医疗机构处方列表","Index","HisInfo",new AjaxOptions { UpdateTargetId = "main" })</li>
|
<li>@Ajax.ActionLink("医疗机构处方列表","Index","HisInfo",new AjaxOptions { UpdateTargetId = "main" })</li>
|
||||||
|
<li>@Ajax.ActionLink("医疗机构列表","Index","HospitalInfo",new AjaxOptions { UpdateTargetId = "main" })</li>
|
||||||
<li>@Ajax.ActionLink("万仕达下载测试","Index","WsdInterface",new AjaxOptions { UpdateTargetId = "main" })</li>
|
<li>@Ajax.ActionLink("万仕达下载测试","Index","WsdInterface",new AjaxOptions { UpdateTargetId = "main" })</li>
|
||||||
</ol>
|
</ol>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
1
WebSiteCode/Cmdjy/Cmdjy/Views/HospitalInfo/Index.cshtml
Normal file
1
WebSiteCode/Cmdjy/Cmdjy/Views/HospitalInfo/Index.cshtml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<a href="@Url.Action("HospitalList")" target="_blank">接口跳转</a>
|
Loading…
Reference in New Issue
Block a user