注塑车间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 28423e07f0 refactor(bom): 重构BOM管理功能优化物料选择和订单维护流程
- 注释掉废弃的自动同步BOM接口定义
- 将物料编码输入框改为下拉选择支持模糊搜索
- 实现选择物料后自动填充物料名称、类别和工厂编号
- 新增PDA订单维护卡片支持按物料关键字查询工单
- 为工单信息页面添加物料选择器组件和相关校验规则
- 重构参数追溯页面为设备参数分析中心包含异常、趋势和切换三大模块
- 在物料信息页面增加导入功能支持Excel批量导入物料数据
- 统一工单维护权限检查并优化批量操作按钮布局
1 week ago
bin first commit 3 years ago
public 修改接口 2 years ago
src refactor(bom): 重构BOM管理功能优化物料选择和订单维护流程 1 week 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