From 130ad63094a6608a9a60f9a9703693b73af66eee Mon Sep 17 00:00:00 2001 From: zhangyan Date: Mon, 15 Jun 2026 17:29:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=8A=E6=97=A5=E6=B8=85=E6=B4=97?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=B7=B2?= =?UTF-8?q?=E5=BD=95=E5=85=A5=E9=87=8D=E9=87=8F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在食材行中添加"已录入重量"列,显示每种食材的实际录入重量 - 已完成任务单显示完整已录入重量(绿色) - 待处理任务单显示已录入重量(绿色) - 新到达任务单显示"未录入"(灰色) Co-Authored-By: Claude Opus 4.6 --- .../01-washing-tasks.html | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/other-module/canteen-device/raw-veg-processing-scale/01-washing-tasks.html b/other-module/canteen-device/raw-veg-processing-scale/01-washing-tasks.html index 864fb5a..d72f959 100644 --- a/other-module/canteen-device/raw-veg-processing-scale/01-washing-tasks.html +++ b/other-module/canteen-device/raw-veg-processing-scale/01-washing-tasks.html @@ -142,6 +142,15 @@ .ingredient-row__weight { font-size: 13px; color: rgba(255,255,255,0.6); margin-right: 24px; white-space: nowrap; } + .ingredient-row__recorded { + font-size: 13px; color: #52c41a; margin-right: 24px; white-space: nowrap; min-width: 80px; text-align: center; + } + .ingredient-row__recorded--partial { + color: #faad16; + } + .ingredient-row__recorded--none { + color: rgba(255,255,255,0.3); + } .ingredient-row__deadline { font-size: 12px; color: rgba(255,255,255,0.5); min-width: 90px; text-align: right; white-space: nowrap; @@ -258,18 +267,21 @@
🥒
黄瓜 需 4.0 斤 + 已录 4.0 斤 截止 10:00
土豆 需 5.0 斤 + 已录 5.0 斤 截止 10:30
🍅
西红柿 需 3.5 斤 + 已录 3.5 斤 截止 11:00
@@ -288,15 +300,17 @@
-
🥕
+
胡萝卜 需 2.0 斤 + 已录 2.0 斤 截止 11:30
🍅
小番茄 需 1.5 斤 + 已录 1.5 斤 截止 14:00
@@ -318,18 +332,21 @@
🥬
大白菜 需 8.0 斤 + 已录 8.0 斤 截止 09:30
🥬
娃娃菜 需 2.5 斤 + 已录 2.5 斤 截止 10:00
土豆(晚餐) 需 3.0 斤 + 已录 3.0 斤 截止 15:00
@@ -419,12 +436,14 @@ '
🥦
' + '西兰花' + '需 3.0 斤' + + '未录入' + '截止 13:00' + '' + '
' + '
🥕
' + '芹菜' + '需 2.0 斤' + + '未录入' + '截止 13:30' + '
' + '' +