初始化
This commit is contained in:
56
Face.Web/Content/Views/CxwHome/JournalLog.cshtml
Normal file
56
Face.Web/Content/Views/CxwHome/JournalLog.cshtml
Normal file
@@ -0,0 +1,56 @@
|
||||
|
||||
@{
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
||||
|
||||
|
||||
<div class="row wrapper border-bottom white-bg page-heading">
|
||||
<div class="col-lg-10">
|
||||
<ol class="breadcrumb">
|
||||
<li>
|
||||
<a href="@Url.Action("Index", "CxwHome")">主页</a>
|
||||
</li>
|
||||
<li class="active">
|
||||
<strong>交易信息</strong>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wrapper wrapper-content animated fadeInRight">
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-xs-6">
|
||||
<div class="contact-box center-version">
|
||||
<a href="@Url.Action("JournalList", "CxwJournalLog")">
|
||||
<img alt="image" class="img-circle" src="~/Images/Project/006.png">
|
||||
<h3 class="m-b-xs"><strong>流水帐</strong></h3>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@*<div class="col-lg-3 col-xs-6">
|
||||
<div class="contact-box center-version">
|
||||
<a href="@Url.Action("DeliverList", "CxwJournalLog")">
|
||||
<img alt="image" class="img-circle" src="~/Images/Project/006.png">
|
||||
|
||||
<h3 class="m-b-xs"><strong>送货记录</strong></h3>
|
||||
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>*@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
.contact-box.center-version > a img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user