From 7c3e04a04c1a676b2db3d2fdb06391e05b0ab7b1 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 25 三月 2025 11:06:32 +0800 Subject: [PATCH] 生产报工 --- DevApp/Gs.DevApp/UserControl/SelectOrg.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/SelectOrg.cs b/DevApp/Gs.DevApp/UserControl/SelectOrg.cs index 286ae02..b4ea7dc 100644 --- a/DevApp/Gs.DevApp/UserControl/SelectOrg.cs +++ b/DevApp/Gs.DevApp/UserControl/SelectOrg.cs @@ -63,7 +63,7 @@ { gcMain.DataSource = dt; gcMain.ForceInitialize(); - gridView1.BestFitColumns(); + gridView1.BestFitColumns(); Gs.DevApp.ToolBox.UtilityHelper.SetGridLayout(gridView1); } else UtilityHelper.SetDefaultTable(gcMain, gridView1); @@ -89,7 +89,7 @@ if (e.Button.Index == 0) { var dr = gridView1.GetDataRow(rowhandle); - var mxGuid = dr["guid"].ToString(); + var mxGuid = dr["fid"].ToString(); if (string.IsNullOrEmpty(mxGuid)) { return; -- Gitblit v1.9.3