PMI委托
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user