1提出人可以修改事项紧急程度

This commit is contained in:
夏菊 2025-11-19 20:34:31 +08:00
parent b889ca30ac
commit cf47e78b85
2 changed files with 52 additions and 29 deletions

View File

@ -383,11 +383,27 @@ namespace FineUIPro.Web.PZHGL.GJSX
} }
btnSave.Visible = false; btnSave.Visible = false;
if (gjsx.UserID == this.CurrUser.UserId && state == "1") if (gjsx.UserID == this.CurrUser.UserId)
{
if (state == "1")
{ {
Date_CreateDate.Readonly = true; Date_CreateDate.Readonly = true;
} }
else else
{
TextIsEnable(false); //使文本不可编辑
if (state != "0")
{
DropQuestionTypeID.Enabled = true;
btnsubmit.Hidden = false;
}
}
}
//if (gjsx.UserID == this.CurrUser.UserId && state == "1")
//{
// Date_CreateDate.Readonly = true;
//}
else
{ {
TextIsEnable(false); //使文本不可编辑 TextIsEnable(false); //使文本不可编辑
} }
@ -854,6 +870,12 @@ namespace FineUIPro.Web.PZHGL.GJSX
//else //else
if (gjsx.UserID.Contains(this.CurrUser.UserId) || gjsx.User_ReceiveID.Contains(this.CurrUser.UserId)) if (gjsx.UserID.Contains(this.CurrUser.UserId) || gjsx.User_ReceiveID.Contains(this.CurrUser.UserId))
{//提出人、跟踪人审批责任人提出申请关闭请求 {//提出人、跟踪人审批责任人提出申请关闭请求
if (ApproveForm.Hidden == true)
{
save(model.State);
}
else
{
//进展状态 //进展状态
string progressResult = this.rblProgressResult.SelectedValue; string progressResult = this.rblProgressResult.SelectedValue;
if (progressResult == "0") if (progressResult == "0")
@ -886,6 +908,7 @@ namespace FineUIPro.Web.PZHGL.GJSX
} }
} }
} }
}
PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference()); PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress> <UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress /> <Use64BitIISExpress />
<IISExpressSSLPort /> <IISExpressSSLPort />