schangxiang@126.com
2024-12-04 d333a3cfd7882071fc3b9e357a8882e1e3f325d5
CC/iWareCC_ASRS/ThreadService/05_BZ30(齐套验证)/DataProcess_ValidateQiTao.cs
@@ -35,7 +35,8 @@
                SystemWarningMsg._lbl_Alert_DataProcess_ValidateQiTao = string.Empty;
                try
                {
                    if (SystemValue.isAllowRuning_DataProcess_ValidateQiTao && SystemValue.isStartedModel)
                    //if (SystemValue.isAllowRuning_DataProcess_ValidateQiTao && SystemValue.isStartedModel)
                    if (SystemValue.isStartedModel)
                    {
                        var rgvLocation = StationLocationEnum.BZ30.ToString();
@@ -122,6 +123,8 @@
                            record.OpRemark = "涓嬬嚎";
                            wmsDB.mes_package_unline_record.Add(record);
                            WmsRecordUpiProcessHandler.SaveWmsRecordPackageProcess(wmsDB, package, "BZ30", "榻愬楠岃瘉");
                            wmsDB.SaveChanges();
                        }
@@ -136,6 +139,6 @@
            }
        }
    }
}