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.
DS7/DSWeb/Invoice/InvoiceVerificationEdit.aspx

105 lines
6.5 KiB
Plaintext

2 years ago
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InvoiceVerificationEdit.aspx.cs" Inherits="DSWeb.Invoice.InvoiceVerificationEdit" %>
<!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;}
</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 language="javascript" type="text/javascript" src="../js/date/calendar.js"></script>
<script type="text/javascript">
window.dhx_globalImgPath="../images/";
function document.onkeydown(){
if(event.keyCode==116){
event.keyCode = 0;
event.cancelBubble = true;
return false;
}
}
</script>
<script src="../js/InvoiceVerificationEdit.js" type="text/javascript"></script>
</head>
<body onload="initBank();createGrid()" style="background-color:#ecf2ff;">
<div class="btn-content">
<div class="btn-blank"></div>
<div class="xbtn-img" onclick="refreshList()">
<div class="btnimg"><img src="../images/icons/refresh.gif" width="16px" title="刷新列表"/></div>
</div>
<div class="xbtn-small" onclick="saveVerification()" id="btn_settle" runat="server">
<div class="btntxt">结算</div>
</div>
</div>
<table style="height:44px; padding-bottom:5px; padding-top:3px;">
<tr>
<td style="width:90px;height:22px;"><div style="padding-left:20px;">结算币别</div></td>
<td><div style="float:left"><input type="checkbox" id="ck_usd" name="currency" onclick="onCheckEvent('ck_usd','ck_rmb')" runat="server"/></div>
<div style="float:left; padding-right:8px; padding-top:2px;">USD</div><div style="float:left"><input type="checkbox" id="ck_rmb" name="currency" onclick="onCheckEvent('ck_rmb','ck_usd')" runat="server"/></div><div style="float:left;padding-right:8px; padding-top:2px;">RMB</div>
</td>
<td style="width:90px;"><div style="padding-left:20px;">RMB 金额</div></td>
<td><input type="text" id="txt_rmbtotal" class="txtTab" style="width:150px;" runat="server"/></td>
<td><div style="padding-left:20px;">USD 金额</div></td>
<td><input type="text" id="txt_usdtotal" class="txtTab" style="width:150px;" runat="server"/></td>
</tr>
<tr>
<td style="width:90px;height:22px;"><div style="padding-left:20px;">结算方式</div></td>
<td><select id="sel_settlemode" runat="server" style="width:150px;" class="txtTab"><option value="1">现金</option><option value="2">支票</option><option value="3">电汇</option><option value="4">转账</option><option value="5">承兑汇票</option></select></td>
<td style="width:90px;"><div style="padding-left:20px;">RMB 账户</div></td>
<td><select id="sel_rmbbank" runat="server" style="width:150px;" class="txtTab"></select></td>
<td style="width:90px;"><div style="padding-left:20px;">USD 账户</div></td>
<td><select id="sel_usdbank" runat="server" style="width:150px;" class="txtTab"></select></td>
</tr>
<tr>
<td style="width:90px;height:22px;"><div style="padding-left:20px;">结算单位</div></td>
<td><input type="text" id="txt_customer" class="txtTab" runat="server" style="width:150px;" disabled=1/></td>
<td style="width:90px;"><div style="padding-left:20px;">折算汇率</div></td>
<td><input type="text" id="txt_rate" class="txtTab" runat="server" style="width:150px;" onkeyup="onRatePress()"/></td>
<td style="width:90px;"><div id="dvSettleTime" style="padding-left:20px;">结算时间</div></td>
<td><input type="text" id="txt_settleTime" runat="server" class="txtTab" style="width:150px;" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'});"/></td>
</tr>
<tr>
<td style="width:90px;height:22px;"><div style="padding-left:20px;">备注</div></td>
<td colspan=5><textarea id="txt_remark" runat="server" style="width:99%; height:70px;" class="txtTab"></textarea></td>
</tr>
</table>
<div style="width:98%; overflow-x:scroll; position:relative;"><div id="mygrid_container_feelist" style="width:2100px; height:400px;" runat="server"></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>
<form id="form1" runat="server">
<div>
<input type="hidden" id="h_invoiceid" runat="server" />
<input type="hidden" id="h_feelist" runat="server" />
<input type="hidden" id="h_post" runat="server" />
<input type="hidden" id="h_bankcache" runat="server" />
<input type="hidden" id="h_rmbtotal" runat="server" />
<input type="hidden" id="h_usdtotal" runat="server" />
<input type="hidden" id="h_cacheid" runat="server" />
<input type="hidden" id="h_customer" runat="server" />
<input type="hidden" id="h_remark" runat="server" />
<input type="hidden" id="h_settlemode" runat="server" />
</div>
</form>
</body>
</html>