feat: 完善材料管理与焊接业务功能
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
PipeGrade = codeLib.PipeGrade,
|
||||
MaterialUnit = codeLib.MaterialUnit,
|
||||
ProjectId = codeLib.ProjectId,
|
||||
Code = codeLib.Code
|
||||
Code = codeLib.Code,
|
||||
DesignInstitute = codeLib.DesignInstitute
|
||||
};
|
||||
db.HJGL_MaterialCodeLib.InsertOnSubmit(newCodeLib);
|
||||
db.SubmitChanges();
|
||||
@@ -89,6 +90,7 @@
|
||||
newCodeLib.PipeGrade = codeLib.PipeGrade;
|
||||
newCodeLib.MaterialUnit = codeLib.MaterialUnit;
|
||||
newCodeLib.Code = codeLib.Code;
|
||||
newCodeLib.DesignInstitute = codeLib.DesignInstitute;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
@@ -231,6 +233,12 @@
|
||||
///</summary>
|
||||
[ExcelColumnName("类型")]
|
||||
public string MaterialName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 材料编码来源设计院。
|
||||
/// </summary>
|
||||
[ExcelColumnName("所属设计院")]
|
||||
public string DesignInstitute { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user