diff --git a/src/views/mealSurplusInformation/mealSurplusInformation1.vue b/src/views/mealSurplusInformation/mealSurplusInformation1.vue new file mode 100644 index 0000000..fa9fd12 --- /dev/null +++ b/src/views/mealSurplusInformation/mealSurplusInformation1.vue @@ -0,0 +1,656 @@ + + + + {{ times }} + 餐厅后厨智能看板 + 当前餐次:{{ dinnerType }} {{ mealTime }} + + + + + + + + {{ item.foodName }} + + + + 当前余量 + + kg + + + + + 累计制作 + + + kg + + + + + + + 低于预警值,请备菜 + + + + + + 低于警告值,请补餐 + + + + + + + + + + + + 无开餐数据 + + + + + + + 当餐菜品生产计划 + + + + + 未制作 + {{ recipeFoodNotMadeList.length }} + + + + + {{ item.foodName }} + {{ item.foodWeight_kg }}kg + + + + + + + 已制作 + {{ recipeFoodProducedList.length }} + + + + + {{ item.foodName }} + {{ item.foodWeight_kg }}kg + + + + + + + + + + + + +