增加岗位导出模版
This commit is contained in:
@@ -891,6 +891,14 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
{
|
||||
initTemplatePath = "File\\Word\\Person\\安全教育培训打印整套(班组管理员).doc";
|
||||
}
|
||||
else if (person.WorkPostName.Contains("起重机司机"))
|
||||
{
|
||||
initTemplatePath = "File\\Word\\Person\\安全教育培训打印整套(起重机司机).doc";
|
||||
}
|
||||
else if (person.WorkPostName.Contains("安全员"))
|
||||
{
|
||||
initTemplatePath = "File\\Word\\Person\\安全教育培训打印整套(安全员).doc";
|
||||
}
|
||||
else
|
||||
{
|
||||
Alert.ShowInTop("当前岗位类型不可导出!", MessageBoxIcon.Warning);
|
||||
|
||||
Reference in New Issue
Block a user