增加PDA扫码入库模块

This commit is contained in:
FanLian
2023-09-04 14:19:23 +08:00
parent 1b71afefce
commit 13e2e81d13
10 changed files with 313 additions and 7 deletions

View File

@@ -181,4 +181,9 @@ public class ModuleConsts
/// </summary>
public const string MODULE_WMSPOINT_ID = "26099196480805";
/// <summary>
/// 模块标识-PDA寄存出库
/// </summary>
public const string MODULE_WMSSCANCODEINSTOCKPDA_ID = "28576495374869";
}

View File

@@ -10,6 +10,13 @@ namespace Tnb.WarehouseMgr.Entities.Consts
{
public class WmsWareHouseConst
{
/// <summary>
/// 原材料仓ID
/// </summary>
public const string WAREHOUSE_YCL_ID = "1";
/// <summary>
/// 中储仓ID
/// </summary>
public const string WAREHOUSE_ZC_ID = "2";
/// <summary>
@@ -250,7 +257,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// </summary>
public const string SYNC_STATUS__SYNCFAILED = "26191354152229";
/// <summary>
/// 单据类型-来料入库单
/// </summary>
public const string BILLTYPE_MATERIALINSTOCK_ID = "25103338755861";
}

View File

@@ -144,7 +144,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// <summary>
/// 扫描数量
/// </summary>
public int scan_qty { get; set; }
public decimal scan_qty { get; set; }
/// <summary>
/// 备注

View File

@@ -70,7 +70,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// <summary>
/// 扫描数量
/// </summary>
public int scan_qty { get; set; }
public decimal scan_qty { get; set; }
/// <summary>
/// 物品代码
/// </summary>

View File

@@ -70,7 +70,7 @@ public partial class WmsInstockCode : BaseEntity<string>, IInOutStockCode
/// <summary>
/// 条码数量
/// </summary>
public int codeqty { get; set; }
public decimal codeqty { get; set; }
/// <summary>
/// 是否锁定

View File

@@ -137,7 +137,7 @@ public partial class WmsInstockD : BaseEntity<string>
/// <summary>
/// 扫描数量
/// </summary>
public int scan_qty { get; set; }
public decimal scan_qty { get; set; }
/// <summary>
/// 备注

View File

@@ -47,7 +47,7 @@ public partial class WmsPretaskCode : BaseEntity<string>
/// <summary>
/// 条码数量
/// </summary>
public int codeqty { get; set; }
public decimal codeqty { get; set; }
/// <summary>
/// 单位ID