修复bug

dep
杨威 5 months ago
parent bdfe9d44fe
commit 23efb57e54

@ -399,7 +399,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
TextE.GelWaterTime.MCValue = web.GelWater; TextE.GelWaterTime.MCValue = web.GelWater;
TextE.GelWaitTime.MCValue = web.GelWait; TextE.GelWaitTime.MCValue = web.GelWait;
TextE.GelCloseHeatTime.MCValue = web.GelCloseHeat; TextE.GelCloseHeatTime.MCValue = web.GelCloseHeat;
TextE.GelOutDelayTime.MCValue = web.WetOutDelay; TextE.GelOutDelayTime.MCValue = web.GelDelayTime;
TextE.WetDryWeight.MCValue = web.WetDryWei; TextE.WetDryWeight.MCValue = web.WetDryWei;
@ -467,7 +467,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
TextE.GelWaterTime.MCValue = web.GelWater; TextE.GelWaterTime.MCValue = web.GelWater;
TextE.GelWaitTime.MCValue = web.GelWait; TextE.GelWaitTime.MCValue = web.GelWait;
TextE.GelCloseHeatTime.MCValue = web.GelCloseHeat; TextE.GelCloseHeatTime.MCValue = web.GelCloseHeat;
TextE.GelOutDelayTime.MCValue = web.WetOutDelay; TextE.GelOutDelayTime.MCValue = web.GelDelayTime;

Loading…
Cancel
Save