CeramicProject/newyt/Module_data/OrderReceived_list.aspx

261 lines
11 KiB
Plaintext
Raw Normal View History

2024-05-18 15:28:29 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="OrderReceived_list.aspx.cs" Inherits="OrderReceived_list" %>
<!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>
<link href="../Css/index.css" rel="stylesheet" type="text/css" />
<script src="../Jquery-ui/js/jquery-1.10.2.js" type="text/javascript"></script>
<link href="../Css/right.css" rel="stylesheet" type="text/css" />
<script src="../Jquery-ui/js/jquery-ui-1.10.4.custom.js" type="text/javascript"></script>
<link href="../Jquery-ui/css/pepper-grinder/jquery-ui-1.10.4.custom.css" rel="stylesheet" type="text/css" />
<script src="../Js/Calendar3.js" type="text/javascript"></script>
<script src="../Js/ToolTip.js" type="text/javascript"></script>
<link rel="stylesheet" href="../Css/gh-buttons.css" type="text/css"/>
<link rel="stylesheet" href="../Css/prettify.css"/>
<script src="../Js/prettify.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
spasefuzhi(OrderReceived_list);
$("#ycdaochu").click(function () {
var selectid = "";
$(".xz").each(function () {
if ($(this).is(":checked")) {
selectid += $(this).parent().parent().attr("tag") + ',';
}
})
$("#selectid").val(selectid);
})
$("#drp_zt").change(function () {
yltj = "";
var daylength = "";
daylength = OrderReceived_list.nowdaycount($("#drp_zt").val(), $("#drp_skzt").val(),nowmonth).value;
if ($("#drop_ziduan").length == 0) {
$("#gjxnr").html(daylength);
}
var nowp = OrderReceived_list.sumitem(" where " + pxtiaojian() + " 1=1 ").value
$("#span_sumitem").text(nowp);
pagecount = $("#span_sumpage").text() - 1;
$("#drp_pageitem").change();
bind();
$("#strwhere").val(pxtiaojian());
})
$("#drp_skzt").change(function () {
yltj = "";
var daylength = "";
daylength = OrderReceived_list.nowdaycount($("#drp_zt").val(), $("#drp_skzt").val(),nowmonth).value;
if ($("#drop_ziduan").length == 0) {
$("#gjxnr").html(daylength);
}
var nowp = OrderReceived_list.sumitem(" where " + pxtiaojian() + " 1=1 ").value
$("#span_sumitem").text(nowp);
pagecount = $("#span_sumpage").text() - 1;
$("#drp_pageitem").change();
bind();
$("#strwhere").val(pxtiaojian());
})
})
function printdj() {
if ($(".xz:checked").length > 0) {
var url = "../Common/ddsk_dy.aspx";
window.open(url, '订单收款打印', 'height=650,width=1100,top=0,left=100,toolbar=yes,menubar=no,scrollbars=yes, resizable=no,location=no, status=no')
}
}
//调用导出方法
function wddcfont() {
$("#<%=ycdaochu.ClientID%>").click();
}
function plsh() {
if ($(".xz:checked").length > 0) {
var shdid = $(".xz:checked");
var ids = "";
$(".xz:checked").each(function () {
var id = $(this).parent().parent().attr("tag")
ids += id + ",";
})
var allid = "";
if (ids.length > 0) {
allid = ids.substring(0, ids.length - 1);
var iscg = OrderReceived_list.plsh(allid).value;
tcpkk(iscg);
//
}
} else {
alert("请选择要收款确认的单子!");
}
}
function tcpkk(iscg) {
document.getElementById('dialog-info').innerHTML = iscg;
$("#dialog-info").dialog({
resizable: false,
height: 300,
width: 550,
modal: true,
buttons: {
确定: function () {
$("#drp_zt").val("待确认");
search();
$('#dialog-info').dialog('close');
}
},
close: function () {
search();
$(".ui-widget-overlay").css("display", "none");
}
});
}
function getbut() {
if ($("#drp_zt").val() == "待确认") {
$("#shenhe").css("display", "");
} else {
$("#shenhe").css("display", "none");
}
}
</script>
<script src="../Js/common.js" type="text/javascript"></script>
</head>
<body>
<form id="form" runat="server">
<div class="rtbjdiv" >
<div class="right-top">
<table width="100%" height="100%">
<tr>
<td >
<div class="right-top-dh" id="div_listdaohang"><h4>订单收款确认主页</h4>
</div>
</td>
<td >
<div class="right-top-an">
<ul id="ul_gongju" class="ulgongju" style=" width:800px;" >
<li runat="server" id="sousuo"><a href="#button" class="button icon search" onclick="gjzk('search')" >查询</a> </li>
<li runat=server id="xiazai" visible=false><a href="#button" id="btn_daochu" onclick="wddcfont()" class="button icon arrowdown">导出</a> </li>
<li runat=server id="leiset" visible=false><a href="#button" id="li_liepeizhi" class="button icon settings">配置</a></li>
<li runat=server id="rileget"><a href="#button" class="button icon clock" onclick="gjzk('rili')">月历</a></li>
<li runat=server id="li2"><a href="#button" class="button icon favorite" onclick="setshoucang()" >收藏</a></li>
<li style=" width:160px">
<select id="drp_zt" class="drpdownstyle" runat="server" title="状态" onchange="getbut();"><option value="">全部</option><option value="已确认">已确认</option><option value="待确认">待确认</option></select>
&nbsp
<asp:DropDownList ID="drp_skzt" ToolTip="收款状态" Width="80" CssClass="drpdownstyle" runat="server" onchange="getbut()" ><asp:ListItem Value="" Text="全部"></asp:ListItem><asp:ListItem Value="已收款未开票" Text="已收款未开票"></asp:ListItem><asp:ListItem Value="已收款已开票" Text="已收款已开票"></asp:ListItem></asp:DropDownList>
</li>
<li style=" width:85px" runat=server visible=false id="li_add" > <asp:button id="bt_tj" Visible=false runat="server" Width="85" CssClass="button bluez small" Text="增加订单收款" onclick="bt_tj_Click" ></asp:button></li>
<li style=" width:68px"><input type=button id="dayin" runat=server style="width:68px" class="button bluez small" value="打印单据" visible=false onclick="printdj()" /></li>
<li style=" width:68px"><input type=button id="shenhe" runat=server style="width:68px;display:none" class="button bluez small" value="批量确认" onclick="plsh()" /></li>
</ul>
</div>
</td>
<td >
<div id="div_page" >
<table id="tbl_pagebottom" height="20" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td>共<span id="span_sumitem"></span>条数据</td>
<td class="pagestyle" id="td_first" title="首页">
<img src="../Images_Folder/pagination_icons_01.png" width="16" height="16" alt="">
</td>
<td class="pagestyle" id="td_up" title="上一页">
<img src="../Images_Folder/pagination_icons_02.png" width="16" height="16" alt="">
</td>
<td><span>第</span></td>
<td>
<span><input id="txt_nowpage" type="text" class="ui-pg-input" value="1"/></span>
</td>
<td><span>页/共</span></td>
<td><span id="span_sumpage" ></span>页</td>
<td class="pagestyle" id="td_next" title="下一页">
<img src="../Images_Folder/pagination_icons_03.png" width="16" height="16" alt="">
</td>
<td class="pagestyle" id="td_endpage" title="尾页">
<img src="../Images_Folder/pagination_icons_04.png" width="16" height="16" alt="">
</td>
<td class="pagestyle" id="td_go" title="跳页"><img src="../Images_Folder/ty.png" style="margin-top:5px" width="16" height="16" alt=""></td>
<td title="显示条数">
<span>
<select id="drp_pageitem">
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="50">50</option>
</select>
</span>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<%-- 工具箱--%>
<div id="Gjx" class="Gjxzhu">
<table width="100%" height="100%">
<tr height="80px">
<td >
<div id="gjxnr" class="right-gjxnr">
</div>
</td>
</tr>
</table>
</div>
<div id="ycsjgddiv">
<%-- 数据表头--%>
<div class="shujutou" id="div_title">
<table border="0" class="tbl_titie" id="biaotou">
<tr class="tr_titile" id="tr_biaotou">
</tr>
</table>
</div>
<%-- 数据列表--%>
<div class="shuju" id="t_r_content" onscroll="scrolltow()" >
<table class="hovertable" id="tbl_list">
</table>
</div>
<%--数据汇总--%>
<div id="div_huizong" onscroll="listscroll()">
<table border="0" id="huizong" >
<tr class="tr_bottom"> </tr>
</table>
</div>
</div>
<%--列配置--%>
<div id="dialog-modal" title="列配置" style="overflow:hidden; display:none;" >
<table style="width:90%">
<tr style=" font-weight:bold;"> <td style="width:30%">顺序</td> <td style="width:30%">列名</td> <td style="width:35%">显示</td> </tr>
</table>
<div style="width:90%;float:left;overflow-x: hidden;overflow-y: scroll;height:125px">
<table style="width:100%" id="tbl_peizhi">
</table>
</div>
<div class="lpzdiv" >
<ul>
<li>
<img src="../Images_Folder/Button/upbt.png" id="btn_up" />
</li>
<li>
<img src="../Images_Folder/Button/down.png" id="btn_down"/>
</li>
</ul>
</div>
</div>
</div>
<span style=" display:none"> <asp:Button ID="ycdaochu" runat="server" onclick="DownLoad" /></span>
<div id="dialog-info" title="批量收款确认结果" style="display:none;" ></div>
<asp:HiddenField ID="hiddenid" runat=server />
<asp:HiddenField ID="Hiddenname" runat=server />
<input type=hidden id="pagename" value="ddskqr" />
<asp:HiddenField ID="selectid" runat=server />
<asp:HiddenField ID="strwhere" runat=server />
<asp:HiddenField ID="hiddenhuizong" runat="server" Value="收款金额,发票金额,税率,税后收入,抹账金额,已开发票总额" />
<script src="../Js/messageshow.js" type="text/javascript"></script>
</form>
</body>
</html>