修改移交

This commit is contained in:
2024-08-09 10:48:15 +08:00
parent cc639f4cab
commit 8c3bd0fe80
65 changed files with 1335 additions and 471 deletions
@@ -63,6 +63,8 @@ namespace FineUIPro.Web.Transfer
ddlFWDfinished.SelectedValue = model.FWDfinished;
ddlSystemreinstalled.SelectedValue = model.Systemreinstalled;
txtBlowingReport.Text = model.BlowingReport;
txtDescriptions.Text = model.Descriptions;
}
}
}
@@ -84,7 +86,8 @@ namespace FineUIPro.Web.Transfer
Blowingflushing= ddlBlowingflushing.SelectedValue,
FWDfinished= ddlFWDfinished.SelectedValue,
Systemreinstalled= ddlSystemreinstalled.SelectedValue,
BlowingReport= txtBlowingReport.Text
BlowingReport= txtBlowingReport.Text,
Descriptions= txtDescriptions.Text
};
#region
var listObj = new List<string>();
@@ -136,6 +139,7 @@ namespace FineUIPro.Web.Transfer
newModel.Systemreinstalled = ddlSystemreinstalled.SelectedValue;
newModel.BlowingReport = txtBlowingReport.Text;
newModel.FINALStatus = model.FINALStatus;
newModel.Descriptions = txtDescriptions.Text;
}
else {
model.Id=Id = Guid.NewGuid().ToString();