DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
@@ -76,7 +76,6 @@ string _orgId = txt_fapporgid.GetId(); string _orgName = txt_fapporgid.GetName(); if (string.IsNullOrEmpty(_orgId)) return; gvMx1.SetFocusedRowCellValue("dcOrg", _orgName); gvMx1.SetFocusedRowCellValue("dcOrgGuid", _orgId); gvMx1.SetFocusedRowCellValue("drOrg", _orgName);