项目地址
该安装事项,基于当前最新版 2025年8月16日 之前的版本
下载地址:
后端JAVA
前端VUE
后端安装:
-
还原数据表
路径:根目录/sql/ry_20210908.sql、根目录/sql/quartz.sql、根目录/doc/实施文档/ktgmes-202505180846.sql.gz -
补全丢失的字段
alter table pro_feedback add column quantity_labor_scrap double null;
alter table pro_feedback add column quantity_material_scrap double null;
alter table pro_feedback add column quantity_other_scrap double null;
alter table qc_ipqc add quantity_labor_scrap double DEFAULT NULL COMMENT '人工报废数量';
前端安装
前提条件:node: 16.14.2 (强制要求,否则高版本有冲突问题)
安装命令
npm install --legacy-peer-deps