|
@@ -15,12 +15,6 @@ namespace MOKA_Factory_Tools.BLL
|
|
|
/// ""=异常,OncePass,NTF,ReadFial
|
|
|
/// </summary>
|
|
|
public string ResultType = "";
|
|
|
- /// <summary>
|
|
|
- /// 订单类型:0=试产订单、1=量产订单;
|
|
|
- /// </summary>
|
|
|
- public static int nCurOrderType;
|
|
|
- // 连续测试中累计失败的次数
|
|
|
- private static int nSNCount = Convert.ToInt32(CommonMethod.ReadProfileString("MOKAFactoryTools", "GFailCount", "0"));
|
|
|
protected readonly DAL_AMResult dalAMResult = new DAL_AMResult();
|
|
|
protected readonly DAL_AMYields dalAMYields = new DAL_AMYields();
|
|
|
protected readonly DAL_AMResult_TR dalAMResultTR = new DAL_AMResult_TR();
|
|
@@ -41,7 +35,6 @@ namespace MOKA_Factory_Tools.BLL
|
|
|
// 通过SN获取MES服务器中记录的ODF、Model、Dissemination信息;
|
|
|
if (CommonMethod.GetMaInfo(strSN, out maInfo, null))
|
|
|
{
|
|
|
- nCurOrderType = nOrderType;
|
|
|
// 1.通过SN查询出订单类型;
|
|
|
if (nOrderType == 1) // 量产;
|
|
|
{
|