Merge branch 'master' of https://codeup.aliyun.com/62ce7bca487c500c27f70a79/OPS/WMS-Api
This commit is contained in:
@@ -214,7 +214,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 获取使用组织
|
||||
/// 获取仓库
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public async Task<ResultList<ErpStockDto>> BillQueryForStock()
|
||||
|
||||
@@ -15,6 +15,7 @@ using WMS.Web.Domain.Infrastructure;
|
||||
using WMS.Web.Domain.IService;
|
||||
using WMS.Web.Domain.IService.Public;
|
||||
using WMS.Web.Domain.Values;
|
||||
using WMS.Web.Domain.Values.Erp;
|
||||
using WMS.Web.Domain.Values.Single;
|
||||
|
||||
namespace WMS.Web.Domain.Services
|
||||
@@ -123,7 +124,7 @@ namespace WMS.Web.Domain.Services
|
||||
};
|
||||
#endregion
|
||||
|
||||
return Result.ReSuccess();
|
||||
return await _erpService.Sync<ErpTakeStockSaveDto>(dto, FormIdParam.STK_StockCountGain.ToString());
|
||||
}
|
||||
/// <summary>
|
||||
/// 盘亏
|
||||
@@ -166,7 +167,7 @@ namespace WMS.Web.Domain.Services
|
||||
};
|
||||
#endregion
|
||||
|
||||
return Result.ReSuccess();
|
||||
return await _erpService.Sync<ErpTakeStockSaveDto>(dto, FormIdParam.STK_StockCountLoss.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user