From dceb63f5f537149befdb88c9f859220bf478feb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE=E7=94=B7?= <446507344@qq.com> Date: Mon, 1 Apr 2024 10:22:12 +0800 Subject: [PATCH] 11 --- .../Forms/Operation/OperationForm.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs b/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs index 48f1910..0d06402 100644 --- a/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs +++ b/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs @@ -772,14 +772,14 @@ namespace QMAPP.WinForm.Forms.Operation //if(string.IsNullOrEmpty(_cfgAutoProduct)) // _cfgAutoProduct = productCode; - if (_operationServiceParam.machineInfo.WORKCELL_CODE == "LFRAME_WELDING_BC316") - { - lblMould.Text = "LFRAME_M1"; //BC316下体骨架焊接 - } - else if (_operationServiceParam.machineInfo.WORKCELL_CODE == "AIRDUCT_WELD_BC316") - { - lblMould.Text = "AD_WELD_M1";//BC316多媒体支架 - } + //if (_operationServiceParam.machineInfo.WORKCELL_CODE == "LFRAME_WELDING_BC316") + // { + // lblMould.Text = "LFRAME_M1"; //BC316下体骨架焊接 + // } + //else if (_operationServiceParam.machineInfo.WORKCELL_CODE == "AIRDUCT_WELD_BC316") + //{ + // lblMould.Text = "AD_WELD_M1";//BC316多媒体支架 + //} //采集点输入 var result = _agent.InvokeServiceFunction(B9IPCService.DAI_Input.ToString()