username@email.com
13 小时以前 72b668c965a3f5308d1a388296eb4c3f8fb7be72
CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyList.aspx
@@ -116,16 +116,19 @@
                            <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>
@@ -145,7 +148,11 @@
                            <%#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"?"未批复":"已批复"%>