protected void btnAlter_Click(object sender, EventArgs e) { BG_ReimAppendix ra = BGReimAppendixManager.GetAcc(arid); string[] str = ra.ARContent.Split('☆'); ra.ARContent = getCbCatalog(); ra.ARTime = Convert.ToDateTime(Session["time"]); if (BGReimAppendixManager.UpdAccessories(ra)) { lblMResult.Text = "* 修改成功"; Response.Redirect("ApplyAlter.aspx?arid=" + arid, true); } else { lblMResult.Text = "* 操作失败、请检查数据后重试"; } //if (total > Convert.ToDecimal(str[8])) //{ // lblMResult.Text = "* 所填金额不能大于分配金额"; // return; //} //else //{ // ra.ARContent = getCbCatalog(); // if (BGReimAppendixManager.UpdAccessories(ra)) // { // lblMResult.Text = "* 修改成功"; // Response.Redirect("ApplyAlter.aspx?arid=" + arid, true); // } // else // { // lblMResult.Text = "* 操作失败、请检查数据后重试"; // } //} }
protected void btnAlter_Click(object sender, EventArgs e) { BG_ReimAppendix ra = BGReimAppendixManager.GetAcc(arid); ra.ARContent = getCbCatalog(); ra.ARTime = Convert.ToDateTime(Session["time"]); if (BGReimAppendixManager.UpdAccessories(ra)) { lblMResult.Text = "* 修改成功"; Response.Redirect("ApplyAlter.aspx?arid=" + arid, true); } else { lblMResult.Text = "* 操作失败、请检查数据后重试"; } }