@using System.Web.UI.HtmlControls @using Abp.Timing @using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesInvoiceInfoInvoiceCreate; //The menu item will be active for this page. ViewBag.Title = "客户发票生成"; string initStickNum = "S"+Clock.Now.ToString("yyMMdd -HHmmss"); string stickMan = ViewBag.InitStickMan; /*var searchForm = new SearchFormViewModal(new List() { new SearchItem("id", "发货单号"), new SearchItem("sendDate", "发货日期",FiledType.Dnull,ExpType.Greater), new SearchItem("sendDate", "到",FiledType.Dnull,ExpType.LessOrEqual), new SearchItem("customerId", "客户编号").SetSearchIcon("query_customer_modal"), new SearchItem("stockNo", "客户订单号"), new SearchItem("isbill", "开票状态").SetSearchItem(stickBillStatusList) }, false);*/ } @section css{ }
@**@
客户订单号 发货单号 对账单号 发货日期 零件号 规格 描述 表色 硬度 数量 单价 金额对账单号 客户编码 客户名称 日期 对账人 备注
@section modal {
@Html.Partial("Modals/Query/_CustomerEx", new QueryParamModel("customerId","BtnSearch()"))
} @section scripts { }