lu
2025-04-22 703fbd021fffe44e7257d13603672f723f5acaee
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.cs
@@ -755,7 +755,16 @@
                txtYdy.Text = row["ydy"].ToString();//已打印总量
                txt_kQty.Text = row["kdy"].ToString();//可打印总量
            }
            else {
                lbMxGuid.Text ="";
                toolBarMenu1.guidKey = "";
                txtWlid.Text = "";
                txtWlgg.Text = "";
                txtWlmc.Text = "";
                txtQuantity.Text = "";
                txtYdy.Text = "";
                txt_kQty.Text = "";
            }
        }
    }
}