cnf
2025-08-27 eb374e4405bac15c8d28ce9d17e6ee47b43338d4
DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs
@@ -91,6 +91,16 @@
                    return;
                }
                var frm = new UcBlclSelect(txt_aboutGuid.GetId(), this.txt_orgId.GetId());
                if (txt_bl017.Text.Trim() == "生产补料")
                {
                     frm = new UcBlclSelect(txt_aboutGuid.GetId(), this.txt_orgId.GetId(), txt_bl017.Text.Trim());
                }
                else
                {
                     frm = new UcBlclSelect(txt_aboutGuid.GetId(), this.txt_orgId.GetId());
                }
                //赋值给明细表
                frm.UpdateParent += (ss, ee) =>
                {