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/Settlements/ReceiveAmountEdit.aspx

162 lines
9.7 KiB
Plaintext

2 years ago
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReceiveAmountEdit.aspx.cs" Inherits="DSWeb.Settlements.ReceiveAmountEdit" %>
<!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">
html,body{font-size:12px;margin:0px;height:100%;}
.txtTab{border:1px solid #A0A0A4; border-color:#6699CC;}
.line
{
border-top:1px dashed #cccccc;
height: 1px;
overflow:hidden;
padding-top:3px;
padding-bottom:5px;
}
.btn
{
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/dhtmlxcombo.css" type="text/css" rel="Stylesheet" media="screen"/>
<script src="../js/dhtmlxcommon.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/json2.js" type="text/javascript"></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 type="text/javascript" src="../js/ReceiveAmountEdit.js"></script>
</head>
<body onload="initCombo();" style="background-color:#ecf2ff;">
<div style="width:90%;height:100%;font-size:13px; margin-top:10px;margin-left:auto; margin-right:auto;">
<form id="form1" runat="server">
<div style="width:100%;float:left;font-size:15px;">实收信息</div>
<div class="line" style="width:100%;height:5px;"></div>
<div style="width:100%;float:left; margin-top:5px;">
<div style="float:left;width:33%;">
<div id="dvRecvAmountNO" style="width:80px;float:left;text-align:right;padding-top:4px;">录入编号:</div>
<div style="float:left;width:180px;"><div id="dvRecvAmountNoVal" runat="server" style="width:100%;height:16px;"/></div>
</div>
</div>
<div style="width:100%;float:left; margin-top:5px;">
<div style="float:left;width:33%;">
<div id="dvCustomerName" style="width:80px;float:left;text-align:right;padding-top:4px;">付款单位:</div>
<div style="float:left;width:180px;"><select id="sel_customer" runat="server" style="width:180px;"></select></div>
</div>
<div style="float:left;width:33%;">
<div id="dvRecvAmount" style="width:80px;float:left;text-align:right;padding-top:4px;">实收金额:</div>
<div style="float:left;width:180px;"><input type="text" id="txt_recvamount" runat="server" style="width:100%;height:16px;" class="txtTab"/></div>
</div>
<div style="float:left;width:33%;">
<div id="dvCurrency" style="width:80px;float:left;text-align:right; padding-top:4px;">实收币别:</div>
<div style="float:left;width:180px;"><select id="sel_currency" runat="server" style="width:100%;height:22px;" class="txtTab" onchange="currencyChange('sel_currency','sel_verifycurrency')"><option value="RMB">RMB</option><option value="USD">USD</option></select></div>
</div>
</div>
<div style="width:100%;float:left; margin-top:5px;">
<div style="float:left;width:33%;">
<div id="dvSettleType" style="width:80px;float:left;text-align:right;padding-top:4px;">收款方式:</div>
<div style="float:left;width:180px;">
<select id="sel_settletype" runat="server" style="width:100%;height:22px;" class="txtTab">
<option value="1">现金</option>
<option value="2">支票</option>
<option value="3">电汇</option>
<option value="4">转账</option>
<option value="5">承兑汇票</option>
</select>
</div>
</div>
<div style="float:left;width:33%;">
<div id="dvVoucher" style="width:80px;float:left;text-align:right; padding-top:4px;">收款凭证:</div>
<div style="float:left;width:180px;"><input type="text" id="txt_voucher" runat="server" style="width:100%;height:16px;" class="txtTab"/></div>
</div>
</div>
<div style="width:100%;float:left; margin-top:5px;">
<div style="float:left;width:33%;">
<div id="dvBank" style="width:80px;float:left;text-align:right;padding-top:4px;">收款银行:</div>
<div style="float:left;width:180px;"><select id="sel_bank" runat="server" style="width:180px;"></select></div>
</div>
<div style="float:left;width:33%;">
<div id="dvAccount" style="width:80px;float:left;text-align:right;padding-top:4px;">收款账户:</div>
<div style="float:left;width:180px;"><select id="sel_account" runat="server" style="width:180px;"></select></div>
</div>
</div>
<div style="width:100%;float:left; margin-top:5px;">
<div style="float:left;width:33%;">
<div id="dvCreateUser" style="width:80px;float:left;text-align:right;padding-top:4px;">收款人:</div>
<div style="float:left;width:180px;"><div style="width:100%;height:16px;padding-top:4px;" id="dvCreateUserVal" runat="server"></div></div>
</div>
<div style="float:left;width:33%;">
<div id="dvCreateTime" style="width:80px;float:left;text-align:right;padding-top:4px;">收款时间:</div>
<div style="float:left;width:180px;"><input type="text" id="txt_recvtime" runat="server" style="width:100%;height:16px;" class="txtTab" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"/></div>
</div>
<div style="float:left;width:33%; display:none;">
<div id="dvName" style="width:80px;float:left;text-align:right;padding-top:4px;">实收名称:</div>
<div style="float:left;width:180px;"><input type="text" id="txt_name" runat="server" style="width:100%;height:16px;" class="txtTab"/></div>
</div>
</div>
<div style="width:100%;float:left;font-size:15px; margin-top:15px;">核销信息</div>
<div class="line" style="width:100%;height:5px;"></div>
<div style="width:100%;float:left; margin-top:5px;">
<div style="float:left;width:33%;">
<div id="dvVerifyCurrency" style="width:80px;float:left;text-align:right; padding-top:4px;">核销币别:</div>
<div style="float:left;width:180px;"><select id="sel_verifycurrency" runat="server" style="width:100%;height:22px;" class="txtTab" disabled=1><option value="RMB">RMB</option><option value="USD">USD</option></select></div>
</div>
<div style="float:left;width:33%;">
<div id="dvDoAmount" style="width:80px;float:left;text-align:right;padding-top:4px;">核销金额:</div>
<div style="float:left;width:180px;"><input type="text" id="txt_doamount" runat="server" style="width:100%;height:16px;" class="txtTab" disabled=1/></div>
</div>
<div style="float:left;width:33%;">
<div id="Div1" style="width:80px;float:left;text-align:right;padding-top:4px;">未核销金额:</div>
<div style="float:left;width:180px;"><input type="text" id="txt_undoamount" runat="server" style="width:100%;height:16px;" class="txtTab" disabled=1/></div>
</div>
</div>
<div style="width:100%;float:left; margin-top:5px;">
<div style="float:left;width:100%;">
<div id="dvRemark" style="width:80px;float:left;text-align:right; padding-top:4px;">备注:</div>
<div style="float:left;width:80%;">
<textarea id="txt_remark" runat="server" style="width:80%;height:70px;" class="txtTab" ></textarea>
</div>
</div>
</div>
<div style="width:100%;float:left; margin-top:20px;">
<div style="float:left;width:15%; padding-left:80px;">
<input type="button" id="btn_save" runat="server" value="保存" class="btn" onclick="saveAction()"/>
</div>
<div style="float:left;width:33%; text-align:left;">
<input type="button" id="btn_cancel" runat="server" value="取消" class="btn" onclick="cancelAction()"/>
</div>
</div>
<input type="hidden" id="h_customer" runat="server"/>
<input type="hidden" id="h_showname" runat="server" />
<input type="hidden" id="h_clientid" runat="server" />
<input type="hidden" id="h_compid" runat="server" />
<input type="hidden" id="h_bank" runat="server" />
<input type="hidden" id="h_account" runat="server" />
<input type="hidden" id="h_post" runat="server" />
<input type="hidden" id="h_recvamountid" runat="server" />
<input type="hidden" id="h_onlyread" runat="server" />
<input type="hidden" id="h_companyid" runat="server" />
</form>
</div>
</body>
</html>