Commit 72ada555 by guanzhenshan

改一下标题

parent 636b0806

@{
ViewData["Title"] = "OMS发货收入";
ViewData["Title"] = (ViewBag.type == 1 ? "OMS" : "FBA") +"发货收入";
Layout = "~/Pages/Shared/_MainLayout.cshtml";
ViewBag.Nav = new string[] { "财务报表", "OMS发货收入" };
}
......@@ -26,7 +26,7 @@
</form>
</div>
<div class="ibox-content m-b-sm border-bottom">
<h2 style="text-align:center;">OMS发货收入</h2>
<h2 style="text-align:center;">@(ViewBag.type==1? "OMS":"FBA")发货收入</h2>
<div class="bootstrap-table">
<div class="fixed-table-container">
<div class="fixed-table-body">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment