2023-04-28 天辰质量报验移植

This commit is contained in:
2023-04-28 17:46:41 +08:00
parent dbfd7086e1
commit 03c6364f47
171 changed files with 17248 additions and 2071 deletions
@@ -63,6 +63,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
this.txtAuditMan.Text = generalPlanApproval.AuditMan;
this.txtApprovalMan.Text = generalPlanApproval.ApprovalMan;
this.txtImplementationDeviation.Text = generalPlanApproval.ImplementationDeviation;
}
else
{
@@ -107,6 +108,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
generalPlanApproval.AuditMan = this.txtAuditMan.Text.Trim();
generalPlanApproval.ApprovalMan = this.txtApprovalMan.Text.Trim();
generalPlanApproval.ImplementationDeviation = this.txtImplementationDeviation.Text.Trim();
string ids = string.Empty;
var lists = this.drpUnitWorkIds.SelectedValueArray;
foreach (var item in lists)
@@ -157,20 +159,6 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/CQMS/GeneralPlanApproval&menuId={1}", this.hdAttachUrl.Text, BLL.Const.GeneralPlanApprovalMenuId)));
}
/// <summary>
/// 附件上传
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnAttach2_Click(object sender, EventArgs e)
{
if (string.IsNullOrEmpty(this.hdAttachUrl.Text)) //新增记录
{
this.hdAttachUrl.Text = SQLHelper.GetNewID(typeof(Model.Comprehensive_GeneralPlanApproval));
}
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/CQMS/GeneralPlanApproval&menuId={1}", this.hdAttachUrl.Text+"R", BLL.Const.GeneralPlanApprovalMenuId)));
}
#endregion
#region