移交管理
This commit is contained in:
@@ -74,6 +74,8 @@ namespace FineUIPro.Web.Transfer.Chart
|
||||
ddlSystemStatus.SelectedValue = model.SystemStatus;
|
||||
txtTurnoverDescription.Text = model.TurnoverDescription;
|
||||
txtRemark.Text = model.Remark;
|
||||
ddlElectricHeatTracing.SelectedValue = model.ElectricHeatTracing;
|
||||
ddlInsulation.SelectedValue = model.Insulation;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -96,8 +98,10 @@ namespace FineUIPro.Web.Transfer.Chart
|
||||
IaQian= txtIaQian.Text,
|
||||
TcccQ= txtTcccQ.Text,
|
||||
SystemStatus= ddlSystemStatus.SelectedValue,
|
||||
TurnoverDescription= txtTurnoverDescription.Text,
|
||||
Remark= txtRemark.Text
|
||||
TurnoverDescription = txtTurnoverDescription.Text,
|
||||
Remark = txtRemark.Text,
|
||||
ElectricHeatTracing = ddlElectricHeatTracing.SelectedValue,
|
||||
Insulation = ddlInsulation.SelectedValue,
|
||||
};
|
||||
if (!string.IsNullOrEmpty(txtActualPWD.Text))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user