|
|
|
@ -1601,7 +1601,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 干混机步骤代码转换为步骤名
|
|
|
|
|
/// </summary>
|
|
|
|
|
private string WetStepConvert(int code)
|
|
|
|
|
private string GelStepConvert(int code)
|
|
|
|
|
{
|
|
|
|
|
switch (code)
|
|
|
|
|
{
|
|
|
|
@ -1619,7 +1619,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 干混机步骤代码转换为步骤名
|
|
|
|
|
/// </summary>
|
|
|
|
|
private string GelStepConvert(int code)
|
|
|
|
|
private string WetStepConvert(int code)
|
|
|
|
|
{
|
|
|
|
|
switch (code)
|
|
|
|
|
{
|
|
|
|
|