username@email.com
2025-09-15 58cc59639e3ca32896d6db5d0c261ff63848a30d
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    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, 50))) %>
                        </td>
                        <td style="text-align: center">
                            <%#Eval("PlanMoney", "{0:F2}")%>
                        </td>
                        <td style="text-align: center">
                            <%#Eval("PlanStatus").ToString()=="1"?"未批复":"已批复"%>