iqc
lu
2025-04-01 92c2fea9ee96b545e4760de721c08a3d90115a06
DevApp/Gs.DevApp/UserControl/UcLookWwgd.cs
@@ -164,5 +164,21 @@
            }
            return "";
        }
        /// <summary>
        /// 任务单
        /// </summary>
        /// <returns></returns>
        public string GetRwd()
        {
            var row = lookSearchSupplier.GetSelectedDataRow() as DataRowView;
            if (row != null)
            {
                string id = row["daa014"].ToString();
                return id;
            }
            return "";
        }
    }
}