|
|
@@ -421,7 +421,6 @@ namespace UAS_MES.PublicMethod
|
|
|
|
|
|
public static bool CheckStepSNAndMacode(string iMakeCode, string iSourceCode, string iSN, string iUserCode, out string oMakeCode, out string oMsID, out string oErrorMessage)
|
|
|
{
|
|
|
- Console.WriteLine("iMakeCode" + iMakeCode);
|
|
|
oErrorMessage = "";
|
|
|
oMakeCode = "";
|
|
|
oMsID = "";
|
|
|
@@ -993,8 +992,6 @@ namespace UAS_MES.PublicMethod
|
|
|
oErrorMessage = "";
|
|
|
string StepCode = dh.getFieldDataByCondition("Makeserial", "ms_stepcode", "ms_sncode='" + iSN + "'").ToString();
|
|
|
string CurrentStep = GetStepCodeBySource(iSourceCode);
|
|
|
- Console.WriteLine("StepCode" + StepCode);
|
|
|
- Console.WriteLine("CurrentStep" + CurrentStep);
|
|
|
if (StepCode == CurrentStep)
|
|
|
{
|
|
|
InsertMakeProcess(iSN, iMakeCode, iSourceCode, iMPKind, iResult, iUserCode);
|