lu
2025-03-28 91e22ded7e97d54830b8cb78e73b10ed219d3ca8
DevApp/Gs.DevApp/UserControl/UcLookDaa.cs
@@ -208,7 +208,7 @@
        }
        /// <summary>
        /// 线别
        /// 任务单号
        /// </summary>
        /// <returns></returns>
        public string GetRwd()
@@ -221,5 +221,20 @@
            }
            return "";
        }
        /// <summary>
        /// 投料单号
        /// </summary>
        /// <returns></returns>
        public string GetTldh()
        {
            var row = lookSearchSupplier.GetSelectedDataRow() as DataRowView;
            if (row != null)
            {
                string id = row["daa014"].ToString();
                return id;
            }
            return "";
        }
    }
}