Commit 8ff6510c by ss.dai

添加部分打印方面的日志记录

parent b9062ad8
......@@ -172,8 +172,12 @@ void DetailForm::on_detailBtn1_clicked()
QLOG_INFO() << "re print...............";
QString error;
FmPrinter::GetInstance().DoPrint(ConfigManger::GetInstance().GetqtPrinterName(), m_orderObject, error);
QLOG_ERROR() << error;
FmPrinter::GetInstance().DoPrint(ConfigManger::GetInstance().GetlfPrinterName(), m_orderObject, error);
QLOG_ERROR() << error;
FmPrinter::GetInstance().DoPrint(ConfigManger::GetInstance().GetrcPrinterName(), m_orderObject, error);
QLOG_ERROR() << error;
QLOG_INFO() << "end print...............";
}
void DetailForm::on_detailBtn0_clicked()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment