修改移交

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
@@ -59,6 +59,7 @@ namespace FineUIPro.Web.Transfer
ddlCommunicationtest.SelectedValue = model.Communicationtest;
ddlCableLaying.SelectedValue = model.CableLaying;
ddlLoopTest.SelectedValue = model.LoopTest;
txtDescriptions.Text = model.Descriptions;
}
}
}
@@ -77,6 +78,7 @@ namespace FineUIPro.Web.Transfer
Communicationtest = ddlCommunicationtest.SelectedValue,
CableLaying = ddlCableLaying.SelectedValue,
LoopTest = ddlLoopTest.SelectedValue,
Descriptions= txtDescriptions.Text
};
@@ -118,6 +120,7 @@ namespace FineUIPro.Web.Transfer
newModel.CableLaying = ddlCommunicationtest.SelectedValue;
newModel.LoopTest = ddlLoopTest.SelectedValue;
newModel.FINAL_Status = model.FINAL_Status;
newModel.Descriptions = txtDescriptions.Text;
}
}
else