注塑车间mes前端
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zangch@mesnac.com 9e89b811ab feat(production): 新增安灯模块
- 新增 AndonRule 实体类,定义安灯规则配置对象及其属性和方法
- 新增安灯看板配置、事件、派工记录、操作日志等 API 接口- 新增安灯看板配置页面,支持增删改查及位产线、工下拉选择- 新增安灯事件管理页面,支持事件查询、导出及状态展示
- 实现安灯事件的确认、处理、完成和取消等操作接口调用
- 添加相关字典数据支持,如触发源类型、事件状态、是否有效等
- 隐藏部分非必要搜索和展示字段,优化用户操作体验- 安灯事件数据保留用于统计分析,不支持直接删除- 完善表单校验规则,确保核心字段如看板编码、名称等必填
- 提供刷新间隔、展示字段等看板配置项,支持个性化配置
5 months ago
bin first commit 3 years ago
build first commit 3 years ago
public 修改接口 2 years ago
src feat(production): 新增安灯模块 5 months ago
.editorconfig first commit 3 years ago
.env.development first commit 3 years ago
.env.production first commit 3 years ago
.env.staging first commit 3 years ago
.eslintignore first commit 3 years ago
.eslintrc.js first commit 3 years ago
.gitignore first commit 3 years ago
README.md first commit 3 years ago
babel.config.js first commit 3 years ago
package.json 注塑车间初始化 6 months ago
vue.config.js 注塑车间初始化 6 months ago
webpack.config.js first commit 3 years ago

README.md

开发

# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue

# 进入项目目录
cd ruoyi-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod