From ba140f1487ef85db52d544f0a4e3e95fa3b505b3 Mon Sep 17 00:00:00 2001 From: OoO Date: Wed, 13 May 2026 16:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9C=AA=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E7=BC=BA=E8=B2=A8=E6=B8=85=E5=96=AE=E4=BD=94=E4=BD=8D=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/list.html | 76 ------------------------- tests/test_phase3f_cleanup_contracts.py | 1 + 2 files changed, 1 insertion(+), 76 deletions(-) delete mode 100644 templates/list.html diff --git a/templates/list.html b/templates/list.html deleted file mode 100644 index 947e7bd..0000000 --- a/templates/list.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - 缺貨清單 - 廠商缺貨系統 - - - - - - {% include 'components/_navbar.html' %} - -
-
-
-

- 缺貨清單 -

-
- - 此頁面功能將在 Phase 4 實作 (清單顯示、篩選、編輯、批次操作) -
-
-
-
- - - - diff --git a/tests/test_phase3f_cleanup_contracts.py b/tests/test_phase3f_cleanup_contracts.py index 7fc1290..69c6b7c 100644 --- a/tests/test_phase3f_cleanup_contracts.py +++ b/tests/test_phase3f_cleanup_contracts.py @@ -199,6 +199,7 @@ def test_tracked_backup_artifacts_stay_removed(): "app.py.backup_login_required", "vendor_stockout_list.html.backup", "database/edm_dashboard.html", + "templates/list.html", "tests/main_test.py", ]