2022-10-26
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user