@using System.Web.UI.HtmlControls @using Abp.Timing @using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesOrderInfoOrderItemStatistics; //The menu item will be active for this page. ViewBag.Title = "订单明细统计"; } @section css{ }
统计类型
日期
外销/内销
员工
订单数量 货币 总金额 查询周期 统计类型
@Html.Partial("Modals/Query/_Employee", "KeyWords-5,checkUserName") @section modal {
@*@Html.Partial("Modals/Query/_Customer", "KeyWords-1")*@
} @section scripts { }