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.
383 lines
16 KiB
Plaintext
383 lines
16 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CwVouchersList.aspx.cs" Inherits="DSWeb.CW.CwVouchersList" %>
|
|
|
|
<!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 id="Head1" runat="server">
|
|
<title>ƾ֤Áбí</title>
|
|
<script src="../js/m97date/wdatepicker.js" type="text/javascript"></script>
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css" />
|
|
<!--°´Å¥Ìõ-->
|
|
<style type="text/css">
|
|
.btn-content0
|
|
{
|
|
width: 100%;
|
|
height: 30px;
|
|
background: url( "../images/content-header.gif" );
|
|
cursor: default;
|
|
}
|
|
</style>
|
|
<!--Grid-->
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.css" />
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/page.css" />
|
|
|
|
<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/jsGridCwVouchersList.js" type="text/javascript"></script>
|
|
<script src="../js/jsGridCwVouchersList_2.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxmenu.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxmenu_ext.js" type="text/javascript"></script>
|
|
<script src="../js/json2.js" type="text/javascript"></script>
|
|
<style type="text/css">
|
|
#divh
|
|
{
|
|
position: absolute;
|
|
z-index: 1001;
|
|
left: 40%;
|
|
top: 30%;
|
|
width: 300px;
|
|
margin-left: -200px;
|
|
border: solid 6px #ddd;
|
|
}
|
|
.box
|
|
{
|
|
border: solid 1px #999;
|
|
font-size: 14px;
|
|
}
|
|
#tit
|
|
{
|
|
border-bottom: solid 1px #999;
|
|
background-color: #cccccc;
|
|
padding: 6px;
|
|
font-weight: bold;
|
|
}
|
|
#bod
|
|
{
|
|
background-color: #ffffff;
|
|
padding: 20px;
|
|
}
|
|
#bot
|
|
{
|
|
border-top: solid 1px #999;
|
|
background-color: #cccccc;
|
|
text-align: right;
|
|
}
|
|
.menu
|
|
{
|
|
position: absolute;
|
|
z-index: 101;
|
|
width: 150px;
|
|
border: solid 1px #999;
|
|
padding: 2px;
|
|
background-color: #ffffff;
|
|
}
|
|
.menu a
|
|
{
|
|
padding: 5px 6px;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
cursor: default;
|
|
text-decoration: none;
|
|
padding-top: 1px;
|
|
width: 90px;
|
|
}
|
|
.menu a:hover
|
|
{
|
|
background-color: #507cd1;
|
|
color: #ffffff;
|
|
}
|
|
.regular
|
|
{
|
|
text-decoration: none;
|
|
cursor: default;
|
|
margin-right: 20px;
|
|
}
|
|
.imgLeftButton
|
|
{
|
|
background-image: url(../images/icons/edit_right.gif);
|
|
height: 19px;
|
|
width: 19px;
|
|
margin-left: 22px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.imgLeftHoverButton
|
|
{
|
|
background-image: url(../images/icons/edit_righthover.gif);
|
|
height: 19px;
|
|
width: 19px;
|
|
margin-left: 22px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.imgRightButton
|
|
{
|
|
background-image: url(../images/icons/edit_left.gif);
|
|
height: 19px;
|
|
width: 19px;
|
|
margin-left: 22px;
|
|
}
|
|
.imgRightHoverButton
|
|
{
|
|
background-image: url(../images/icons/edit_lefthover.gif);
|
|
height: 19px;
|
|
width: 19px;
|
|
margin-left: 22px;
|
|
}
|
|
.imgUpButton
|
|
{
|
|
background-image: url(../images/icons/edit_up.gif);
|
|
height: 19px;
|
|
width: 19px;
|
|
margin-left: 22px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.imgUpHoverButton
|
|
{
|
|
background-image: url(../images/icons/edit_uphover.gif);
|
|
height: 19px;
|
|
width: 19px;
|
|
margin-left: 22px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.imgDownButton
|
|
{
|
|
background-image: url(../images/icons/edit_down.gif);
|
|
height: 19px;
|
|
width: 19px;
|
|
margin-left: 22px;
|
|
}
|
|
.imgDownHoverButton
|
|
{
|
|
background-image: url(../images/icons/edit_downhover.gif);
|
|
height: 19px;
|
|
width: 19px;
|
|
margin-left: 22px;
|
|
}
|
|
.enterButton
|
|
{
|
|
display: block;
|
|
float: left;
|
|
margin: 0 7px 0 0;
|
|
background-color: #d5d5d5;
|
|
border: 1px solid #dedede;
|
|
border-top: 1px solid #eee;
|
|
border-left: 1px solid #eee;
|
|
font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
|
|
font-size: 12px;
|
|
line-height: 130%;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
color: #565656;
|
|
cursor: default;
|
|
padding: 5px 10px 6px 7px; /* Links */
|
|
width: 60px;
|
|
text-align: center;
|
|
margin-top: 8px;
|
|
margin-left: 20px;
|
|
}
|
|
.enterButton:hover
|
|
{
|
|
background-color: #dff4ff;
|
|
border: 1px solid #c2e1ef;
|
|
color: #336699;
|
|
}
|
|
.enterButton:active
|
|
{
|
|
background-color: #6299c5;
|
|
border: 1px solid #6299c5;
|
|
color: #fff;
|
|
}
|
|
.dvMenu
|
|
{
|
|
display: block;
|
|
background-color: #ffffff;
|
|
border: 1px solid #dedede;
|
|
border-top: 1px solid #eee;
|
|
border-left: 1px solid #eee;
|
|
font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
|
|
font-size: 12px;
|
|
line-height: 130%;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
color: #565656;
|
|
cursor: default;
|
|
padding: 8px 0px 6px 7px; /* Links */
|
|
width: 95%;
|
|
text-align: center;
|
|
}
|
|
.dvMenu:hover
|
|
{
|
|
background-color: #dff4ff;
|
|
border: 1px solid #c2e1ef;
|
|
color: #336699;
|
|
}
|
|
.dvMenu:active
|
|
{
|
|
background-color: #6299c5;
|
|
border: 1px solid #6299c5;
|
|
color: #fff;
|
|
}
|
|
.btncss
|
|
{
|
|
width:100px;
|
|
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 href="../theme/style.css" type="text/css" rel="Stylesheet" media="screen" />
|
|
<link href="../theme/dhtmlxcombo.css" type="text/css" rel="Stylesheet" media="screen" />
|
|
<script type="text/javascript" src="../js/dhtmlxcommon.js"></script>
|
|
<script type="text/javascript" src="../js/dhtmlxcombo.js"></script>
|
|
<script type="text/javascript" src="../js/dhtmlxcombo_whp.js"></script>
|
|
<script type="text/javascript">
|
|
window.dhx_globalImgPath="../images/";
|
|
</script>
|
|
</head>
|
|
<body onload="ShowDetailSelect();initMenu();initcomboPREPARED();initcomboPREPARED2();initGrid2();initWinScreen();" style="border: 0px; width: 100%; height: 100%">
|
|
<form id="form1" runat="server">
|
|
<div id=divresize>
|
|
<div>
|
|
<table>
|
|
<tr>
|
|
<td style="width:10px;"></td>
|
|
<td style="width:80px;"><div style="width:80px; text-align:right;" class="cssfont">ƾ֤ÖƵ¥ÈË£º</div></td>
|
|
<td style="width:140px;"><select id="ddlPREPARED" runat="server" class="txtTab" style="width:142px"></select></td>
|
|
<td style="width:70px;"><div style="width:70px; text-align:right;" class="cssfont">ƾ֤ÈÕÆÚ£º</div></td>
|
|
<td style="width:100px;"><asp:TextBox ID="tbVOUDATE" runat="server" onclick="WdatePicker()" Width="100px" ReadOnly="True" CssClass="txtTab"></asp:TextBox></td>
|
|
<td style="width:10px;"><div style="width:10px;" class="cssfont">ÖÁ</div></td>
|
|
<td style="width:120px;"><asp:TextBox ID="tbVOUDATE2" runat="server" onclick="WdatePicker()" Width="100px" ReadOnly="True" CssClass="txtTab"></asp:TextBox></td>
|
|
<td style="width:80px;">
|
|
<div onclick="ShowDetailSelect()" style="margin-left:5px;width:80px;">
|
|
<div style="width:20px; height:20px; float:left;margin-top:3px;"><img src="../images/icons/btnSearch.gif" title="²éѯ"/></div>
|
|
<div style="float:left; font-size:12px; cursor:default;margin-top:5px; width:60px;">²éѯ</div></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:10px;"></td>
|
|
<td style="width:80px;"><div style="width:80px; text-align:right;" class="cssfont">Ö÷Ìáµ¥ºÅ£º</div></td>
|
|
<td style="width:140px;"><input id="tbBLNO" type="text" class="txtTab" style="width:140px" /></td>
|
|
<td style="width:70px;"><div style="width:70px; text-align:right;" class="cssfont">ƾ֤µ¥ºÅ£º</div></td>
|
|
<td style="width:100px;"><asp:TextBox ID="tbVOUALLNO" runat="server" Width="100px" CssClass="txtTab"></asp:TextBox></td>
|
|
<td style="width:120px;" colspan=2><asp:CheckBox ID="cbISEXPORT" runat="server" Text="ÏÔʾÒѵ¼³öµÄƾ֤" /></td>
|
|
<td style="width:80px;">
|
|
<div onclick="ShowDetailSelectClear()" style="margin-left:5px;width:80px;">
|
|
<div style="float:left; font-size:12px; cursor:default;margin-top:5px; width:60px;">Çå¿ÕÌõ¼þ</div></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div style="width: 100%; vertical-align: text-bottom;" class="btn-content0">
|
|
<div class="btn-blank">
|
|
</div>
|
|
<div class="xbtn-img">
|
|
<img id="imgDel" runat=server src="../images/icons/remove.gif" onclick="ShowDetailDel();" class="btnimg" alt="ɾ³ý" onmouseover="imgDelChangePic();" onMouseOut="imgDelChangePic();"/>
|
|
</div>
|
|
<div class="xbtn-img">
|
|
<img id="imgFresh" src="../images/icons/btnFresh.gif" onclick="ShowDetailSelect();" onmouseover="imgFreshChangePic();" onMouseOut="imgFreshChangePic();" class="btnimg" alt="Ë¢ÐÂ"/>
|
|
</div>
|
|
<div class="xbtn" style="width:10px; height:20px;"></div>
|
|
<div class="xbtn">
|
|
<input id="imgAdd" runat="server" type="button" value="µ¼³öƾ֤" onclick="ShowDetailAdd();" style="width:70px; height:20px;" class="btncss"/>
|
|
</div>
|
|
</div>
|
|
<div oncontextmenu="return false">
|
|
<div style="width:100%; overflow-x:scroll; position:relative;"><div id="mygrid_container_log" style="width: 1350px; height: 200px;" runat="server" class="cssfont"></div>
|
|
</div>
|
|
<div id="pager" style="width: 100%; margin: 0px; padding: 4px; border: 0px solid #999;">
|
|
</div>
|
|
<div id="info" style="text-align: center; width: 100%; margin: 0 2px; padding: 4px;
|
|
border: 1px solid #999; display: none;">
|
|
</div>
|
|
<div>
|
|
<input type="hidden" id="hid_setting" runat="server" />
|
|
<input type="hidden" id="hid_header" runat="server" />
|
|
<input type="hidden" id="hid_id" runat="server" />
|
|
<input type="hidden" id="hid_sel" runat="server" />
|
|
<div id="dvSaveState" runat="server">
|
|
</div>
|
|
<div id="divh" style="display: none;">
|
|
<div class="box">
|
|
<div id="tit">
|
|
</div>
|
|
<div id="bod">
|
|
</div>
|
|
<div id="bot">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="width: 100%; vertical-align: text-bottom;" class="btn-content0">
|
|
<div class="btn-blank">
|
|
</div>
|
|
<div class="xbtn-img">
|
|
<img id="imgAdd2" src="../images/icons/btnAdd.gif" onclick="ShowDetailAdd2();" class="btnimg" alt="Ìí¼Ó" onmouseover="imgAdd2ChangePic();" onMouseOut="imgAdd2ChangePic();"/>
|
|
</div>
|
|
<div class="xbtn-img">
|
|
<img id="imgEdit2" src="../images/audit.gif" onclick="ShowDetailUpdate2();" class="btnimg" alt="ÐÞ¸Ä" onmouseover="imgEdit2ChangePic();" onMouseOut="imgEdit2ChangePic();"/>
|
|
</div>
|
|
<div class="xbtn-img">
|
|
<img id="imgDel2" runat=server src="../images/icons/remove.gif" onclick="ShowDetailDel2();" class="btnimg" alt="ɾ³ý" onmouseover="imgDel2ChangePic();" onMouseOut="imgDel2ChangePic();"/>
|
|
</div>
|
|
<div class="xbtn-img">
|
|
<img id="imgFresh2" src="../images/icons/btnFresh.gif" onclick="refreshRecv();" onmouseover="imgFresh2ChangePic();" onMouseOut="imgFresh2ChangePic();" class="btnimg" alt="Ë¢ÐÂ"/>
|
|
</div>
|
|
<div class="xbtn" style="width:10px; height:20px;"></div>
|
|
<div class="xbtn">
|
|
<input id="btITEMNO" runat="server" type="button" value="ÐòºÅÅÅÐò" onclick="setITEMNO();" style="width:70px; height:20px;" class="btncss"/>
|
|
</div>
|
|
</div>
|
|
<div oncontextmenu="return false">
|
|
<div style="width:99*%; overflow-x:scroll; position:relative;"><div id="mygrid_container_recv" style="width: 1400px; height:200px;" runat="server" class="cssfont"></div></div>
|
|
<div id="pager2" style="width: 100%; margin: 0px; padding: 4px; border: 0px solid #999;text-align: center;">
|
|
</div>
|
|
<div id="info2" style="text-align: center; width: 100%; margin: 0 2px; padding: 4px; border: 1px solid #999; display: none;">
|
|
</div>
|
|
<div>
|
|
<input type="hidden" id="hid_setting2" runat="server" />
|
|
<input type="hidden" id="hid_header2" runat="server" />
|
|
|
|
<input type="hidden" id="hid_ORDNO" runat="server" />
|
|
<input type="hidden" id="hid_BSNO" runat="server" />
|
|
<input type="hidden" id="hid_handle" runat="server" />
|
|
<input type="hidden" id="hid_strSel" runat="server" />
|
|
|
|
<div id="dvSaveState2" runat="server">
|
|
</div>
|
|
<div id="divh2" style="display: none;">
|
|
<div class="box">
|
|
<div id="tit2">
|
|
</div>
|
|
<div id="bod2">
|
|
</div>
|
|
<div id="bot2">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<input id="hdRangeV" type="hidden" runat=server/>
|
|
<input id="hdRangeO" type="hidden" runat=server/>
|
|
<input id="hdRange" type="hidden" runat=server/>
|
|
|
|
<input type="hidden" id="hdUserID" runat="server"/>
|
|
<input type="hidden" id="hdGid" runat="server"/>
|
|
<input type="hidden" id="hd_comboPREPARED" runat="server"/>
|
|
|
|
<asp:ImageButton ID="ibAdd" runat="server" onclick="ibAdd_Click" ToolTip="µ¼³öƾ֤" ImageUrl="../images/icons/btnAdd.gif" CssClass="cssfont" style="display:none; visibility:hidden"/>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|