2023-04-28 天辰质量报验移植
This commit is contained in:
@@ -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 获取按钮权限
|
||||
|
||||
Reference in New Issue
Block a user