金蝶同步 发货通知单变更为销售出库

This commit is contained in:
18942506660
2024-03-05 14:01:51 +08:00
parent 9a19089a9c
commit c46a0f2635
7 changed files with 157 additions and 30 deletions

View File

@@ -99,6 +99,11 @@ namespace WMS.Web.Domain.IService.Public
/// <returns></returns>
Task<ResultList<ErpDeliveryNoticeOutStockResultDto>> BillQueryForMisDeliveryOutStock(List<string> sourceBillNos = null, DateTime? beginTime = null);
/// <summary>
/// erp:单据查询-销售出库单
/// </summary>
/// <returns></returns>
Task<ResultList<ErpDeliveryNoticeOutStockResultDto>> BillQueryForSalOutStock(List<string> sourceBillNos = null, DateTime? beginTime = null);
/// <summary>
/// erp:查询销售出库单信息
/// </summary>
/// <param name="id"></param>