|
@@ -148,7 +148,7 @@ namespace SCADA_DAQ.Customer
|
|
|
{
|
|
|
if (System.Windows.MessageBox.Show($"是否开始加工{orderString}?", "提示", MessageBoxButton.OKCancel) != MessageBoxResult.OK)
|
|
|
return;
|
|
|
- Checkout(isFace, isCard, "on");
|
|
|
+ //Checkout(isFace, isCard, "on");
|
|
|
//res = Env.SgIDAL.App_HongShi_TaskInfo.Update(filter,
|
|
|
// new UpdateItem(T_Col_Name.App_HongShi_TaskInfo.TaskState_Str, "加工中"));
|
|
|
}
|
|
@@ -261,7 +261,7 @@ namespace SCADA_DAQ.Customer
|
|
|
{
|
|
|
WssForFaceService.CheckResult = WssForFace.CheckState.None;
|
|
|
((IApp)System.Windows.Application.Current).ShowShortToast("识别成功!", ControlStyle.Success);
|
|
|
- SetSwitch("off");
|
|
|
+ //SetSwitch("off");
|
|
|
}
|
|
|
}
|
|
|
}
|