lu
2025-02-17 d037b658c491f634cbefeb0e11fa5a0564baaf71
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs
@@ -379,6 +379,7 @@
            gridViews.Add(gvMx2);
            UtilityHelper.CleanValueByControl(this.panel1.Controls, true, gridViews);
            Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
            Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx2, gvMx2);
        }
        /// <summary>
        /// 保存事件
@@ -731,10 +732,8 @@
                txtWlgg.Text = row["tld004"].ToString();
                txtWlmc.Text = row["tld003"].ToString();
                txtQuantity.Text = row["tld004"].ToString();//申请总量
                                                            //txtYdy.Text = row["YDYNUM"].ToString();//已打印总量
                                                            //kyPrtQty.Text = row["KDYNUM"].ToString();//可打印总量
                txtYdy.Text = "";//已打印总量
                kyPrtQty.Text = "";//可打印总量
                txtYdy.Text = row["ydy"].ToString();//已打印总量
                txtKdy.Text = row["kdy"].ToString();//可打印总量
            }
        }