username@email.com
3 天以前 e4ee60ed94d24e394a7895daa9fb98df813e5953
CY_ECommercePlatform/CY.WebForm/Pages/work/RequestReplyList.aspx
@@ -9,15 +9,15 @@
        //请示明细
        function onView(keyid, value_PlanTyle) {
            if (value_PlanTyle == "3") {
                top.Dialog.open({ URL: "/Pages/work/MyRequestDetail.aspx?keyid=" + keyid, Title: "请示明细", Width: 620, Height: 360 });
                top.Dialog.open({ URL: "/Pages/work/MyRequestDetail.aspx?keyid=" + keyid, Title: "请示明细", Width: 620, Height: 560 });
            } else {
                top.Dialog.open({ URL: "/Pages/work/WorkPlanDetail.aspx?keyid=" + keyid, Title: "工作明细", Width: 620, Height: 460 });
                top.Dialog.open({ URL: "/Pages/work/WorkPlanDetail.aspx?keyid=" + keyid, Title: "工作明细", Width: 620, Height: 560 });
             }
        }
        //批复请示
        function onEdit(keyid) {
            top.Dialog.open({ URL: "/Pages/work/RequestReplyAdd.aspx?keyid=" + keyid, Title: "批复请示", Width: 620, Height: 360 });
            top.Dialog.open({ URL: "/Pages/work/RequestReplyAdd.aspx?keyid=" + keyid, Title: "批复请示", Width: 620, Height: 560 });
        }
        $(function () {
@@ -59,9 +59,23 @@
                            <option value="11">客户联谊</option>
                            <option value="13">开票申请</option>
                             <option value="14">外协付款申请</option>
                             <option value="15">付款申请</option>
                             <option value="16">采购付款申请</option>
                             <option value="18">设备维修申请</option>
                            <option value="19">维修付款申请</option>
                             <option value="20">罚款申诉</option>
                            <option value="12">其他</option>
                        </select>
                    </td>
                     <td class="ali03">
                        姓名:
                    </td>
                    <td >
                        <input id="txtPlanPeople" type="text" class=" w90px"  runat="server" />
                    </td>
                    <td class="ali03">
                        是否批复:
                    </td>
@@ -69,7 +83,7 @@
                        <select keepdefaultstyle="true" runat="server" id="selPlanStatus">
                            <option value="">全部</option>
                            <option value="2">已批复</option>
                            <option value="1">未批复</option>
                            <option value="1" selected="selected">未批复</option>
                        </select>
                    </td>
                    <td class="ali03">
@@ -105,16 +119,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>
@@ -134,7 +151,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"?"未批复":"已批复"%>
@@ -148,7 +169,26 @@
                        </td>
                    </tr>
                </ItemTemplate>
                <FooterTemplate>
                    <tr class="StatisticsMoney">
                    <td colspan="5" class="ali03">
                        当前页统计:
                    </td>
                    <td colspan="3" class="ali01">
                       <%-- <span id="NowMoney" runat="server"  ></span>--%>
                        <%=NowMoney %>
                    </td>
                </tr>
                    <tr class="StatisticsMoney">
                    <td colspan="5" class="ali03">
                        查询项统计:
                    </td>
                    <td colspan="3" class="ali01">
                      <%--<span id="AllMoney" runat="server"  ></span>--%>
                        <%=AllMoney %>
                    </td>
                </tr>
                    </table>
                </FooterTemplate>
            </asp:Repeater>