提交单据的时候增加校验单号是否重复
This commit is contained in:
@@ -400,6 +400,9 @@ public class ExceptionConstants {
|
||||
//单据录入-商品条码XXX的数量与序列号不一致
|
||||
public static final int DEPOT_HEAD_SN_NUMBERE_FAILED_CODE = 8000021;
|
||||
public static final String DEPOT_HEAD_SN_NUMBERE_FAILED_MSG = "抱歉,商品条码:%s的数量与序列号不一致";
|
||||
//单据录入-单据编号已经存在
|
||||
public static final int DEPOT_HEAD_BILL_NUMBER_EXIST_CODE = 8000022;
|
||||
public static final String DEPOT_HEAD_BILL_NUMBER_EXIST_MSG = "抱歉,单据编号已经存在";
|
||||
|
||||
/**
|
||||
* 单据明细信息
|
||||
@@ -433,6 +436,9 @@ public class ExceptionConstants {
|
||||
//单据删除-只有未审核的单据才能删除
|
||||
public static final int ACCOUNT_HEAD_UN_AUDIT_DELETE_FAILED_CODE = 9500004;
|
||||
public static final String ACCOUNT_HEAD_UN_AUDIT_DELETE_FAILED_MSG = "抱歉,只有未审核的单据才能删除";
|
||||
//财务信息录入-单据编号已经存在
|
||||
public static final int ACCOUNT_HEAD_BILL_NO_EXIST_CODE = 9500005;
|
||||
public static final String ACCOUNT_HEAD_BILL_NO_EXIST_MSG = "抱歉,单据编号已经存在";
|
||||
/**
|
||||
* 财务明细信息
|
||||
* type = 100
|
||||
|
||||
Reference in New Issue
Block a user