列表时间查询
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user