feat: 重构WMS仓库管理系统并添加多个功能组件
refactor(仓库管理): 将"库位"统一改为"货架"并调整相关代码 feat(组件): 新增仓库、货架、客户、供应商等选择对话框组件 feat(退库单): 优化退库单页面布局和交互体验 style(主题): 更新系统主题颜色为军绿色调 docs: 更新系统名称和描述为WMS仓库管理系统 build: 添加vue-office相关依赖以支持文档处理
Showing
.github/FUNDING.yml
deleted
100644 → 0
| { | ||
| "name": "ruoyi", | ||
| "version": "3.9.0", | ||
| "description": "若依管理系统", | ||
| "description": "WMS仓库管理系统", | ||
| "author": "若依", | ||
| "license": "MIT", | ||
| "type": "module", | ||
| ... | ... | @@ -17,6 +17,9 @@ |
| }, | ||
| "dependencies": { | ||
| "@element-plus/icons-vue": "2.3.1", | ||
| "@vue-office/docx": "^1.6.3", | ||
| "@vue-office/excel": "^1.7.14", | ||
| "@vue-office/pdf": "^2.0.10", | ||
| "@vueup/vue-quill": "1.2.0", | ||
| "@vueuse/core": "13.3.0", | ||
| "axios": "1.9.0", | ||
| ... | ... | @@ -34,6 +37,7 @@ |
| "splitpanes": "4.0.4", | ||
| "vue": "3.5.16", | ||
| "vue-cropper": "1.1.1", | ||
| "vue-demi": "^0.14.10", | ||
| "vue-router": "4.5.1", | ||
| "vuedraggable": "4.1.0" | ||
| }, | ||
| ... | ... |
src/components/AreaSelectTreeDialog.vue
0 → 100644
src/components/CustomerSelectDialog.vue
0 → 100644
src/components/InventoryFlowDialog.vue
0 → 100644
src/components/LocationSelectDialog.vue
0 → 100644
src/components/MaterialSelectDialog.vue
0 → 100644
src/components/OutboundOrderSelectDialog.vue
0 → 100644
src/components/SupplierSelectDialog.vue
0 → 100644
src/components/WarehouseSelectDialog.vue
0 → 100644
src/views/reports/AlertView.vue
0 → 100644
src/views/reports/inOutReport.vue
0 → 100644
Please
register
or
sign in
to comment