移交优化
This commit is contained in:
@@ -208,11 +208,13 @@
|
||||
<f:GroupPanel Layout="Anchor" Title="其他信息" runat="server">
|
||||
<Items>
|
||||
<f:DropDownList ID="ddlElectricHeatTracing" runat="server" Label="电伴热" LabelWidth="180px">
|
||||
<f:ListItem Value="" Text=""></f:ListItem>
|
||||
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
||||
<f:ListItem Value="Y" Text="Y"></f:ListItem>
|
||||
<f:ListItem Value="N" Text="N"></f:ListItem>
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="ddlInsulation" runat="server" Label="保温/冷" LabelWidth="180px">
|
||||
<f:ListItem Value="" Text=""></f:ListItem>
|
||||
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
||||
<f:ListItem Value="Y" Text="Y"></f:ListItem>
|
||||
<f:ListItem Value="N" Text="N"></f:ListItem>
|
||||
|
||||
@@ -168,7 +168,7 @@ namespace FineUIPro.Web.Transfer
|
||||
newModel.SN = model.SN;
|
||||
newModel.PIPINGLINENUMBER = model.PIPINGLINENUMBER;
|
||||
newModel.SYSTEM = model.SYSTEM;
|
||||
newModel.Subsystem = newModel.Subsystem;
|
||||
newModel.Subsystem = model.Subsystem;
|
||||
newModel.TestPackage = txtTestPackage.Text;
|
||||
//newModel.PWD = ddlPWD.SelectedValue;
|
||||
//newModel.Apunchclosed = ddlApunchclosed.SelectedValue;
|
||||
|
||||
Reference in New Issue
Block a user