|
@@ -5628,7 +5628,7 @@ FROM
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 团组模块 - 出入境费用 - File downlaod
|
|
|
+ /// 团组模块 - 出入境费用 - File download
|
|
|
/// </summary>
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
@@ -6110,12 +6110,12 @@ FROM
|
|
|
{
|
|
|
string ext = string.IsNullOrEmpty(userInfo.ExtensionNumber) ? "-" : userInfo.ExtensionNumber;
|
|
|
//userLabel = $"联系人:{userInfo.Name} 职位:{userInfo.Job}\r\n座机/分机号:{ext} 手机号:{userInfo.Tel} 公司邮箱:{userInfo.Email}";
|
|
|
- userLabel = $"Contact:{userInfo.Name} Job:{userInfo.Job}\r\n Phone:{userInfo.Tel} Email:{userInfo.Email}";
|
|
|
+ userLabel = $"联系人:{userInfo.Name} 职 位:{userInfo.Job} 手机号:{userInfo.Tel}\r\n公司邮箱:{userInfo.Email}";
|
|
|
}
|
|
|
}
|
|
|
|
|
|
//设置页脚
|
|
|
- //GeneralMethod.AsposeWordSetFooter(builder, userLabel, "Arial", 10);
|
|
|
+ //GeneralMethod.AsposeWordSetFooter(builder, userLabel, "华文仿宋", 10);
|
|
|
|
|
|
#endregion
|
|
|
|