From 3612135d32b6b32092faeece8e3a5d7f46b5d5d7 Mon Sep 17 00:00:00 2001 From: Default User Date: Mon, 2 Feb 2026 14:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9C=9F=E9=B8=A1=E8=9B=8B?= =?UTF-8?q?=E7=A7=8D=E7=B1=BB=E5=88=B0supply.html=E7=9A=84=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E5=92=8C=E7=BC=96=E8=BE=91=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supply.html b/supply.html index c078546..5d190ce 100644 --- a/supply.html +++ b/supply.html @@ -2280,7 +2280,7 @@ let editAllSourceTypes = ['平台货源', '鸡场直销', '第三方货源']; let editFilteredSourceTypes = [...editAllSourceTypes]; let editSelectedSourceType = ''; - let editAllCategories = ['粉壳', '褐壳', '绿壳', '白壳']; + let editAllCategories = ['粉壳', '褐壳', '绿壳', '白壳', '土鸡蛋']; let editFilteredCategories = [...editAllCategories]; let editSelectedCategory = ''; let editAllProductNames = ['罗曼粉', '伊莎粉', '罗曼灰', '海蓝灰', '海蓝褐', '绿壳', '粉一', '粉三', '粉六', '粉八', '京粉1号', '京红', '京粉6号', '京粉3号', '农二', '农三', '农五', '农六', '黑鸡土蛋', '大午金凤', '黑凤']; @@ -3099,7 +3099,7 @@ let selectedYolk = ''; // 种类选择功能 - let allCategoryOptions = ['粉壳', '褐壳', '绿壳', '白壳']; + let allCategoryOptions = ['粉壳', '褐壳', '绿壳', '白壳', '土鸡蛋']; let filteredCategoryOptions = [...allCategoryOptions]; let selectedCategory = '';