1 Star 3 Fork 0

Admin/MyWebSms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
parenttasksearch.aspx 8.07 KB
一键复制 编辑 原始数据 按行查看 历史
Ai鹿子 提交于 2022-04-24 10:09 . 01
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="parenttasksearch.aspx.cs" Inherits="parenttasksearch" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>已发短信</title>
<meta http-equiv="x-ua-compatible" content="ie=8" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link href="css/layer.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/draw.js"></script>
<script type="text/javascript" src="js/tipswindown.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
<script type="text/javascript" language="javascript">
var pre;
var tmp;
function selectArow(s)
{
$(s).attr("style", "background-color:#D2EAEC;color:#913005");
if (pre != null && pre != s) $(pre).attr("style", "background-color:;color:");
pre = s;
tmp = s.id;
document.getElementById("HidID").value = s.id;
}
function PcOrderSearch()
{
var pcuser = value("pcuser");
var pcorder = value("pcorder");
var pcmsg = value("pcmsg");
var pcbtime = value("pcbtime");
var pcetime = value("pcetime");
window.location.href = "parenttasksearch.aspx?u="+pcuser+"&o="+pcorder+"&m="+pcmsg+"&b="+pcbtime+"&e="+pcetime;
}
</script>
</head>
<body style="background-color: #fff;">
<form id="form1" runat="server">
<div id="maintitle">
<div id="mainico">
</div>
<div id="maintip">
<strong>位置:</strong>已发短信</div>
</div>
<div id="mybox" style="padding:0px 4px 2px 2px;">
<table width="100%" id="add_table" style="border-collapse: collapse;" bordercolor="#F7FBFE"
cellspacing="0" bgcolor="#D2EAEC" border="1">
<tr>
<td height="36" align="left" id="TD1" runat="server">
<label>
客户帐号:</label>
<asp:DropDownList runat="server" ID="pcuser" Width="100px" CssClass="input"></asp:DropDownList>
<label>
批次号:</label>
<input id="pcorder" style="width: 90px" name="pcorder" type="text" class="input"
runat="server" />
<label>
内容:</label><input id="pcmsg" style="width:auto" name="sMobile" value="" type="text"
class="input" runat="server" />
<label>
开始时间:</label><input id="pcbtime" name="pcbtime" type="text" class="input" runat="server"
onclick="setday(this);" style="width: 154px;" />
<label>
结束时间:</label><input id="pcetime" name="pcetime" type="text" class="input" runat="server"
onclick="setday(this);" style="width: 154px;" />
<input type="button" class="btn5" value=" 查 询 " title="查询" id="Button1" runat="server"
onclick="PcOrderSearch();">
</td>
</tr>
</table>
<table id="mytable" width="100%"
style="margin-top: 2px; border-collapse: collapse; border: 1px solid #C1DAD7;"
cellspacing="0" cellpadding="0">
<tr>
<th width="100">
发送批次</th>
<th width="80">
发送用户</th>
<th width="40" style="text-align:center;">
状态</th>
<th width="80">
发送数量</th>
<th width="130" style="text-align:center;">
提交时间</th>
<th width="130" style="text-align:center;">
发送时间</th>
<th style="text-align:center;">
发送内容</th>
<th width="100" style="text-align:center;">
操作权限</th>
</tr>
<tr runat="server" id="message" visible="false"><td colspan="8" height="30" align="center">没有找到符合条件的记录!</td></tr>
<asp:Repeater runat="server" ID="rep_parent">
<ItemTemplate>
<tr id="<%#Eval("Orders")%>" onclick="selectArow(this);">
<td>
<%#Eval("Orders")%></td>
<td>
<%#Eval("UserName")%>
</td>
<td style="text-align:center;">
<%#Eval("SendFlag").ToString().Replace("1", "完成").Replace("0", "发送中")%>
</td>
<td>
<%#Eval("SendCount")%>
</td>
<td>
<%#Eval("SendTime")%>
</td>
<td>
<%#Eval("VerifyTime")%>
</td>
<td>
<%#Eval("Content")%>
</td>
<td align="center">
<%#(bool)(CurrentUser.UserDownload == 1) ? "<input type='button' value='下载号码' title='下载号码' class='btn6' onclick='javascript:location.href=\"mobiledownload.aspx?orderid=" + Eval("Orders") + "\"' />" : "<input type='button' value='下载号码' title='没有权限' class='btn6' disabled='true' />"%>
<%#(bool)(CurrentUser.UserReport == 1) ? "<input type='button' value='状态报告' title='状态报告' class='btn6' id='btnreport"+Eval("Orders")+"' onclick=\"ReportSuccess(\'" + Eval("Orders") + "\',this.id);\">" : "<input type='button' value='状态报告' title='没有权限' class='btn6' disabled='true' />"%>
</td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
<table width="100%" id="dh_table" bordercolor="#C1DAD7" cellspacing="0" bgcolor="#D2EAEC"
border="1">
<tr>
<td valign="top">
<webdiyer:aspnetpager cssclass="anpager" pagesize="16" currentpagebuttonclass="cpb"
numericbuttoncount="10" id="pagelist" alwaysshow="False" urlpaging="True" runat="server"
onpagechanging="PageChanging" firstpagetext="首页" lastpagetext="尾页" nextpagetext="下一页"
prevpagetext="上一页" custominfohtml="<div style='margin-top:2px;margin-bottom:2px;font-family:Microsoft YaHei;letter-spacing:1px;'>当前第<font color=#1F3A87>%CurrentPageIndex%</font>页 共<font color=#1F3A87>%PageCount%</font>页 每页<font color=#1F3A87>%PageSize%</font>条 总计<font color=#1F3A87>%RecordCount%</font>条</div>"
showcustominfosection="left" pagingbuttonspacing="3px" showboxthreshold="9" shownavigationtooltip="True"
submitbuttonclass="pagebutton" submitbuttontext="转向" custominfosectionwidth="280"
wrap="False" custominfostyle="" direction="LeftToRight">
</webdiyer:aspnetpager>
</td>
</tr>
</table>
<input id="HidID" type="hidden" name="HidID" runat="server">
</div>
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/huanghe_1_0/my-web-sms.git
git@gitee.com:huanghe_1_0/my-web-sms.git
huanghe_1_0
my-web-sms
MyWebSms
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385