@{
ViewBag.Title = "变更记录";
ViewBag.Menu = "数据管理-变更记录";
Layout = "~/Views/Shared/_MainLayout.cshtml";
var pageObj = new
{
ValueDate = valuedateBLL.ValueDate.ToString("yyyy-MM-dd"),
};
}
@section JS
{
}
@Html.SearchDateRange("OptDate", "操作日期")
@Html.ShortInput("TradeNumber", "交易编号")
@Html.MyAceDropdownInput("ClientId", "客户名称", ClientDataModel.GetAllClient())
@Html.MyAceDropdownInput("AssetId", "簿记账户", AssetunitController.GetClientassetunit())
@Html.MyAceDropdownInput("OptNames", "操作人", GlobalData.GetAllUserName())
@MyControls.SearchBtn()
@MyControls.Btn("导出", "exportClientInfoChange()")
@Html.Raw(JqGridSimple.OutTable())