作者 张晓杰

Merge branch 'dev' of http://39.105.222.208:1024/leihd/factory-web into dev

1 NODE_ENV=production 1 NODE_ENV=production
2 -VUE_APP_PLATFORM_NAME=仓库管理系统 2 +VUE_APP_PLATFORM_NAME=企业资源管理系统
3 # 开启单点登录 3 # 开启单点登录
4 VUE_APP_SSO=false 4 VUE_APP_SSO=false
5 # 开启微应用模式 5 # 开启微应用模式
@@ -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>
1 <template> 1 <template>
2 <div class="footer"> 2 <div class="footer">
3 <div class="copyright"> 3 <div class="copyright">
4 - <span>仓库管理系统</span> 4 + <span>企业资源管理系统</span>
5 </div> 5 </div>
6 </div> 6 </div>
7 </template> 7 </template>
@@ -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"/>
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 props: { 21 props: {
22 title: { 22 title: {
23 type: String, 23 type: String,
24 - default: '仓库管理系统', 24 + default: '企业资源管理系统',
25 required: false 25 required: false
26 }, 26 },
27 showTitle: { 27 showTitle: {
@@ -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 }