@{ ViewBag.Title = "预付金计算阈值"; Layout = "~/Views/Shared/_MainLayout.cshtml"; var pageObj = new { }; } @section JS{ }
@Html.MyAceDropdownInput("ClientId", "客户名称", ClientDataModel.GetAllClient(), true, true, null, false) @*
预付金计算阈值范围
*@
@MyControls.SearchBtn() @MyControls.Btn("新增", "MarginCalculationThresholdAdd()")