feat: 初始化项目基础框架和功能模块
- 添加项目基础框架和配置 - 实现系统管理模块(部门、岗位、公告等) - 实现仓库管理模块(仓库、库区、库位等) - 实现物资管理模块(物资主数据、库存等) - 实现RFID管理模块(标签、天线、绑定记录等) - 实现审批流程管理模块 - 添加各类图标资源 - 配置Vite构建工具和插件 - 实现权限控制和路由配置
parents
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.env.staging
0 → 100644
.github/FUNDING.yml
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
This diff is collapsed.
Click to expand it.
bin/build.bat
0 → 100644
bin/package.bat
0 → 100644
bin/run-web.bat
0 → 100644
html/ie.html
0 → 100644
This diff is collapsed.
Click to expand it.
index.html
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "ruoyi", | |||
| "version": "3.9.0", | |||
| "description": "若依管理系统", | |||
| "author": "若依", | |||
| "license": "MIT", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build:prod": "vite build", | |||
| "build:stage": "vite build --mode staging", | |||
| "preview": "vite preview" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://gitee.com/y_project/RuoYi-Vue.git" | |||
| }, | |||
| "dependencies": { | |||
| "@element-plus/icons-vue": "2.3.1", | |||
| "@vueup/vue-quill": "1.2.0", | |||
| "@vueuse/core": "13.3.0", | |||
| "axios": "1.9.0", | |||
| "clipboard": "2.0.11", | |||
| "echarts": "5.6.0", | |||
| "element-plus": "2.10.7", | |||
| "file-saver": "2.0.5", | |||
| "fuse.js": "6.6.2", | |||
| "js-beautify": "1.14.11", | |||
| "js-cookie": "3.0.5", | |||
| "jsencrypt": "3.3.2", | |||
| "nprogress": "0.2.0", | |||
| "pinia": "3.0.2", | |||
| "sortablejs": "^1.15.6", | |||
| "splitpanes": "4.0.4", | |||
| "vue": "3.5.16", | |||
| "vue-cropper": "1.1.1", | |||
| "vue-router": "4.5.1", | |||
| "vuedraggable": "4.1.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@vitejs/plugin-vue": "5.2.4", | |||
| "sass-embedded": "1.89.1", | |||
| "unplugin-auto-import": "0.18.6", | |||
| "unplugin-vue-setup-extend-plus": "1.0.1", | |||
| "vite": "6.3.5", | |||
| "vite-plugin-compression": "0.5.1", | |||
| "vite-plugin-svg-icons": "2.0.1" | |||
| }, | |||
| "overrides": { | |||
| "quill": "2.0.2" | |||
| } | |||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/favicon.ico
0 → 100644
File added
src/App.vue
0 → 100644
src/api/login.js
0 → 100644
src/api/menu.js
0 → 100644
src/api/monitor/cache.js
0 → 100644
src/api/monitor/job.js
0 → 100644
src/api/monitor/jobLog.js
0 → 100644
src/api/monitor/logininfor.js
0 → 100644
src/api/monitor/online.js
0 → 100644
src/api/monitor/operlog.js
0 → 100644
src/api/monitor/server.js
0 → 100644
src/api/system/config.js
0 → 100644
src/api/system/dept.js
0 → 100644
src/api/system/dict/data.js
0 → 100644
src/api/system/dict/type.js
0 → 100644
src/api/system/menu.js
0 → 100644
src/api/system/notice.js
0 → 100644
src/api/system/post.js
0 → 100644
src/api/system/role.js
0 → 100644
src/api/system/user.js
0 → 100644
src/api/tool/gen.js
0 → 100644
src/api/ware/wmsAlertRecord.js
0 → 100644
src/api/ware/wmsAlertRule.js
0 → 100644
src/api/ware/wmsApprovalFlow.js
0 → 100644
src/api/ware/wmsApprovalNode.js
0 → 100644
src/api/ware/wmsApprovalRecord.js
0 → 100644
src/api/ware/wmsArea.js
0 → 100644
src/api/ware/wmsBorrowOrder.js
0 → 100644
src/api/ware/wmsCustomer.js
0 → 100644
src/api/ware/wmsDevice.js
0 → 100644
src/api/ware/wmsInboundOrder.js
0 → 100644
src/api/ware/wmsInboundOrderItem.js
0 → 100644
src/api/ware/wmsInventory.js
0 → 100644
src/api/ware/wmsInventoryFlow.js
0 → 100644
src/api/ware/wmsInventoryPlan.js
0 → 100644
src/api/ware/wmsInventoryResult.js
0 → 100644
src/api/ware/wmsInventoryTask.js
0 → 100644
src/api/ware/wmsLocation.js
0 → 100644
src/api/ware/wmsMaterial.js
0 → 100644
src/api/ware/wmsMaterialAttribute.js
0 → 100644
src/api/ware/wmsMaterialCategory.js
0 → 100644
src/api/ware/wmsMobileTask.js
0 → 100644
src/api/ware/wmsOperationRecord.js
0 → 100644
src/api/ware/wmsOperationStatistics.js
0 → 100644
src/api/ware/wmsOutboundOrder.js
0 → 100644
src/api/ware/wmsOutboundOrderItem.js
0 → 100644
src/api/ware/wmsReturnOrder.js
0 → 100644
src/api/ware/wmsRfidAntenna.js
0 → 100644
src/api/ware/wmsRfidBatchDetail.js
0 → 100644
src/api/ware/wmsRfidBatchOperation.js
0 → 100644
src/api/ware/wmsRfidBinding.js
0 → 100644
src/api/ware/wmsRfidBindingHistory.js
0 → 100644
src/api/ware/wmsRfidCard.js
0 → 100644
src/api/ware/wmsRfidLocation.js
0 → 100644
src/api/ware/wmsRfidTag.js
0 → 100644
src/api/ware/wmsSupplier.js
0 → 100644
src/api/ware/wmsWarehouse.js
0 → 100644
src/assets/401_images/401.gif
0 → 100644
160 KB
src/assets/404_images/404.png
0 → 100644
95.8 KB
src/assets/404_images/404_cloud.png
0 → 100644
4.65 KB
src/assets/icons/svg/404.svg
0 → 100644
src/assets/icons/svg/bug.svg
0 → 100644
src/assets/icons/svg/build.svg
0 → 100644
src/assets/icons/svg/button.svg
0 → 100644
src/assets/icons/svg/cascader.svg
0 → 100644
src/assets/icons/svg/chart.svg
0 → 100644
src/assets/icons/svg/checkbox.svg
0 → 100644
src/assets/icons/svg/clipboard.svg
0 → 100644
src/assets/icons/svg/code.svg
0 → 100644
src/assets/icons/svg/color.svg
0 → 100644
src/assets/icons/svg/component.svg
0 → 100644
src/assets/icons/svg/dashboard.svg
0 → 100644
src/assets/icons/svg/date-range.svg
0 → 100644
src/assets/icons/svg/date.svg
0 → 100644
src/assets/icons/svg/dict.svg
0 → 100644
src/assets/icons/svg/documentation.svg
0 → 100644
src/assets/icons/svg/download.svg
0 → 100644
src/assets/icons/svg/drag.svg
0 → 100644
src/assets/icons/svg/druid.svg
0 → 100644
src/assets/icons/svg/edit.svg
0 → 100644
src/assets/icons/svg/education.svg
0 → 100644
src/assets/icons/svg/email.svg
0 → 100644
src/assets/icons/svg/enter.svg
0 → 100644
src/assets/icons/svg/example.svg
0 → 100644
src/assets/icons/svg/excel.svg
0 → 100644
src/assets/icons/svg/exit-fullscreen.svg
0 → 100644
src/assets/icons/svg/eye-open.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/eye.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/form.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/fullscreen.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/github.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/guide.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/input.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/international.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/job.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/language.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/link.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/list.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/lock.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/log.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/logininfor.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/message.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/money.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/monitor.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/moon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/more-up.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/nested.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/number.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/online.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/password.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/pdf.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/people.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/peoples.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/phone.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/post.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/qq.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/question.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/radio.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/rate.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/redis-list.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/redis.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/row.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/search.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/select.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/server.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/shopping.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/size.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/skill.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/slider.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/star.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/sunny.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/swagger.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/switch.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/system.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tab.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/table.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/textarea.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/theme.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/time-range.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/time.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tool.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tree-table.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tree.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/upload.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/user.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/validCode.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/wechat.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/zip.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/dark.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/light.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/login-background.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/pay.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/profile.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/logo/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/btn.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/element-ui.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/mixin.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/ruoyi.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/sidebar.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/transition.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/variables.module.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Breadcrumb/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/day.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/hour.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/min.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/month.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/result.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/second.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/week.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/year.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/DictTag/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Editor/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/FileUpload/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Hamburger/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/HeaderSearch/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/IconSelect/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/IconSelect/requireIcons.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ImagePreview/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ImageUpload/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Pagination/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ParentView/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/RightToolbar/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/RuoYi/Doc/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/RuoYi/Git/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Screenfull/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SizeSelect/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SvgIcon/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SvgIcon/svgicon.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/TopNav/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/iFrame/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/common/copyText.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/permission/hasPermi.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/permission/hasRole.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/AppMain.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Copyright/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/IframeToggle/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/InnerLink/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Navbar.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Settings/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/Link.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/Logo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/layout/components/TagsView/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/auth.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/cache.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/download.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/modal.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/tab.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/app.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/dict.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/settings.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/tagsView.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/auth.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dict.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dynamicTitle.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/errorCode.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/css.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/drawingDefault.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/html.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/icon.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/js.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/render.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/jsencrypt.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/request.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/ruoyi.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/scroll-to.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/theme.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/validate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/error/401.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/error/404.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/cache/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/cache/list.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/druid/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/job/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/job/log.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/logininfor/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/online/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/operlog/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/server/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/redirect/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/register.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/config/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/dept/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/dict/data.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/dict/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/menu/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/notice/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/post/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/role/authUser.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/role/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/role/selectUser.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/authRole.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/profile/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/profile/resetPwd.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/profile/userAvatar.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/profile/userInfo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/build/CodeTypeDialog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/build/DraggableItem.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/build/IconsDialog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/build/RightPanel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/build/TreeNodeDialog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/build/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/basicInfoForm.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/createTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/editTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/genInfoForm.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/importTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/swagger/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsAlertRecord/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsAlertRule/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsApprovalFlow/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsApprovalNode/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsApprovalRecord/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsArea/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsBorrowOrder/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsCustomer/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsDevice/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsInboundOrder/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsInboundOrderItem/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsInventory/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsInventoryFlow/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsInventoryPlan/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsInventoryResult/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsInventoryTask/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsLocation/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsMaterial/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/ware/wmsMaterialCategory/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsMobileTask/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsOperationRecord/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/ware/wmsOutboundOrder/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/ware/wmsReturnOrder/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsRfidAntenna/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsRfidBatchDetail/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/ware/wmsRfidBinding/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/ware/wmsRfidCard/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsRfidLocation/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsRfidTag/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsSupplier/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ware/wmsWarehouse/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
vite.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
vite/plugins/auto-import.js
0 → 100644
This diff is collapsed.
Click to expand it.
vite/plugins/compression.js
0 → 100644
This diff is collapsed.
Click to expand it.
vite/plugins/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
vite/plugins/setup-extend.js
0 → 100644
This diff is collapsed.
Click to expand it.
vite/plugins/svg-icon.js
0 → 100644
This diff is collapsed.
Click to expand it.