后厨单

This commit is contained in:
2026-05-13 09:02:15 +08:00
parent 2ddd4ba481
commit 0a0f6d53bc
2 changed files with 5 additions and 0 deletions

View File

@@ -1605,6 +1605,10 @@ public class OrderInfoCustomServiceImpl implements OrderInfoCustomService {
case 2://结算单
printConfig.orderHandler(orderInfo.getId(), PrinterHandler.PrintTypeEnum.ORDER, null);
break;
case 3://后厨单
printConfig.orderHandler(orderInfo.getId(), PrinterHandler.PrintTypeEnum.ALL_KITCHEN, null);
printConfig.orderHandler(orderInfo.getId(), PrinterHandler.PrintTypeEnum.ONLY_KITCHEN, null);
break;
}
return true;
}