lu
2025-03-21 2a99e99dc28b76ff41c7c66a0bdb0ea68ae86ee9
DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs
@@ -26,7 +26,6 @@
            txt_bl017.Text = _strType;
            txt_bl017.Tag = "moren." + _strType;
        }
        protected override void OnCreateControl()
        {
            base.OnCreateControl();
@@ -78,7 +77,7 @@
                txt_bl002.Text = txt_aboutGuid.GetPrdNo();
                txt_bl014.Text = txt_aboutGuid.GetPrdName();
                txt_bl015.Text = txt_aboutGuid.GetPrdModel();
                txt_bl011.Text = txt_aboutGuid.GetWorkName();
                txt_dptName.Text = txt_aboutGuid.GetWorkName();
                txt_bl012.Text = txt_aboutGuid.GetWorkXb();
                txt_bl013.Text = txt_aboutGuid.GetRwd();
                var _obj = new
@@ -97,6 +96,7 @@
                    var rtn = UtilityHelper.ReturnToTablePage(strReturn);
                    var dt = rtn.rtnData.list;
                    this.repositoryItemSearchLookUpEdit1.DataSource = dt;
                    this.repositoryItemSearchLookUpEdit1.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
                }
                catch (Exception ex)
                {
@@ -402,7 +402,7 @@
                    {
                        gcMain1.DataSource = dt;
                        gcMain1.ForceInitialize();
                        gridView1.BestFitColumns();
                        gridView1.BestFitColumns(); Gs.DevApp.ToolBox.UtilityHelper.SetGridLayout(gridView1);
                    }
                    else
                        UtilityHelper.SetDefaultTable(gcMain1, gridView1);