diff --git a/SGGL/FineUIPro.Web/CQMS/Check/EditJointCheck.aspx b/SGGL/FineUIPro.Web/CQMS/Check/EditJointCheck.aspx index 9aad070a..01cffd91 100644 --- a/SGGL/FineUIPro.Web/CQMS/Check/EditJointCheck.aspx +++ b/SGGL/FineUIPro.Web/CQMS/Check/EditJointCheck.aspx @@ -150,8 +150,8 @@ - - + + diff --git a/SGGL/FineUIPro.Web/Controls/FlowOperateControl.ascx.cs b/SGGL/FineUIPro.Web/Controls/FlowOperateControl.ascx.cs index ef832e62..53b834c3 100644 --- a/SGGL/FineUIPro.Web/Controls/FlowOperateControl.ascx.cs +++ b/SGGL/FineUIPro.Web/Controls/FlowOperateControl.ascx.cs @@ -280,6 +280,8 @@ namespace FineUIPro.Web.Controls BLL.UserService.InitUserProjectIdRoleIdDropDownList(this.drpPerson, this.geProjectId, nextMenuFlowOperate.RoleId, true); this.drpPerson.Hidden = false; + } else if (this.txtAuditFlowName.Text == "编制单据"){ + this.drpPerson.Hidden = false; } else { diff --git a/SGGL/FineUIPro.Web/HSSE/QualityAudit/SafePersonQuality.aspx b/SGGL/FineUIPro.Web/HSSE/QualityAudit/SafePersonQuality.aspx index 3a340cfb..409caee2 100644 --- a/SGGL/FineUIPro.Web/HSSE/QualityAudit/SafePersonQuality.aspx +++ b/SGGL/FineUIPro.Web/HSSE/QualityAudit/SafePersonQuality.aspx @@ -90,7 +90,7 @@ TextAlign="Left"> diff --git a/SGGL/FineUIPro.Web/JDGL/JDJH/EPCJh.aspx.cs b/SGGL/FineUIPro.Web/JDGL/JDJH/EPCJh.aspx.cs index 80a60981..f735d8d8 100644 --- a/SGGL/FineUIPro.Web/JDGL/JDJH/EPCJh.aspx.cs +++ b/SGGL/FineUIPro.Web/JDGL/JDJH/EPCJh.aspx.cs @@ -32,7 +32,7 @@ namespace FineUIPro.Web.JDGL.JDJH U.UserName AS UploadManName FROM dbo.Common_FileManager AS t LEFT JOIN dbo.Sys_User AS U ON U.UserId = t.UploadMan - WHERE ToMenu='15' "; + WHERE ToMenu='15' and t.ProjectId = '"+this.CurrUser.LoginProjectId+"' "; List listStr = new List(); if (!string.IsNullOrEmpty(txtFileName.Text)) diff --git a/SGGL/FineUIPro.Web/JDGL/JDJH/EPCJhEdit.aspx.cs b/SGGL/FineUIPro.Web/JDGL/JDJH/EPCJhEdit.aspx.cs index 58170bc1..52f86a51 100644 --- a/SGGL/FineUIPro.Web/JDGL/JDJH/EPCJhEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/JDGL/JDJH/EPCJhEdit.aspx.cs @@ -49,6 +49,7 @@ namespace FineUIPro.Web.JDGL.JDJH { string fileId = Request.Params["fileId"]; Model.Common_FileManager temp = new Model.Common_FileManager(); + temp.ProjectId = this.CurrUser.LoginProjectId; if (txtFileName.Text == string.Empty) { ShowNotify("名称不能为空!", MessageBoxIcon.Warning); diff --git a/SGGL/FineUIPro.Web/JDGL/SGBG/Sgyb.aspx.cs b/SGGL/FineUIPro.Web/JDGL/SGBG/Sgyb.aspx.cs index 4f3a3e8b..85e45bfe 100644 --- a/SGGL/FineUIPro.Web/JDGL/SGBG/Sgyb.aspx.cs +++ b/SGGL/FineUIPro.Web/JDGL/SGBG/Sgyb.aspx.cs @@ -31,7 +31,7 @@ namespace FineUIPro.Web.JDGL.SGBG U.UserName AS UploadManName FROM dbo.Common_FileManager AS t LEFT JOIN dbo.Sys_User AS U ON U.UserId = t.UploadMan - WHERE ToMenu='18' "; + WHERE ToMenu='18' and t.ProjectId = '"+this.CurrUser.LoginProjectId+"' "; List listStr = new List(); if (!string.IsNullOrEmpty(txtFileName.Text)) diff --git a/SGGL/FineUIPro.Web/JDGL/SGBG/SgybEdit.aspx.cs b/SGGL/FineUIPro.Web/JDGL/SGBG/SgybEdit.aspx.cs index c65cbe45..89296bba 100644 --- a/SGGL/FineUIPro.Web/JDGL/SGBG/SgybEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/JDGL/SGBG/SgybEdit.aspx.cs @@ -49,6 +49,7 @@ namespace FineUIPro.Web.JDGL.SGBG { string fileId = Request.Params["fileId"]; Model.Common_FileManager temp = new Model.Common_FileManager(); + temp.ProjectId = this.CurrUser.LoginProjectId; if (txtFileName.Text == string.Empty) { ShowNotify("名称不能为空!", MessageBoxIcon.Warning); diff --git a/SGGL/FineUIPro.Web/common/Menu_CQMS.xml b/SGGL/FineUIPro.Web/common/Menu_CQMS.xml index cbcd3620..a0ae471a 100644 --- a/SGGL/FineUIPro.Web/common/Menu_CQMS.xml +++ b/SGGL/FineUIPro.Web/common/Menu_CQMS.xml @@ -6,7 +6,7 @@ - +