This commit is contained in:
tongfei
2024-03-21 15:47:24 +08:00
parent a6baf0bf0a
commit 39c8540a06

View File

@@ -548,7 +548,7 @@ namespace WMS.Web.Domain.Services
});
//是否要改箱的信息:直接调拨出库单,过来的出库就不要去改箱了
var isChangeBoxInfo = true;
if (dtoData != null && dtoData.Type == OutStockType.Stkdirecttransfers)
if (dtoData != null && (dtoData.Type == OutStockType.Stkdirecttransfers || dtoData.Type== OutStockType.StktransferInst))
isChangeBoxInfo = false;
//提交处理
var result = await this.ExeOutStockBox(generateDtoList, boxInventorys, isChangeBoxInfo, isTransaction);