update ConstantMap增加MATERIALPACKING_STOCKSTATE
This commit is contained in:
parent
1623d00256
commit
1b730f657f
@ -335,6 +335,16 @@ public class ConstantMap extends com.cim.idm.wmspackage.generic.master.ConstantM
|
||||
|
||||
public String BMDT_ManualStockIn_KOSTL = "2000PA0500";
|
||||
public CharSequence Factory_All = "ALL";
|
||||
|
||||
/**
|
||||
* MATERIALPACKING_STOCKSTATE
|
||||
*/
|
||||
public String STOCKSTATE_CREATED = "Created";
|
||||
public String STOCKSTATE_STOCKED = "Stocked";
|
||||
public String STOCKSTATE_STOCKOUT = "StockOut";
|
||||
public String STOCKSTATE_RELEASED = "Released";
|
||||
|
||||
|
||||
private Map<String, String> constantDefsMap = new HashMap<String, String>();
|
||||
|
||||
private ApplicationContext ac;
|
||||
|
Loading…
x
Reference in New Issue
Block a user