修复bug
This commit is contained in:
@@ -487,10 +487,10 @@ namespace WMS.Web.Domain.Services
|
||||
if (customer_result.IsSuccess)
|
||||
customers = customer_result.Data.ToList();
|
||||
|
||||
//var materials_result = await _erpService.BillQueryForMaterial();
|
||||
var materials_result = await _erpService.BillQueryForMaterial();
|
||||
List<ErpMaterialDto> materials = new List<ErpMaterialDto>();
|
||||
//if (materials_result.IsSuccess)
|
||||
// materials = materials_result.Data.ToList();
|
||||
if (materials_result.IsSuccess)
|
||||
materials = materials_result.Data.ToList();
|
||||
|
||||
OutStockTaskInfoResponse response = new OutStockTaskInfoResponse()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user