feat(hjgl): 完善图纸识别与材料管段信息管理
扩展图纸识别结果模型和保存流程,按管线及页码替换识别明细, 避免重复导入造成数据累积;同时自动补充材料编码库数据, 新增材料总览、管段长度总览及 PDF 焊口标记功能,提升识别数据 的查询、复核和后续使用效率。
This commit is contained in:
@@ -623,6 +623,7 @@ namespace FineUIPro.Web.HJGL.InfoQuery
|
||||
var q = (from x in View_HJGL_WeldJoint
|
||||
select new
|
||||
{
|
||||
管线号 = x.PipelineCode,
|
||||
焊口号 = x.WeldJointCode,
|
||||
完成状态 = x.IsWeldOK,
|
||||
单位名称 = x.UnitName,
|
||||
@@ -647,6 +648,7 @@ namespace FineUIPro.Web.HJGL.InfoQuery
|
||||
打底焊工班组 = x.BackingWelderTeamGroupName,
|
||||
盖面焊工号 = x.CoverWelderCode,
|
||||
盖面焊工班组 = x.CoverWelderTeamGroupName,
|
||||
是否热处理 = x.IsHotProessStr,
|
||||
热处理报告编号 = x.HotProessReportNo,
|
||||
热处理检测结果 = x.HotProessResult,
|
||||
硬度报告编号 = x.HardReportNo,
|
||||
|
||||
Reference in New Issue
Block a user