@@ -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;
}