Commit d9e65daf by 陶然

优化

parent 21148451
...@@ -44,7 +44,7 @@ namespace Kivii.Finances.Seeyon.Extensions ...@@ -44,7 +44,7 @@ namespace Kivii.Finances.Seeyon.Extensions
rtns.业务类型 = typeof(BillApply).FullName; rtns.业务类型 = typeof(BillApply).FullName;
rtns.业务编号 = bizKvids; rtns.业务编号 = bizKvids;
rtns.单据编号 = apply.SerialNumber; rtns.单据编号 = apply.SerialNumber;
rtns.日期 = DateTime.Now.ToString("yyyy-MM-dd"); rtns.申请日期 = DateTime.Now.ToString("yyyy-MM-dd");
rtns.所属部门 = KiviiContext.CurrentMember.DepartmentName; rtns.所属部门 = KiviiContext.CurrentMember.DepartmentName;
rtns.经办人 = apply.OperatorName; rtns.经办人 = apply.OperatorName;
rtns.付款单位名称 = apply.PayerName; rtns.付款单位名称 = apply.PayerName;
...@@ -68,7 +68,7 @@ namespace Kivii.Finances.Seeyon.Extensions ...@@ -68,7 +68,7 @@ namespace Kivii.Finances.Seeyon.Extensions
rtns.业务类型 = typeof(BillApply).FullName; rtns.业务类型 = typeof(BillApply).FullName;
rtns.业务编号 = bizKvids; rtns.业务编号 = bizKvids;
rtns.单据编号 = apply.SerialNumber; rtns.单据编号 = apply.SerialNumber;
rtns.日期 = DateTime.Now.ToString("yyyy-MM-dd"); rtns.申请日期 = DateTime.Now.ToString("yyyy-MM-dd");
rtns.所属部门 = KiviiContext.CurrentMember.DepartmentName; rtns.所属部门 = KiviiContext.CurrentMember.DepartmentName;
rtns.经办人 = apply.OperatorName; rtns.经办人 = apply.OperatorName;
rtns.付款单位名称 = apply.PayerName; rtns.付款单位名称 = apply.PayerName;
...@@ -91,7 +91,7 @@ namespace Kivii.Finances.Seeyon.Extensions ...@@ -91,7 +91,7 @@ namespace Kivii.Finances.Seeyon.Extensions
request.appName = Configs.appName;//"collaboration"; request.appName = Configs.appName;//"collaboration";
request.data = new RequestData<RequestForm_InvoiceApply>(); request.data = new RequestData<RequestForm_InvoiceApply>();
request.data.templateCode = Configs.templateCode;//"JYHTSQ"; request.data.templateCode = Configs.templateCode;//"JYHTSQ";
request.data.draft = "1"; request.data.draft = "0";
//request.data.senderLoginName = token.bindingUser.loginName; //request.data.senderLoginName = token.bindingUser.loginName;
request.data.subject = $"预借发票申请({token.bindingUser.name} {DateTime.Now:yyyy-MM-dd HH:mm})"; request.data.subject = $"预借发票申请({token.bindingUser.name} {DateTime.Now:yyyy-MM-dd HH:mm})";
request.data.data = new RequestForm_InvoiceApply(); request.data.data = new RequestForm_InvoiceApply();
......
...@@ -249,7 +249,7 @@ namespace Kivii.Finances.Seeyon.Entities ...@@ -249,7 +249,7 @@ namespace Kivii.Finances.Seeyon.Entities
/// <summary> /// <summary>
/// 格式:2023-10-11 /// 格式:2023-10-11
/// </summary> /// </summary>
public string 日期 { get; set; } public string 申请日期 { get; set; }
public string 所属部门 { get; set; } public string 所属部门 { get; set; }
public string 经办人 { get; set; } public string 经办人 { get; set; }
......
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