转库单接口增加是否要子表字段
This commit is contained in:
@@ -165,7 +165,10 @@ namespace Tnb.WarehouseMgr
|
||||
wmsCarryStockReportCodes.Add(wmsCarryStockReportCode);
|
||||
});
|
||||
|
||||
stockReport.Details = wmsCarryStockReportCodes;
|
||||
if (input.showDetails == 1)
|
||||
{
|
||||
stockReport.Details = wmsCarryStockReportCodes;
|
||||
}
|
||||
}
|
||||
|
||||
return stockReport;
|
||||
|
||||
Reference in New Issue
Block a user