修改了初始入库
This commit is contained in:
@@ -78,6 +78,11 @@ namespace WMS.Web.Domain.Services
|
||||
var result = await this.SsynPurchaseInStock(billNos, isTransaction);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
}
|
||||
else if(task.Type==InstockType.ProduceSotck)
|
||||
{
|
||||
var result = await this.SsynProduceSotck(billNos, isTransaction);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
}
|
||||
else if (task.Type == InstockType.Miscellaneous)
|
||||
{
|
||||
var result = await this.SysnMiscellaneous(billNos, isTransaction);
|
||||
|
||||
Reference in New Issue
Block a user