lu
2025-04-26 53ff1e8dc26bd92d00391a7c9e5160885bee6c38
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 = "";
            }
        }
    }
}