Hcsy 8 سال پیش
والد
کامیت
a0b3bd5786
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      UAS-MES/FunctionCode/Packing/Packing_CartonTransfer.cs

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