Hcsy 8 жил өмнө
parent
commit
a0b3bd5786

+ 6 - 0
UAS-MES/FunctionCode/Packing/Packing_CartonTransfer.cs

@@ -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();
                 }