feat(组件): 重构产品和原材料选择器为卡片布局

- 将产品和原材料选择器的表格布局替换为卡片布局,提升用户体验
- 添加卡片选中状态样式和交互逻辑
- 优化多选功能,使用复选框代替表格选择列
- 增加空数据提示和加载状态
- 移除未使用的分类数据初始化代码
This commit is contained in:
砂糖
2025-11-17 16:24:28 +08:00
parent 6af8dceb64
commit 0f92560e62
4 changed files with 381 additions and 186 deletions

View File

@@ -15,8 +15,8 @@ export default {
// 应用启动时全局初始化分类数据
if (this.$store.getters.token) {
// this.$store.dispatch('category/getCategoryList');
this.$store.dispatch('category/getProductMap');
this.$store.dispatch('category/getRawMaterialMap');
// this.$store.dispatch('category/getProductMap');
// this.$store.dispatch('category/getRawMaterialMap');
// this.$store.dispatch('category/getBomMap');
// this.$store.dispatch('finance/getFinancialAccounts');
// this.$store.dispatch('craft/getProcessList');