@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{ } 查询信息页 填开发票页 客户编号 日期 @*//data-keyField="sendDate" data-fieldType="6"*@ 至 @*//data-keyField="sendDate" data-fieldType="6"*@ 发票号 开票日期 开票人 备注 开发票 (发票号为你真实的发票编号应该是唯一不重复的) 客户: 地址: 联系电话: 联系人: @* *@ @*客户订单号 发货单号 对账单号 发货日期 零件号 规格 描述 表色 硬度 数量 单价 金额*@ 对账单号 客户编码 客户名称 日期 对账人 备注 @section modal { @Html.Partial("Modals/Query/_CustomerEx", new QueryParamModel("customerId","BtnSearch()")) } @section scripts { }