feat: 完善焊接质量检查和材料管理
补齐焊前专项审核和焊缝外观检测流程,统一质检查询、附件处理与材料明细导出,提升业务数据追溯和组件匹配使用效率。
This commit is contained in:
@@ -289,7 +289,14 @@ namespace BLL
|
||||
return "参数不能为空";
|
||||
}
|
||||
|
||||
string res = BLL.WeldingDailyService.SaveWeldingDailyTempDetailByMobile(newItem.WeldJointId, newItem.Personid, newItem.time, newItem.weldingLocation, newItem.welderType);
|
||||
string res = BLL.WeldingDailyService.SaveWeldingDailyTempDetailByMobile(
|
||||
newItem.WeldJointId,
|
||||
newItem.Personid,
|
||||
newItem.time,
|
||||
newItem.weldingLocation,
|
||||
newItem.welderType,
|
||||
newItem.WeldingMethodId,
|
||||
newItem.WeldTypeId);
|
||||
if (!string.IsNullOrEmpty(res))
|
||||
{
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user