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