erp调整

This commit is contained in:
18942506660
2023-12-08 17:53:55 +08:00
parent b47eaa5dc4
commit c0026a3717
7 changed files with 124 additions and 44 deletions

View File

@@ -91,6 +91,8 @@ namespace WMS.Web.Domain.IService.Public
/// </summary>
/// <returns></returns>
Task<ResultList<ErpDeliveryNoticeOutStockResultDto>> BillQueryForMisDeliveryOutStock(List<string> sourceBillNos = null, DateTime? beginTime = null);
Task<ResultList<ErpDeliveryNoticeOutStockResultDto>> BillQueryForSalOutStock(string id);
/// <summary>
/// erp:单据查询-物料集合
/// </summary>
@@ -141,6 +143,6 @@ namespace WMS.Web.Domain.IService.Public
//删除
Task<Result> Delete(ErpOperateDto dto, string formId);
//下推
Task<Result> Push(ErpPushDto dto);
Task<Result<string>> Push(ErpPushDto dto);
}
}