From dac2f771d2e0c065be9f7e82bd7cefcbdf596103 Mon Sep 17 00:00:00 2001 From: zhangyan Date: Mon, 15 Jun 2026 17:46:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B8=85=E6=B4=97=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=A1=B5=E5=88=A0=E9=99=A4=E9=A1=B6=E9=83=A8"?= =?UTF-8?q?=E5=8E=BB=E5=A4=84=E7=90=86"=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 --- .../raw-veg-processing-scale/01-washing-tasks.html | 12 ------------ 1 file changed, 12 deletions(-) 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 aa0d12b..f730f6c 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 @@ -200,12 +200,6 @@ /* 顶部操作区 */ .tabs-spacer { flex: 1; } - .top-action-btn { - padding: 10px 28px; border-radius: 8px; font-size: 14px; font-weight: 600; - background: #4a90d9; color: #fff; border: none; cursor: pointer; - transition: all 0.2s; - } - .top-action-btn:hover { background: #5ba0e9; transform: translateY(-1px); } .logout-btn { font-size: 12px; color: rgba(255,255,255,0.5); cursor: pointer; padding: 4px 12px; border-radius: 4px; transition: all 0.2s; @@ -245,7 +239,6 @@ 1 - @@ -396,11 +389,6 @@ window.location.href = '02-batch-weighing.html?user=' + encodeURIComponent(user) + '&taskNo=' + encodeURIComponent(taskNo); } - // ── 兼容旧版 goWeigh(顶部按钮,取第一个待处理任务单)── - function goWeigh() { - var firstBtn = document.querySelector('.order-card[data-status="pending"] .task-action-btn'); - if (firstBtn) handleTask(firstBtn); - } // ── 退出登录 ── function handleLogout() {