修改移交
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user