出库领料记录

This commit is contained in:
2023-11-24 11:43:29 +08:00
parent e497caf393
commit 8af12b3013
11 changed files with 361 additions and 34 deletions

View File

@@ -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