正在显示
8 个修改的文件
包含
9 行增加
和
7 行删除
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
| 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | 7 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
| 8 | - <title>仓库管理系统</title> | 8 | + <title>企业资源管理系统</title> |
| 9 | <link rel="icon" href="<%= BASE_URL %>logo.png"> | 9 | <link rel="icon" href="<%= BASE_URL %>logo.png"> |
| 10 | <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script> | 10 | <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script> |
| 11 | <style> | 11 | <style> |
| @@ -177,7 +177,7 @@ | @@ -177,7 +177,7 @@ | ||
| 177 | 177 | ||
| 178 | // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题 | 178 | // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题 |
| 179 | changeTitle(title) { | 179 | changeTitle(title) { |
| 180 | - let projectTitle = "仓库管理系统" | 180 | + let projectTitle = "企业资源管理系统" |
| 181 | // 首页特殊处理 | 181 | // 首页特殊处理 |
| 182 | if (this.$route.path === indexKey) { | 182 | if (this.$route.path === indexKey) { |
| 183 | document.title = projectTitle | 183 | document.title = projectTitle |
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | <div class="header"> | 5 | <div class="header"> |
| 6 | <a href="/"> | 6 | <a href="/"> |
| 7 | <!-- <img src="~@/assets/logo.svg" class="logo" alt="logo"> --> | 7 | <!-- <img src="~@/assets/logo.svg" class="logo" alt="logo"> --> |
| 8 | - <span class="title">仓库管理系统</span> | 8 | + <span class="title">企业资源管理系统</span> |
| 9 | </a> | 9 | </a> |
| 10 | </div> | 10 | </div> |
| 11 | </div> | 11 | </div> |
| @@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
| 17 | :type="collapsed ? 'menu-unfold' : 'menu-fold'" | 17 | :type="collapsed ? 'menu-unfold' : 'menu-fold'" |
| 18 | @click="toggle"/> | 18 | @click="toggle"/> |
| 19 | 19 | ||
| 20 | - <span v-if="device === 'desktop'">欢迎进入 仓库管理系统</span> | 20 | + <span v-if="device === 'desktop'">欢迎进入 企业资源管理系统</span> |
| 21 | <span v-else>Jeecg-Boot</span> | 21 | <span v-else>Jeecg-Boot</span> |
| 22 | 22 | ||
| 23 | <user-menu :theme="theme"/> | 23 | <user-menu :theme="theme"/> |
| @@ -79,6 +79,8 @@ export default { | @@ -79,6 +79,8 @@ export default { | ||
| 79 | } else { | 79 | } else { |
| 80 | if (res.message === '操作失败,null') { | 80 | if (res.message === '操作失败,null') { |
| 81 | that.$message.warning('计算错误') | 81 | that.$message.warning('计算错误') |
| 82 | + } else if (this.model.salaryMonth === '') { | ||
| 83 | + that.$message.error('请选择计算月份') | ||
| 82 | } else { | 84 | } else { |
| 83 | that.$message.warning(res.message) | 85 | that.$message.warning(res.message) |
| 84 | } | 86 | } |
-
请 注册 或 登录 后发表评论