Switch warehouse matching to use IDs

This commit is contained in:
2026-06-24 23:25:06 +08:00
parent 4670220614
commit bd9b5a6f4d
27 changed files with 776 additions and 419 deletions
@@ -119,7 +119,9 @@ namespace BLL
ProjectId = om.ProjectId,
CusBillCode = om.CusBillCode,
InOutPlanMasterId = om.InOutPlanMasterId,
WarehouseId = om.WarehouseId,
WarehouseCode = om.WarehouseCode,
WarehouseName = om.WarehouseCode,
Source = om.Source,
TypeInt = om.TypeInt,
State = om.State,
@@ -160,7 +162,9 @@ namespace BLL
ProjectId = om.ProjectId,
CusBillCode = om.CusBillCode,
InOutPlanMasterId = om.InOutPlanMasterId,
WarehouseId = om.WarehouseId,
WarehouseCode = om.WarehouseCode,
WarehouseName = om.WarehouseCode,
Source = om.Source,
TypeInt = om.TypeInt,
State = om.State,