入库申请模块代码提交
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Tnb.WarehouseMgr
|
||||
[ServiceModule(BizTypeId)]
|
||||
public class WmsPDACarryMoveInStockService : BaseWareHouseService
|
||||
{
|
||||
private const string BizTypeId = "26121988909861";
|
||||
private const string BizTypeId = "pda26121988909861";
|
||||
private const string ModuleId = "26476127634469";
|
||||
private readonly ISqlSugarClient _db;
|
||||
private readonly IRunService _runService;
|
||||
@@ -116,7 +116,7 @@ namespace Tnb.WarehouseMgr
|
||||
preTask.create_time = DateTime.Now;
|
||||
return preTask;
|
||||
}).ToList();
|
||||
var isOk = await _wareHouseService.GenPreTask(preTasks,null);
|
||||
var isOk = await _wareHouseService.GenPreTask(preTasks, null);
|
||||
if (isOk)
|
||||
{
|
||||
var preTaskUpInput = new GenPreTaskUpInput();
|
||||
|
||||
Reference in New Issue
Block a user