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