单据校验

This commit is contained in:
季圣华
2021-05-31 01:09:14 +08:00
parent 64d8e875bd
commit 5ffaf4ce0e
3 changed files with 16 additions and 2 deletions

View File

@@ -306,6 +306,9 @@ public class ExceptionConstants {
//单据录入-调入仓库不能为空
public static final int DEPOT_HEAD_ANOTHER_DEPOT_FAILED_CODE = 8500005;
public static final String DEPOT_HEAD_ANOTHER_DEPOT_FAILED_MSG = "调入仓库不能为空";
//单据录入-明细不能为空
public static final int DEPOT_HEAD_ROW_FAILED_CODE = 8500006;
public static final String DEPOT_HEAD_ROW_FAILED_MSG = "单据明细不能为空";
/**
* 单据明细信息
* type = 90
@@ -332,6 +335,9 @@ public class ExceptionConstants {
//修改财务信息失败
public static final int ACCOUNT_HEAD_EDIT_FAILED_CODE = 9500002;
public static final String ACCOUNT_HEAD_EDIT_FAILED_MSG = "修改财务信息失败";
//单据录入-明细不能为空
public static final int ACCOUNT_HEAD_ROW_FAILED_CODE = 9500003;
public static final String ACCOUNT_HEAD_ROW_FAILED_MSG = "单据明细不能为空";
/**
* 财务明细信息
* type = 100