From dca18ce63e29670bc21619af2bbc7f44e4174d1a Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 17 二月 2025 16:49:13 +0800 Subject: [PATCH] 采购到货单 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs index 641a784..0a7bb61 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesDefectCode.cs @@ -236,6 +236,7 @@ lbGuid.Text = _rtn.rtnData; toolBarMenu1.isSetBtn = true; UtilityHelper.ChangeEnableByControl(this.panel1.Controls, false); + toolBarMenu1.currentAction = ""; } } catch (Exception ex) @@ -270,6 +271,7 @@ { gcMain.DataSource = dt; gcMain.ForceInitialize(); + gridView1.BestFitColumns(); } else UtilityHelper.SetDefaultTable(gcMain, gridView1); -- Gitblit v1.9.3