|
|
@@ -64,11 +64,17 @@ namespace UAS_MES.Packing
|
|
|
{
|
|
|
if (((RadioButton)sender).Name == "movepack")
|
|
|
{
|
|
|
+ pa_outboxcode.Text = "";
|
|
|
+ pa_currentqty.Text = "";
|
|
|
+ pa_standardqty.Text = "";
|
|
|
pa_standardqty.Enabled = false;
|
|
|
pa_outboxcode.Focus();
|
|
|
}
|
|
|
else if (((RadioButton)sender).Name == "newpack")
|
|
|
{
|
|
|
+ pa_outboxcode.Text = "";
|
|
|
+ pa_currentqty.Text = "";
|
|
|
+ pa_standardqty.Text = "";
|
|
|
pa_standardqty.Enabled = true;
|
|
|
pa_outboxcode.Focus();
|
|
|
}
|