Hcsy 8 năm trước cách đây
mục cha
commit
a0b3bd5786
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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();
                 }