章政 %!s(int64=8) %!d(string=hai) anos
pai
achega
1ea501dd92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UAS-出货标签管理/UAS_出货标签管理.cs

+ 1 - 1
UAS-出货标签管理/UAS_出货标签管理.cs

@@ -697,7 +697,7 @@ namespace UAS_LabelMachine
             //保存参数打印
             SingleDoc.Save();
             SingleDoc.Printer.SwitchTo(SingleLabelPrinter.Text);
-            //SingleDoc.PrintDocument();
+            SingleDoc.PrintDocument();
             LogManager.DoLog("执行打印单盘,pib_id:" + LabelInf.Rows[CurrentRowIndex].Cells["pib_id1"].Value.ToString() + ",标签地址" + LabelUrl);
             LabelInf.Rows[CurrentRowIndex].Cells["pib_ifprint"].Value = true;
         }