| | |
| | | $("#NowPageAlreadyMoney").html(value_NowPageAlreadyMoney.toFixed(2)); |
| | | $("#NowPageNoMoney").html(value_NowPageNoMoney.toFixed(2)); |
| | | }); |
| | | |
| | | |
| | | //外协批量付款 |
| | | function StorageVolume() { |
| | | var keyid = ""; |
| | | $(".SelectCheck:checked").each(function (ii, vv) { |
| | | keyid = keyid + "|" + $(vv).attr("value_Keyid"); |
| | | }); |
| | | if (keyid == "") |
| | | alertMsg("未选中任何数据"); |
| | | else |
| | | top.Dialog.open({ URL: "/Pages/financial/OutsourcePiliangPayMoney.aspx?Keyid=" + keyid + "&&sendfrom=corporate", Title: "外协批量付款", Width: 600, Height: 400, Modal: false }); |
| | | } |
| | | </script> |
| | | <style type="text/css"> |
| | | .StatisticsMoney td { color: #FF5500; } |
| | |
| | | </head> |
| | | <body> |
| | | <form id="form1" runat="server"> |
| | | <div id="scrollContent"> |
| | | <div class="box1" paneltitle="功能面板" roller="false" style=''> |
| | | <table> |
| | | <table class="TableNewStyle" width="100%"> |
| | | <tr> |
| | | <td class="ali03"> |
| | | 下单时间: |
| | |
| | | </tr> |
| | | </table> |
| | | </div> |
| | | <div id="scrollContent"> |
| | | <div class="box_tool_min "> |
| | | <div class="center"> |
| | | <div class="left"> |
| | | <div class="right"> |
| | | <div class="padding_top5 padding_left10"> |
| | | <a href="javascript:;" onclick="StorageVolume()" ><span class="icon_add">批量付款</span></a> |
| | | <div class="clear"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="clear"> |
| | | </div> |
| | | </div> |
| | | |
| | | <div> |
| | | <table class="tableStyle ali02" useclick="false" usecheckbox="false" sortmode="false"> |
| | | <thead> |
| | | <table class="tableStyle ali02" useclick="false" usecheckbox="true" sortmode="true"> |
| | | |
| | | <tr> |
| | | <th width="25"> |
| | | </th> |
| | | <th width='25px'> |
| | | 编号 |
| | | </th> |
| | |
| | | 操作 |
| | | </th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | |
| | | |
| | | <asp:Repeater ID="rptData" runat="server"> |
| | | <ItemTemplate> |
| | | <tr> |
| | | <td> |
| | | <input type="checkbox" name="keiyids" class="SelectCheck" value_keyid="<%#Eval("Keyid")%>" /> |
| | | </td> |
| | | <td> |
| | | <%#Container.ItemIndex + (UCPager1.PageSize *( UCPager1.PageIndex-1)+1)%> |
| | | </td> |
| | |
| | | </tr> |
| | | </ItemTemplate> |
| | | </asp:Repeater> |
| | | </tbody> |
| | | |
| | | <tr class="StatisticsMoney"> |
| | | <td colspan="9" class="ali03"> |
| | | 当前页统计: |