|
|
@@ -322,6 +322,7 @@ namespace BPASmartClient.MorkS |
|
|
|
if (@event is DoOrderEvent order) |
|
|
|
{ |
|
|
|
mORKS.doOrderEvents.Add(order); |
|
|
|
DeviceProcessLogShow($"接收到{order.MorkOrder.SortNum}号订单"); |
|
|
|
if (order.MorkOrder.GoodBatchings == null) return; |
|
|
|
if (mORKS.HistorySuborderId.Contains(order.MorkOrder.SuborderId)) return; |
|
|
|
OrderCount++; |
|
|
@@ -687,7 +688,6 @@ namespace BPASmartClient.MorkS |
|
|
|
DeviceProcessLogShow($"订单【{mORKS.OutMealId}】取餐完成"); |
|
|
|
ResetCookComplete(); |
|
|
|
DeviceProcessLogShow($"出餐订单【{mORKS.OutMealSortNum.ToString()}】"); |
|
|
|
//int SerialNum = Convert.ToInt32(mORKS.OutMealSortNum.ToString().Substring(0,(mORKS.OutMealSortNum.ToString().Length-1))); |
|
|
|
DeviceProcessLogShow($"出餐订单序号【{mORKS.OutMealSortNum}】"); |
|
|
|
VoiceAPI.Speak(mORKS.OutMealSortNum.ToString()); |
|
|
|
//DeviceProcessLogShow($"叫号系统通知主题【MORKS/VoiceCall/{DeviceId}】"); |
|
|
|