Ver código fonte

加上了打印二维码的

zhangyang 6 anos atrás
pai
commit
67cdc54870
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      lewaimai_pos_windows/tool/CPosPrinter.cpp

+ 4 - 4
lewaimai_pos_windows/tool/CPosPrinter.cpp

@@ -839,12 +839,12 @@ void CPosPrinter::PrintWaimaiOrderShouyin(CWaimaiOrder& order)
 		if (order.m_show_qiangdan_qrcode == "1")
 		{
 			POS_OutQRCode(order_no);
-		}
 
-		POS_FeedLine();
-		POS_FeedLine();
+			POS_FeedLine();
+			POS_FeedLine();
 
-		POS_OutBmp(L"D:\\132.jpg");
+			POS_TextOut("请使用配送员app扫码绑定订单", false, false, 1);
+		}
 
         //走纸几行再切
         POS_FeedLine();