Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
d9ea28c3
Commit
d9ea28c3
authored
Jun 05, 2020
by
季圣华
Browse files
优化单据的提示
parent
659b962d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/constants/ExceptionConstants.java
View file @
d9ea28c3
...
...
@@ -66,7 +66,7 @@ public class ExceptionConstants {
public
static
final
String
USER_LOGIN_NAME_ALREADY_EXISTS_MSG
=
"登录名在本系统已存在"
;
//用户录入数量超出限制
public
static
final
int
USER_OVER_LIMIT_FAILED_CODE
=
500004
;
public
static
final
String
USER_OVER_LIMIT_FAILED_MSG
=
"用户录入数量超出限制,请联系管理员
续费
"
;
public
static
final
String
USER_OVER_LIMIT_FAILED_MSG
=
"用户录入数量超出限制,请联系管理员"
;
//此用户名限制使用
public
static
final
int
USER_NAME_LIMIT_USE_CODE
=
500004
;
public
static
final
String
USER_NAME_LIMIT_USE_MSG
=
"此用户名限制使用"
;
...
...
@@ -293,7 +293,7 @@ public class ExceptionConstants {
public
static
final
String
DEPOT_HEAD_EDIT_FAILED_MSG
=
"修改单据信息失败"
;
//单据录入数量超出限制
public
static
final
int
DEPOT_HEAD_OVER_LIMIT_FAILED_CODE
=
8500003
;
public
static
final
String
DEPOT_HEAD_OVER_LIMIT_FAILED_MSG
=
"单据录入数量超出限制,请联系管理员
续费
"
;
public
static
final
String
DEPOT_HEAD_OVER_LIMIT_FAILED_MSG
=
"单据录入数量超出限制,请联系管理员"
;
/**
* 单据明细信息
* type = 90
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment