修改移交

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
@@ -58,6 +58,7 @@ namespace FineUIPro.Web.Transfer
ddlInternalinspection.SelectedValue = model.Internalinspection;
ddlInternalsPacking.SelectedValue = model.InternalsPacking;
ddlBOXupRecord.SelectedValue = model.BOXupRecord;
txtDescriptions.Text = model.Descriptions;
}
}
}
@@ -74,7 +75,8 @@ namespace FineUIPro.Web.Transfer
TestPackage = txtTestPackage.Text,
Internalinspection = ddlInternalinspection.SelectedValue,
InternalsPacking = ddlInternalsPacking.SelectedValue,
BOXupRecord = ddlBOXupRecord.SelectedValue
BOXupRecord = ddlBOXupRecord.SelectedValue,
Descriptions= txtDescriptions.Text
};
#region
@@ -113,6 +115,7 @@ namespace FineUIPro.Web.Transfer
newModel.InternalsPacking = ddlInternalsPacking.SelectedValue;
newModel.BOXupRecord = ddlBOXupRecord.SelectedValue;
newModel.MechanicalFINALStatus = model.MechanicalFINALStatus;
newModel.Descriptions = txtDescriptions.Text;
}
}
else