优化金蝶同步代码
This commit is contained in:
@@ -28,7 +28,7 @@ namespace WMS.Web.Domain.Options
|
||||
/// erp-Id
|
||||
/// </summary>
|
||||
public string ErpId { get; set; }
|
||||
|
||||
public readonly string cache_materail_all_key = "erp_materials_list_all";
|
||||
public readonly string cache_materail_key = "erp_materials_list";
|
||||
public readonly string cache_org_key = "erp_org_list";
|
||||
public readonly string cache_supplier_key = "erp_supplier_list";
|
||||
|
||||
@@ -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