示例#1
0
        protected void btnDrawConfirm_Click(object sender, EventArgs e)
        {
            SupplierBalanceDrawRequestInfo balanceDrawRequest = this.GetBalanceDrawRequest();

            if (BalanceHelper.BalanceDrawRequest(balanceDrawRequest))
            {
                this.Page.Response.Redirect("Default.aspx");
            }
            else
            {
                this.ShowMsg("申请提现过程中出现未知错误", false);
            }
        }