|
|
|
@ -527,8 +527,8 @@ namespace MaterialTraceabilityUI
|
|
|
|
|
operationRevision = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "operationRevision"),
|
|
|
|
|
resource = appConfig.resource,
|
|
|
|
|
user = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "user"),
|
|
|
|
|
activity = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "activity"),
|
|
|
|
|
modeProcessSfc = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "modeProcessSfc"),
|
|
|
|
|
activity = "",
|
|
|
|
|
modeProcessSfc = "MODE_START_SFC",
|
|
|
|
|
};
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
@ -576,8 +576,8 @@ namespace MaterialTraceabilityUI
|
|
|
|
|
operationRevision = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "operationRevision"),
|
|
|
|
|
resource = appConfig.resource,
|
|
|
|
|
user = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "user"),
|
|
|
|
|
activity = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "activity"),
|
|
|
|
|
modeProcessSfc = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "modeProcessSfc"),
|
|
|
|
|
activity = "",
|
|
|
|
|
modeProcessSfc = "MODE_START_SFC",
|
|
|
|
|
};
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
@ -777,8 +777,8 @@ namespace MaterialTraceabilityUI
|
|
|
|
|
operationRevision = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "operationRevision"),
|
|
|
|
|
resource = appConfig.resource,
|
|
|
|
|
user = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "user"),
|
|
|
|
|
activity = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "activity"),
|
|
|
|
|
modeProcessSfc = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "modeProcessSfc"),
|
|
|
|
|
activity = "",
|
|
|
|
|
modeProcessSfc = "MODE_START_SFC",
|
|
|
|
|
};
|
|
|
|
|
DateTime beginTime = DateTime.Now;
|
|
|
|
|
try
|
|
|
|
@ -825,8 +825,8 @@ namespace MaterialTraceabilityUI
|
|
|
|
|
operationRevision = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "operationRevision"),
|
|
|
|
|
resource = appConfig.resource,
|
|
|
|
|
user = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "user"),
|
|
|
|
|
activity = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "activity"),
|
|
|
|
|
modeProcessSfc = inifile.IniReadValue("MiFirstOperationForsfcServiceServiceParam", "modeProcessSfc"),
|
|
|
|
|
activity = "",
|
|
|
|
|
modeProcessSfc = "MODE_START_SFC",
|
|
|
|
|
};
|
|
|
|
|
DateTime beginTime = DateTime.Now;
|
|
|
|
|
try
|
|
|
|
|