| | |
| | | <th width="70" style="text-align: center"> |
| | | 请示类别 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | 请示主题 |
| | | <th width="300" style="text-align: center"> |
| | | 请示内容 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | <th width="70" style="text-align: center"> |
| | | 申请费用(元) |
| | | </th> |
| | | <th width="70" style="text-align: center"> |
| | | 是否批复 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | <th width="70" style="text-align: center"> |
| | | 批复结果 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | <th width="70" style="text-align: center"> |
| | | 操作 |
| | | </th> |
| | | </tr> |
| | |
| | | <%#Eval("PlanDataTypeName")%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("PlanTitle")%> |
| | | <%# String.Format("{0}", Eval("PlanContent").ToString().Substring(0, Math.Min(Eval("PlanContent").ToString().Length, 150))) %> |
| | | |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("PlanMoney", "{0:F2}")%> |
| | | </td> |
| | | <td style="text-align: center"> |
| | | <%#Eval("PlanStatus").ToString()=="1"?"未批复":"已批复"%> |