|
|
|
@ -111,7 +111,7 @@ namespace Aucma.Core.OldBoxFoam.Business
|
|
|
|
|
fixtureComplates.Add(new RecordBoxFoamFixtureComplate()
|
|
|
|
|
{
|
|
|
|
|
ProductionLine = "CX_01",
|
|
|
|
|
StationCode = "1005",
|
|
|
|
|
StationCode = "1105",
|
|
|
|
|
FixtureCode = x.ObjId,
|
|
|
|
|
FixtureBoxType = x.FixtureBoxType,
|
|
|
|
|
FixtureStatus = x.Status,
|
|
|
|
@ -122,7 +122,7 @@ namespace Aucma.Core.OldBoxFoam.Business
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
var info = _fixtureComplateServices.SaveFixtureComplate(fixtureComplates,"CX_01","1005");
|
|
|
|
|
var info = _fixtureComplateServices.SaveFixtureComplate(fixtureComplates,"CX_01","1105");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|