列表时间查询

This commit is contained in:
tongfei
2024-04-10 11:14:56 +08:00
parent 5e52ec1411
commit a03fff91a9
6 changed files with 13 additions and 13 deletions

View File

@@ -758,7 +758,7 @@ namespace WMS.Web.Domain.Services
FormId = FormIdParam.PUR_PurchaseOrder.ToString(),
TargetFormId = FormIdParam.STK_InStock.ToString(),
DetailsId = s.ErpDetailId.ToString(),
IsDraftWhenSaveFail = true
IsDraftWhenSaveFail = true//是否需要暂存
};
//下推金蝶
var res = await this.Push(erpDto, s, entity.BillNo, sc_erpService, sc_inStockRepositories);