Commit e2aa46eb authored by 吴春's avatar 吴春

提交付款单据新增部门字段

parent 11f75bd5
......@@ -5083,7 +5083,8 @@ namespace Mall.Module.Product
OtherType = 12,
ReFinanceId = dmodel.ReOrderId,
Remark = "名称:" + umodel.Name + "(" + umodel.Id + ")" + " " + System.DateTime.Now.ToString("yyyy年MM月dd日") + "自动生成财务单据",
detailList
detailList,
RB_Depart_Id= Config.ExpendDepartment
};
string sign = EncryptionHelper.AesEncrypt(JsonHelper.Serialize(financeObj), Config.FinanceKey);
var resultInfo = new
......@@ -6131,7 +6132,8 @@ namespace Mall.Module.Product
OtherType = 14,
ReFinanceId = omodel.OrderId,
Remark = Remark,
detailList
detailList,
RB_Depart_Id=Config.ExpendDepartment
};
string sign = EncryptionHelper.AesEncrypt(JsonHelper.Serialize(financeObj), Config.FinanceKey);
var resultInfo = new
......
......@@ -2199,7 +2199,8 @@ namespace Mall.Module.User
OtherType = 11,
ReFinanceId = remitId,
Remark = "名称:" + umodel.Name + "(" + umodel.Id + ")" + " 姓名:" + DisModel.Name + " 手机:" + DisModel.Mobile + " " + System.DateTime.Now.ToString("yyyy年MM月dd日") + "自动生成财务单据",
detailList
detailList,
RB_Depart_Id = Config.ExpendDepartment
};
string sign = EncryptionHelper.AesEncrypt(JsonHelper.Serialize(financeObj), Config.FinanceKey);
var resultInfo = new
......
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