出库领料记录
This commit is contained in:
@@ -226,6 +226,37 @@ public static class DictConst
|
||||
/// 出库单据状态完成
|
||||
/// </summary>
|
||||
public const string OUTSTOCKSTATUSCOMPLETED = "8";
|
||||
|
||||
/// <summary>
|
||||
/// 出库单据状态新增id
|
||||
/// </summary>
|
||||
public const string OUTSTOCKSTATUSADDID = "25065138925589";
|
||||
|
||||
/// <summary>
|
||||
/// 出库单据状态作业中id
|
||||
/// </summary>
|
||||
public const string OUTSTOCKSTATUSWORKINGID = "25065143245845";
|
||||
|
||||
/// <summary>
|
||||
/// 出库单据状态已呼叫id
|
||||
/// </summary>
|
||||
public const string OUTSTOCKSTATUSCALLEDID = "26169430480933";
|
||||
|
||||
/// <summary>
|
||||
/// 出库单据状态待配送id
|
||||
/// </summary>
|
||||
public const string OUTSTOCKSTATUSTOBEDELIVEREDID = "26169434213669";
|
||||
|
||||
/// <summary>
|
||||
/// 出库单据状态取消id
|
||||
/// </summary>
|
||||
public const string OUTSTOCKSTATUSCANCELID = "25065146252309";
|
||||
|
||||
/// <summary>
|
||||
/// 出库单据状态完成id
|
||||
/// </summary>
|
||||
public const string OUTSTOCKSTATUSCOMPLETEDID = "25065149810453";
|
||||
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user