1
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Tnb.WarehouseMgr
|
||||
[ServiceModule(BizTypeId)]
|
||||
public class WmsPrdInstockHService : BaseWareHouseService
|
||||
{
|
||||
private const string BizTypeId = "34467501190677";
|
||||
private const string BizTypeId = WmsWareHouseConst.BIZTYPE_WMSPRDINSTOCK_ID;
|
||||
private readonly ISqlSugarClient _db;
|
||||
private readonly IRunService _runService;
|
||||
private readonly IVisualDevService _visualDevService;
|
||||
@@ -124,9 +124,13 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
scwarehouse_id = "0202010202";
|
||||
}
|
||||
else if (type == DictConst.PrdMoTypeZZ)
|
||||
{
|
||||
scwarehouse_id = "0204010402";
|
||||
}
|
||||
else if (type == DictConst.PrdMoTypeBZ)
|
||||
{
|
||||
|
||||
scwarehouse_id = "0204010402";
|
||||
}
|
||||
#endregion
|
||||
foreach (WmsPrdInstockDInput prdInstockDInput in input.prdInstockDs)
|
||||
|
||||
Reference in New Issue
Block a user