Commit da9dcf38 authored by liudong1993's avatar liudong1993
parents 9b395c9d d4f4b31b
...@@ -7260,7 +7260,7 @@ namespace Mall.Module.Product ...@@ -7260,7 +7260,7 @@ namespace Mall.Module.Product
TemplateId = item.WorkFlowId, TemplateId = item.WorkFlowId,
OrderSource = 16, OrderSource = 16,
OtherType = 23, OtherType = 23,
ReFinanceId = dmodel.ReOrderId, ReFinanceId = dmodel.OrderId ?? 0,
Remark = "名称:" + umodel.Name + "(" + umodel.Id + ")" + " " + System.DateTime.Now.ToString("yyyy年MM月dd日") + "自动生成财务单据(erp订单)", Remark = "名称:" + umodel.Name + "(" + umodel.Id + ")" + " " + System.DateTime.Now.ToString("yyyy年MM月dd日") + "自动生成财务单据(erp订单)",
detailList, detailList,
RB_Depart_Id = Config.ExpendDepartment, RB_Depart_Id = Config.ExpendDepartment,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment