feat(clgl):出库申请编辑界面,增加出库明细导入功能

This commit is contained in:
2026-05-30 17:45:53 +08:00
parent 2bee582511
commit fc8ddedbe3
8 changed files with 638 additions and 4 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ namespace BLL
PipelineComponentId = x.PipelineComponentId,
MaterialCode = x.MaterialCode,
Code = mat.Code,
HeatNo = x.HeatNo,
BatchNo = x.BatchNo,
HeatNo = mat.HeatNo,
BatchNo = mat.BatchNo,
PlanNum = x.PlanNum,
ActNum = x.ActNum,
PipelineComponentCode = y.PipelineComponentCode,