11
This commit is contained in:
@@ -429,6 +429,7 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
|
||||
bool canSave = false;
|
||||
var jot = BLL.Pipeline_WeldJointService.GetWeldJointByWeldJointId(item.WeldJointId);
|
||||
var joty = BLL.Base_WeldTypeService.GetWeldTypeByWeldTypeId(jot.WeldTypeId);
|
||||
|
||||
string weldTypeGroup = joty.Flag;
|
||||
string weldTypeCode = joty.WeldTypeCode;
|
||||
string floorWelder = item.BackingWelderId;
|
||||
@@ -1330,7 +1331,9 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
|
||||
item.WPQId = wps.WPQId;
|
||||
if (!string.IsNullOrEmpty(wps.WeldingMethodId))
|
||||
{
|
||||
var met = BLL.Base_WeldingMethodService.GetWeldingMethodByWeldingMethodId(wps.WeldingMethodId);
|
||||
item.WeldingMethodId = wps.WeldingMethodId;
|
||||
item.WeldingMethodCode= met.WeldingMethodCode;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(wps.WeldMatId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user