1
This commit is contained in:
@@ -112,12 +112,13 @@ namespace FineUIPro.Web.PZHGL.GJSX
|
||||
protected void SaveData()
|
||||
{
|
||||
var progressStatus = this.ddlProgressStatus.SelectedValue;
|
||||
var progress_detail = this.txtProgress_detail.Text.Trim();
|
||||
Model.SGGLDB db = Funs.DB;
|
||||
var model = new Model.GJSX_detail
|
||||
{
|
||||
GJSXID = this.GJSXID,
|
||||
//Cuid = this.GJSXDetailId,
|
||||
Progress_detail = this.txtProgress_detail.Text.Trim(),
|
||||
Progress_detail = progress_detail,
|
||||
ProgressStatus = progressStatus,
|
||||
Progress_user = this.CurrUser.UserId,
|
||||
Date = DateTime.Now,
|
||||
@@ -150,6 +151,11 @@ namespace FineUIPro.Web.PZHGL.GJSX
|
||||
}
|
||||
|
||||
db.SubmitChanges();
|
||||
if (progressStatus == "申请关闭")
|
||||
{
|
||||
//申请关闭邮件提醒:提出人和跟踪人
|
||||
GJSXMonitorService.GJSXApplyCloseNoticeSendEmail(this.GJSXID, progress_detail);
|
||||
}
|
||||
//ShowNotify("保存成功", MessageBoxIcon.Success);
|
||||
//PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user