信访类
公开信访列表.cshtml
组件路径
/Views/_Common/Petition/Shared/公开信访列表.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
PetitionLetterBoxId | 信箱ID | Int32 | Integer | 0 |
DateFormats | 日期格式 | String | ComboBox | yyyy-MM-dd |
OutCount | 输出数量 | Int32 | Integer | 10 |
Order | 排序方式 | String | Text | FinishTime Desc |
TitleLength | 标题长度 | Int32 | Integer | 50 |
IsPublic | 是否公开 | Boolean | Boolean | True |
调用示例
- 代码:
<div class="petitionList">
@Power.Partial("Petition", "公开信访列表", new { PetitionLetterBoxId = 1, DateFormats = "MM-dd", OutCount = 5, TitleLength = 48 })
</div>
说明: 略
效果图:
公开信访分页列表.cshtml
组件路径
/Views/_Common/Petition/Shared/公开信访分页列表.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
PetitionLetterBoxId | 信箱ID | Int32 | Integer | 0 |
DateFormats | 日期格式 | String | ComboBox | yyyy-MM-dd |
OutCount | 输出数量 | Int32 | Integer | 10 |
Order | 排序方式 | String | Text | FinishTime Desc |
TitleLength | 标题长度 | Int32 | Integer | 50 |
isPublic | 是否公开 | Boolean | Boolean | True |
调用示例
- 代码:
<div class="petitionList">
@Power.Partial("Petition", "公开信访分页列表", new { PetitionLetterBoxId = 1, DateFormats = "MM-dd", OutCount = 5, TitleLength = 48 })
</div>
说明: 略
效果图:
信箱公开信件列表.cshtml
组件路径
/Views/_Common/Petition/Shared/信箱公开信件列表.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
Keyword | 搜索热词 | String | Text | |
PetitionLetterBoxId | 信箱ID | Int32 | Integer | 0 |
DateFormat | 日期格式 | String | ComboBox | MM-dd |
Count | 输出数量 | Int32 | Integer | 5 |
DepartmentId | 部门ID | Int32 | Integer | 0 |
TitleLength | 标题长度 | Int32 | Integer | 80 |
IsHot | 是否热点问题 | Int32 | Integer | 0 |
调用示例
- 代码:
<div class="petitionList">
@Power.Partial("Petition", "信箱公开信件列表", new { PetitionLetterBoxId = 5, DateFormat = "MM-dd", Count = 5, TitleLength = 54 })
</div>
说明: 略
效果图:
信访回复统计.cshtml
组件路径
/Views/_Common/Petition/Shared/信访回复统计.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
PetitionLetterBoxId | 信箱ID | Int32 | Integer | 0 |
Starttime | 开始时间 | String | Text | |
Endtime | 结束时间 | String | Text | |
OrderBy | 排序字段 | String | Text | ProcessedCount |
调用示例
- 代码:
@Power.Partial("信访回复统计", new { PetitionLetterBoxId = 1, StartTime = new DateTime(2000, 1, 1) })
说明: 略
效果图:
信件统计.cshtml
组件路径
/Views/_Common/Petition/Shared/信件统计.cshtml
组件参数
参数名 | 中文名 | 类型 | 控件类型 | 默认值 |
---|---|---|---|---|
PetitionLetterBoxId | 信箱ID | Int32 | Integer | 1 |
调用示例
- 代码:
@Power.Partial("信件统计", new { PetitionLetterBoxId = 1 })
说明: 略
效果图: