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 = '';