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.
修复以下bug: 在5楼拆分区,生成配对码后,不显示,还继续让生成配对码 申请领物料,数量为0保存后提示保存成功 申请领物料,增加loading防止多次点击,申请成功后不用关闭直接刷新页面,按当前页刷新,可以继续申请其他页的。 申请领料,物料规格没显示 只能有一条待开始的返库记录 每个plandetail只能执行返库一次 返库时判断扫描的条码的plan与当前plan是否一样 五楼申请领料,没保存endstationcode |
7 months ago | |
---|---|---|
.. | ||
bin | 1 year ago | |
build | 1 year ago | |
public | 7 months ago | |
src | 7 months ago | |
.editorconfig | 1 year ago | |
.env.development | 1 year ago | |
.env.production | 1 year ago | |
.env.staging | 1 year ago | |
.eslintignore | 1 year ago | |
.eslintrc.js | 1 year ago | |
.gitignore | 8 months ago | |
README.md | 1 year ago | |
babel.config.js | 1 year ago | |
jsconfig.json | 8 months ago | |
package.json | 7 months 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