20250731
This commit is contained in:
@@ -97,10 +97,11 @@ namespace FineUIPro.Web.HJGL.PreDesign
|
||||
//table.ContactPhone = txtContactPhone.Text;
|
||||
table.TrainNumberId = drpTrainNumber.SelectedValue;
|
||||
table.TypeInt = int.Parse(drpTypeInt.SelectedValue);
|
||||
table.CompileMan = this.CurrUser.PersonId;
|
||||
table.CompileDate = DateTime.Now;
|
||||
if (drpTypeInt.SelectedValue == ((int)HJGL_PackagingmanageService.TypeInt.预制组件).ToString())
|
||||
{
|
||||
table.PipelineComponentId = string.Join(",", dropPipelineComponentCode.Values);
|
||||
|
||||
}
|
||||
BLL.HJGL_PackagingmanageService.AddHJGL_PackagingManage(table);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user