移交逻辑调整
This commit is contained in:
@@ -176,6 +176,7 @@
|
||||
<f:GroupPanel Layout="Anchor" Title="试压包状态" runat="server">
|
||||
<Items>
|
||||
<f:DropDownList ID="ddlPressureTestCompleted" runat="server" Label="试压完成" LabelWidth="180px">
|
||||
<f:ListItem Value="" Text=""></f:ListItem>
|
||||
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
||||
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
||||
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
||||
@@ -183,6 +184,7 @@
|
||||
</f:DropDownList>
|
||||
|
||||
<f:DropDownList ID="ddlRinseAndBlowClean" runat="server" Label="冲洗吹扫" LabelWidth="180px">
|
||||
<f:ListItem Value="" Text=""></f:ListItem>
|
||||
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
||||
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
||||
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
||||
@@ -190,6 +192,7 @@
|
||||
</f:DropDownList>
|
||||
|
||||
<f:DropDownList ID="ddlReduction" runat="server" Label="复位" LabelWidth="180px">
|
||||
<f:ListItem Value="" Text=""></f:ListItem>
|
||||
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
||||
<f:ListItem Value="Completed" Text="Completed"></f:ListItem>
|
||||
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
||||
|
||||
Reference in New Issue
Block a user