修改移交
This commit is contained in:
@@ -58,6 +58,7 @@ namespace FineUIPro.Web.Transfer
|
||||
ddlCommunication.SelectedValue = model.Communication;
|
||||
ddlCableLaying.SelectedValue = model.CableLaying;
|
||||
ddlFunctionTest.SelectedValue = model.FunctionTest;
|
||||
txtDescriptions.Text = model.Descriptions;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -76,6 +77,7 @@ namespace FineUIPro.Web.Transfer
|
||||
Communication = ddlCommunication.SelectedValue,
|
||||
CableLaying = ddlCableLaying.SelectedValue,
|
||||
FunctionTest = ddlFunctionTest.SelectedValue,
|
||||
Descriptions= txtDescriptions.Text,
|
||||
|
||||
};
|
||||
|
||||
@@ -116,6 +118,7 @@ namespace FineUIPro.Web.Transfer
|
||||
newModel.CableLaying = ddlCableLaying.SelectedValue;
|
||||
newModel.FunctionTest = ddlFunctionTest.SelectedValue;
|
||||
newModel.FINAL_Status = model.FINAL_Status;
|
||||
newModel.Descriptions = txtDescriptions.Text;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user