修改移交
This commit is contained in:
@@ -57,6 +57,7 @@ namespace FineUIPro.Web.Transfer
|
||||
ddlInstallation.SelectedValue = model.Installation;
|
||||
ddlDebugging.SelectedValue = model.Debugging;
|
||||
ddlAcceptancecheck.SelectedValue = model.Acceptancecheck;
|
||||
txtDescriptions.Text = model.Descriptions;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -74,6 +75,7 @@ namespace FineUIPro.Web.Transfer
|
||||
Installation = ddlInstallation.SelectedValue,
|
||||
Debugging = ddlDebugging.SelectedValue,
|
||||
Acceptancecheck = ddlAcceptancecheck.SelectedValue,
|
||||
Descriptions = txtDescriptions.Text
|
||||
|
||||
};
|
||||
|
||||
@@ -112,6 +114,7 @@ namespace FineUIPro.Web.Transfer
|
||||
newModel.Debugging = ddlDebugging.SelectedValue;
|
||||
newModel.Acceptancecheck = ddlAcceptancecheck.SelectedValue;
|
||||
newModel.FINAL_Status = model.FINAL_Status;
|
||||
newModel.Descriptions = txtDescriptions.Text;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user