2022-10-26

This commit is contained in:
2022-10-26 00:57:05 +08:00
parent 2e6d599f63
commit ad64ffcd11
4 changed files with 114 additions and 3 deletions
@@ -112,8 +112,7 @@
</f:FormRow>
<f:FormRow runat="server">
<Items>
<f:DropDownList ID="drpJointNOCompleteColor" Label="焊口未完成" runat="server"
ShowRedStar="true" Required="true" LabelWidth="180px">
<f:DropDownList ID="drpJointNOCompleteColor" Label="焊口未完成" runat="server" LabelWidth="180px">
<f:ListItem Value="#FF0000" Text="红" />
<f:ListItem Value="#FFFF00" Text="黄" />
<f:ListItem Value="#00FF00" Text="绿" />
@@ -223,7 +223,7 @@ namespace FineUIPro.Web.common.ProjectSet
BLL.Project_SysSetService.UpdateSet(pdms);
BLL.Project_SysSetService.UpdateSet(trust);
BLL.Project_SysSetService.UpdateSet(batch);
this.Show(projectId);
//this.Show(projectId);
#endregion
#region
Model.Project_Sys_Set Model_PipelineNOComplete = BLL.Project_SysSetService.GetSysSetBySetName("管线未完成", this.CurrUser.LoginProjectId);