From 0f288870626439ab2d618ef18e9433d11cb3cd29 Mon Sep 17 00:00:00 2001 From: zhangyan Date: Mon, 6 Jul 2026 15:49:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E5=B7=B2=E5=8C=85?= =?UTF-8?q?=E8=A3=85=E8=AE=A2=E5=8D=95=E5=8D=A1=E7=89=87=E7=9A=84=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E6=89=93=E5=8D=B0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .../clean-veg-packaging-labeler/01-orders.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/other-module/canteen-device/clean-veg-packaging-labeler/01-orders.html b/other-module/canteen-device/clean-veg-packaging-labeler/01-orders.html index 2cfbc81..7e90672 100644 --- a/other-module/canteen-device/clean-veg-packaging-labeler/01-orders.html +++ b/other-module/canteen-device/clean-veg-packaging-labeler/01-orders.html @@ -257,7 +257,6 @@ headerHtml += '⏰ 包装完成时间:' + order.labeledTime + ''; headerHtml += '👤 操作人:' + order.operator + ''; headerHtml += '已包装'; - headerHtml += ''; } header.innerHTML = headerHtml; taskCard.appendChild(header); @@ -331,11 +330,6 @@ showToast('重新打印: ' + orderNo + ' ' + packName, 2000, 'success'); } - /* 重新打印(整单) */ - function handleReprintOrder(orderNo) { - showToast('重新打印整单: ' + orderNo, 2000, 'success'); - } - /* 退出登录 */ function handleLogout() { window.location.href = '00-login.html';