Commit 8764ae01 by ss.dai

小票信息新增提货码

parent 8ff6510c
......@@ -97,10 +97,10 @@ QStringList FmPrinter::_GetPrintData(OrderObject *pData)
orderType = "预订单";
break;
case 3:
orderType = "自提单";
orderType = "自提单 " + pData->delivery_code;
break;
case 4:
orderType = "堂食单";
orderType = "堂食单 " + pData->delivery_code;
break;
deafult:
orderType = "外卖单";
......
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