feat(库存管理): 重构库存页面并添加分组功能
添加vxe-table依赖支持表格分组和筛选 重构库存页面为左右布局,左侧仓库树右侧分组表格 实现按物料类型、名称、材质等多维度分组功能 添加全表搜索和列筛选功能 移除不再使用的stockIo组件和旧版库存页面
This commit is contained in:
6
package.json
Normal file
6
package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"vxe-table": "^2.11.0",
|
||||
"xe-utils": "^3.5.31"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user