Merge branch 'master' of https://codeup.aliyun.com/62ce7bca487c500c27f70a79/OPS/WMS-Api
This commit is contained in:
@@ -139,7 +139,7 @@ namespace WMS.Web.Domain.Services
|
||||
bool isSuccess = true;
|
||||
var res_Inventory = await _boxInventoryService.GenerateMoveBox(inventoryList, false);
|
||||
if (!res_Inventory.IsSuccess) isRollback = true;
|
||||
isSuccess = await _moveBoxRecordRepositories.AddRange(entityList, true);
|
||||
isSuccess = await _moveBoxRecordRepositories.AddRange(entityList, false);
|
||||
if (!isSuccess) isRollback = true;
|
||||
var res_change = await _serialNumberService.MoveBox(entityList, loginInfo, false);
|
||||
if (!res_change.IsSuccess) isRollback = true;
|
||||
|
||||
@@ -1701,7 +1701,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
//4.仓库:wms系统的仓库值---现在这个没有加,因为还单点没有和金蝶同步
|
||||
param.FilterString = "FDocumentStatus='C' and FBillTypeID='54533291F9A44D38809F70000499BEE9'";
|
||||
//string srt = JsonConvert.SerializeObject(stocks_codes);
|
||||
param.FilterString += " and FSrcStockID in (" + stocks_codes + ")";
|
||||
param.FilterString += " and FStockId in (" + stocks_codes + ")";
|
||||
|
||||
//根据原订单号查询
|
||||
if (sourceBillNos != null && sourceBillNos.Count() > 0)
|
||||
|
||||
Reference in New Issue
Block a user