委托加工更新提交erp优化

This commit is contained in:
潘荣晟
2026-02-26 10:51:52 +08:00
parent 9d6e410720
commit 3ad1353a00
11 changed files with 94 additions and 58 deletions

View File

@@ -20,4 +20,8 @@ public class ErpConstants {
public static final String TOKEN_ = "-";//连接标识
public static final String DATE_FORMAT_YYYYMMDD = "yyyyMMdd";
public static final String MTRL_ZHONGTONG_CODE = "mtrlZhongtongCode";
public static final String ACTS_CTGR_S = "S";
public static final String ACTS_CTGR_A = "A";
public static final String ACTS_CTGR_F = "F";
public static final String ACTS_CTGR_K = "K";
}

View File

@@ -26,4 +26,5 @@ public interface ErrorCodeConstants {
ErrorCode PURCHASE_ORDER_ID_IS_EMPTY = new ErrorCode(1_008_000_080, "业务订单类型非法请参考字典SPLY_BSN_TP");
ErrorCode PURCHASE_ORDER_NOT_ALLOW_BIND = new ErrorCode(1_008_000_090, "来料销售加工订单不允许绑定订单");
ErrorCode ORDER_ALREADY_SUBMIT = new ErrorCode(1_008_000_100, "不允许重复提交erp");
ErrorCode ERP_ERO =new ErrorCode(1_008_000_200,"{}");
}