Esempio n. 1
0
        /// <summary>
        /// 初始化列表
        /// </summary>
        protected void initList()
        {
            pageIndex = UtilsCommons.GetPagingIndex("Page");

            var serModel = new Eyousoft_yhq.Model.MChongZhiSer();
            serModel.Account = Utils.GetQueryStringValue("Account");
            serModel.OrderCode = Utils.GetQueryStringValue("OrderCode");
            serModel.TradeNo = Utils.GetQueryStringValue("TradeNo");

            var list = new Eyousoft_yhq.BLL.BChongZhi().GetList(pageSize, pageIndex, ref recordCount, serModel);

            if (list != null && list.Count > 0)
            {
                rptlist.DataSource = list;
                rptlist.DataBind();
                BindPage();
                litMsg.Visible = false;
            }
        }
Esempio n. 2
0
        /// <summary>
        /// 初始化列表
        /// </summary>
        protected void initList()
        {
            pageIndex = UtilsCommons.GetPagingIndex("Page");

            var serModel = new Eyousoft_yhq.Model.MChongZhiSer();

            serModel.Account   = Utils.GetQueryStringValue("Account");
            serModel.OrderCode = Utils.GetQueryStringValue("OrderCode");
            serModel.TradeNo   = Utils.GetQueryStringValue("TradeNo");

            var list = new Eyousoft_yhq.BLL.BChongZhi().GetList(pageSize, pageIndex, ref recordCount, serModel);

            if (list != null && list.Count > 0)
            {
                rptlist.DataSource = list;
                rptlist.DataBind();
                BindPage();
                litMsg.Visible = false;
            }
        }