From 3108a1c6f7bdddcf22905ff601633a71f73a480d Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 08 四月 2025 12:11:22 +0800 Subject: [PATCH] fqc --- DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs b/DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs index 4163bde..0337b88 100644 --- a/DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs +++ b/DevApp/Gs.DevApp/DevFrm/FQC/Frm_FqcDetect01.cs @@ -405,6 +405,7 @@ gridViews.Add(gvMx1); UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews); Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); + this.ucUpFileList1.pGuid = ""; } /// <summary> /// 淇敼浜嬩欢 @@ -451,9 +452,9 @@ string _txt_lineId = txt_lineId.GetId(); string _txt_itemId = txt_itemId.Text.Trim(); string _txt_remarks = txt_remarks.Text.Trim(); - string _txt_workNo = txt_workNo.GetCode(); + string _txt_workNo = ""; string _txt_epTag = txt_epTag.Text.Trim(); - string _txt_fzrId = txt_fzrId.GetId(); + string _txt_fzrId = ""; string _txt_msg = txt_msg.TextTxt; string _txt_fmanageNo = txt_fmanageNo.Text.Trim(); string _txt_lotNo2 = txt_lotNo2.Text.Trim(); @@ -475,12 +476,6 @@ { Gs.DevApp.ToolBox.MsgHelper.Warning("浜х嚎涓嶈兘涓虹┖锛�"); txt_lineId.Focus(); - return; - } - if (string.IsNullOrEmpty(_txt_itemId.Trim())) - { - Gs.DevApp.ToolBox.MsgHelper.Warning("浜у搧涓嶈兘涓虹┖锛�"); - txt_itemId.Focus(); return; } if (string.IsNullOrEmpty(_txt_itemId.Trim())) -- Gitblit v1.9.3