|
|
|
@ -2504,6 +2504,26 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
|
position = "left" |
|
|
|
|
}); |
|
|
|
|
break; |
|
|
|
|
case "F_PerformanceTemplate": |
|
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
|
{ |
|
|
|
|
display = true, |
|
|
|
|
fnKey = "TBD1YN", |
|
|
|
|
fnTitle = "模板设计", |
|
|
|
|
fnType = "row", |
|
|
|
|
icon = "ghr-icon-form-config", |
|
|
|
|
position = "left" |
|
|
|
|
}); |
|
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
|
{ |
|
|
|
|
display = true, |
|
|
|
|
fnKey = "TBD2YN", |
|
|
|
|
fnTitle = "流程设计", |
|
|
|
|
fnType = "row", |
|
|
|
|
icon = "ghr-icon-flow-design", |
|
|
|
|
position = "left" |
|
|
|
|
}); |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endregion |
|
|
|
|