You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
D7QUANTAI/DSWeb/Settlements/RecvApplicationSettlement.aspx

90 lines
4.6 KiB
Plaintext

10 months ago
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RecvApplicationSettlement.aspx.cs" Inherits="DSWeb.Settlements.RecvApplicationSettlement" %>
<!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>
<style type="text/css">
.txtTab{border:1px solid #A0A0A4; border-color:#6699CC;}
.btncss
{
BORDER-RIGHT: #2C59AA 1px solid;
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
BORDER-BOTTOM: #2C59AA 1px solid;
}
</style>
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.css"/>
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
<link href="../theme/dhtmlxcombo.css" type="text/css" rel="Stylesheet" media="screen"/>
<script src="../js/dhtmlxcommon.js" type="text/javascript"></script>
<script src="../js/dhtmlxgrid.js" type="text/javascript"></script>
<script src="../js/dhtmlxgridcell.js" type="text/javascript"></script>
<script src="../js/dhtmlxcombo.js" type="text/javascript"></script>
<script src="../js/dhtmlxgrid_keymap_excel.js" type="text/javascript"></script>
<script src="../js/dhtmlxgrid_drag.js" type="text/javascript"></script>
<script src="../js/dhtmlxgrid_group.js" type="text/javascript"></script>
<script src="../js/dhtmlxgrid_mcol.js" type="text/javascript"></script>
<script src="../js/TGridCommon.js" type="text/javascript"></script>
<script src="../js/json2.js" type="text/javascript"></script>
<script type="text/javascript" src="../js/dhtmlxcombo.js"></script>
<script type="text/javascript" src="../js/dhtmlxcombo_whp.js"></script>
<script type="text/javascript" src="../js/m97date/wdatepicker.js"></script>
<script src="../js/RecvApplicationSettlement.js" type="text/javascript"></script>
<script type="text/javascript">
window.dhx_globalImgPath="../images/";
</script>
</head>
<body onload="initCombo();createGrid()">
<div class="btn-content">
<div class="btn-blank"></div>
<div class="xbtn-small" style="width:70px;">
<div class="btntxt" onclick="auditReject()" style="width:60px;">驳回申请</div>
</div>
<div class="xbtn-small">
<div class="btntxt" onclick="settleAction()">结算</div>
</div>
<div class="xbtn-img" onclick="refreshList()">
<div class="btnimg"><img src="../images/icons/refresh.gif" width="16px" title="刷新列表"/></div>
</div>
<div class="xbtn">
<div class="btntxt" onclick="mergePayApp()" style="display:none;">合并结算</div>
</div>
</div>
<table>
<tr>
<td width="10px"></td>
<td><div style="height: 9px; width: 65px">申请日期</div></td>
<td><input type="text" id="txt_beginDate" onclick="WdatePicker()" style="width:100px" class="txtTab"/></td>
<td><div>~</div></td>
<td><input type="text" id="txt_endDate" onclick="WdatePicker()" style="width:100px" class="txtTab"/></td>
<td><div>结算单位</div></td>
<td><select id="sel_customer" runat="server" style="width:100px;"></select></td>
<td><div>编号</div></td>
<td><input type="text" id="txt_billno" runat="server" style="width:100px" class="txtTab"/></td>
<td width="10px"></td>
<td>
<input id="Button1" runat="server" type="button" value="查询" onclick="search();" style="width:40px; height:18px;" class="btncss"/>
</td>
<td>
<input id="Button2" runat="server" type="button" value="清空" onclick="clear_txt();" style="width:40px; height:18px;" class="btncss"/>
</td>
</tr>
</table>
<div style="float:left"><div id="mygrid_container_recvsettlement" style="width:1050px; height:500px;" runat="server"></div></div>
<form id="form1" runat="server">
<div>
<input type="hidden" id="h_customer" runat="server"/>
<input type="hidden" id="h_mod" runat="server"/>
<input type="hidden" id="h_enter" runat="server" />
<input type="hidden" id="h_merge" runat="server" />
<input type="hidden" id="h_mergecachename" runat="server" />
<input type="hidden" id="hdSearch" runat="server" />
</div>
</form>
</body>
</html>