优化批次和序列号商品的入库和出库校验
This commit is contained in:
@@ -60,6 +60,11 @@ public class BusinessConstants {
|
||||
* */
|
||||
public static final String ENABLE_SERIAL_NUMBER_ENABLED = "1";
|
||||
public static final String ENABLE_SERIAL_NUMBER_NOT_ENABLED = "0";
|
||||
/**
|
||||
* 商品是否开启批号标识enableBatchNumber '0'未启用 '1'启用
|
||||
* */
|
||||
public static final String ENABLE_BATCH_NUMBER_ENABLED = "1";
|
||||
public static final String ENABLE_BATCH_NUMBER_NOT_ENABLED = "0";
|
||||
/**
|
||||
* 单据状态 billsStatus '0'未审核 '1'审核 '2'完成采购|销售 '3'部分采购|销售
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user