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 @@
+
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 @@
📝
-
验收记录
-
历史配比验收记录查看与筛选
+
配比记录
+
历史配比记录查看与筛选
›