优化金蝶同步代码
This commit is contained in:
@@ -760,7 +760,8 @@ namespace WMS.Web.Domain.Services
|
||||
RuleId = "PUR_PurchaseOrder-STK_InStock",//转换规则内码 采购订单下推采购入库单
|
||||
FormId = FormIdParam.PUR_PurchaseOrder.ToString(),
|
||||
TargetFormId = FormIdParam.STK_InStock.ToString(),
|
||||
DetailsId = s.ErpDetailId.ToString()
|
||||
DetailsId = s.ErpDetailId.ToString(),
|
||||
IsDraftWhenSaveFail=true
|
||||
};
|
||||
//下推金蝶
|
||||
var res = await this.Push(erpDto, s, entity.BillNo, scope);
|
||||
|
||||
Reference in New Issue
Block a user