lu
2025-02-18 aa4e638512f70d2ac2a8ccc48d6ba026bdfc959e
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs
@@ -459,6 +459,7 @@
                    gvList.Add(gvMx1);
                    gvList.Add(gvMx2);
                    UtilityHelper.ChangeEnableByControl(this.panel1.Controls, false, gvList);
                    toolBarMenu1.currentAction = "";
                }
            }
            catch (Exception ex)
@@ -731,7 +732,7 @@
                txtWlid.Text = row["tld002"].ToString();
                txtWlgg.Text = row["tld004"].ToString();
                txtWlmc.Text = row["tld003"].ToString();
                txtQuantity.Text = row["tld004"].ToString();//申请总量
                txtQuantity.Text = row["tld005"].ToString();//申请总量
                txtYdy.Text = row["ydy"].ToString();//已打印总量
                txtKdy.Text = row["kdy"].ToString();//可打印总量
            }