From fbc9fdbddfb224ec9ae2c531f0ad16c5740262eb Mon Sep 17 00:00:00 2001 From: zhangyan Date: Mon, 22 Jun 2026 14:43:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E8=88=AA=E9=A1=B5=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E7=BB=9F=E4=B8=80=E4=B8=8E=E9=85=8D=E6=AF=94=E7=A7=A4?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=A1=B5=E5=A2=9E=E5=8A=A0=E9=85=8D=E6=AF=94?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 配比秤导航页"验收记录"改为"配比记录" - 加工秤导航页"验收记录"改为"加工记录" - 加工秤加工记录页去掉加工时长列 - 配比秤菜单页增加配比记录按钮 - 配比任务页待配比显示"任务截止时间",已完成显示"任务完成时间" Co-Authored-By: Claude Opus 4.6 --- .../canteen-device/clean-veg-ratio-scale/02-history.html | 7 +++---- .../canteen-device/clean-veg-ratio-scale/index.html | 4 ++-- other-module/canteen-device/ratio-scale/00-welcome.html | 8 ++++++++ .../canteen-device/ratio-scale/01-packing-tasks.html | 2 +- other-module/canteen-device/ratio-scale/index.html | 4 ++-- 5 files changed, 16 insertions(+), 9 deletions(-) diff --git a/other-module/canteen-device/clean-veg-ratio-scale/02-history.html b/other-module/canteen-device/clean-veg-ratio-scale/02-history.html index b7605a4..bb7bdd3 100644 --- a/other-module/canteen-device/clean-veg-ratio-scale/02-history.html +++ b/other-module/canteen-device/clean-veg-ratio-scale/02-history.html @@ -290,7 +290,7 @@ - +
加工号净菜净菜类型加工重量完成时间加工时长加工重量完成时间
@@ -515,7 +515,7 @@ var dateCol = isWeeklyMode ? '日期' : ''; thead.innerHTML = dateCol + '加工号净菜净菜类型' - + '加工重量完成时间加工时长'; + + '加工重量完成时间'; if (records.length === 0) { tbody.innerHTML = ''; @@ -542,8 +542,7 @@ + '' + r.dish + '' + '' + specFull + '' + '' + r.weight.toFixed(1) + ' 斤' - + '' + timeShort + '' - + '' + r.duration + ''; + + '' + timeShort + ''; return '' + cols + ''; }).join(''); diff --git a/other-module/canteen-device/clean-veg-ratio-scale/index.html b/other-module/canteen-device/clean-veg-ratio-scale/index.html index 421be64..592b066 100644 --- a/other-module/canteen-device/clean-veg-ratio-scale/index.html +++ b/other-module/canteen-device/clean-veg-ratio-scale/index.html @@ -62,8 +62,8 @@ 📝
-
验收记录
-
历史验收记录查看与筛选
+
加工记录
+
历史加工记录查看与筛选
diff --git a/other-module/canteen-device/ratio-scale/00-welcome.html b/other-module/canteen-device/ratio-scale/00-welcome.html index b35cb5d..a035b0d 100644 --- a/other-module/canteen-device/ratio-scale/00-welcome.html +++ b/other-module/canteen-device/ratio-scale/00-welcome.html @@ -142,6 +142,14 @@ 0 + + + + + diff --git a/other-module/canteen-device/ratio-scale/01-packing-tasks.html b/other-module/canteen-device/ratio-scale/01-packing-tasks.html index 730b6b1..a65ff89 100644 --- a/other-module/canteen-device/ratio-scale/01-packing-tasks.html +++ b/other-module/canteen-device/ratio-scale/01-packing-tasks.html @@ -267,7 +267,7 @@ header.innerHTML = '订单号:' + order.orderNo + '' + '' + orderTypeLabel + '' + - '⏰ 任务完成时间:' + order.expectedArrival + '' + + '⏰ ' + (orderAllDone ? '任务完成时间' : '任务截止时间') + ':' + order.expectedArrival + '' + '' + (orderAllDone ? '已完成' : '待配比') + '' + (orderAllDone ? '' diff --git a/other-module/canteen-device/ratio-scale/index.html b/other-module/canteen-device/ratio-scale/index.html index c1860df..09694fc 100644 --- a/other-module/canteen-device/ratio-scale/index.html +++ b/other-module/canteen-device/ratio-scale/index.html @@ -71,8 +71,8 @@ 📝
-
验收记录
-
历史配比验收记录查看与筛选
+
配比记录
+
历史配比记录查看与筛选