@Html.SearchDateRange("CurrentPeriodDate_s", "本期区间")
@Html.MyAceDropdownInput("BookId", "簿记账户", AssetunitController.GetClientassetunit())
@Html.MyAceDropdownInput("GroupId", "簿记账户组", AssetUnitModel.GetAllAssetUnitGroupItem())
@Html.MyAceDropdownInput("ClientId_s", "客户名称", ClientDataModel.GetAllClient())
@Html.ShortInput("TradeNumber_s", "交易编号")
@Html.SearchDateRange("TradeConfirmDate_s", "确认日期")
@Html.SearchDateRange("ClearConfirmDate_s", "了结日期")
@if (pageObj.ViewTagPermission)
{
@Html.MyAceDropdownInput("ClientTagIds1", "客户标签值", TagController.GetTradeTagList(CurUser, YLErp.Enums.TagTypeEnum.Customer))
}
@Html.MyAceDropdownInput("TagIds1", "标签值", TagController.GetTradeTagList(CurUser))
@MyControls.SearchBtn()
@MyControls.Btn("导出", "Output('" + ViewBag.Title + "')")