PMI委托

This commit is contained in:
jackchenyang
2024-05-11 15:22:08 +08:00
parent 81f51e38be
commit 18b11605e1
17 changed files with 1540 additions and 312 deletions
+9
View File
@@ -527,12 +527,21 @@ namespace BLL
#endregion
#region PMI
public const string PMIDelegationId = "A6FB44C3-0920-4F77-862F-D814FD5E5D23";
#endregion
#region /
/// <summary>
/// 热处理委托及数据录入
/// </summary>
public const string HotProessTrustMenuId = "90579BE7-E38C-4CD2-A3BC-755169FF3BB2";
/// <summary>
/// 热处理反馈及硬度委托
/// </summary>
@@ -145,6 +145,7 @@ namespace BLL
newWeldJoint.PrepareTemp = weldJoint.PrepareTemp;
newWeldJoint.Electricity = weldJoint.Electricity;
newWeldJoint.Voltage = weldJoint.Voltage;
newWeldJoint.IsPMI= weldJoint.IsPMI;
newWeldJoint.TestPackageNo = weldJoint.TestPackageNo;
newWeldJoint.WeldingDailyCode = weldJoint.WeldingDailyCode;
newWeldJoint.BackingWelderId = weldJoint.BackingWelderId;