Ver código fonte

点击封中盒就打印

章政 6 anos atrás
pai
commit
7493a4a66a

+ 1 - 0
UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

@@ -1545,6 +1545,7 @@ namespace UAS_LabelMachine
                     dh.UpdateByCondition("RULEMAXNUM", "rmn_maxnumber='" + MaxNum + "'", "rmn_nrcode='" + pi_cardcode.Text + "' and rmn_prefix='" + Prefix + "'");
                 }
                 LoadGridData(sender, e);
+                MidLabelPrint.PerformClick();
             }
         }