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/InvoiceApplicationEdit.aspx

205 lines
9.0 KiB
Plaintext

2 years ago
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InvoiceApplicationEdit.aspx.cs" Inherits="DSWeb.Invoice.InvoiceApplicationEdit" %>
<!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">
.table{
width:1120px;
}
.head{
font-size:12px;
background-color:#ecf2ff;
height:20px;
border: 1px;
border-color:#000000;
}
.head div{
width:170px;
float:left;
text-align:center;
height:15px;
padding-top:5px;
border-top:1px solid #C1BBAB;
border-left:1px solid #C1BBAB;
}
.head_begin{
width:80px !important;
float:left;
text-align:center;
height:18px;
padding-top:2px;
cursor:default;
}
.head_end{
float:right;
text-align:center;
height:18px;
padding-top:2px;
border-right:1px solid #C1BBAB;
}
.row{
font-size:12px;
background-color:#ecf2ff;
height:20px;
}
.row div{
width:170px;
float:left;
text-align:center;
height:15px;
padding-top:5px;
border-top:1px solid #C1BBAB;
border-left:1px solid #C1BBAB;
}
.row_begin{
width:80px !important;
float:left;
text-align:center;
height:18px;
padding-top:2px;
cursor:default;
}
.row_end{
float:right;
text-align:center;
height:18px;
padding-top:2px;
border-right:1px solid #C1BBAB;
}
.lastrow div{
width:170px;
float:left;
text-align:center;
height:18px;
padding-top:2px;
border-bottom:1px solid #C1BBAB;
}
.row_select{
font-size:12px;
background-color:#f8f28f;
height:20px;
}
.row_select div{
width:170px;
float:left;
text-align:center;
height:15px;
padding-top:5px;
border-top:1px solid #C1BBAB;
border-left:1px solid #C1BBAB;
}
.lastrow_select div{
width:150px;
float:left;
text-align:center;
height:18px;
padding-top:2px;
border-bottom:1px solid #C1BBAB;
}
.row_id{
display:none;
}
.txtTab{border:1px solid #A0A0A4; border-color:#6699CC;}
</style>
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.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/";
</script>
<script src="../js/InvoiceApplicationEdit.js" type="text/javascript"></script>
</head>
<body onload="createInfo()" style="background-color:#ecf2ff;">
<form id="form1" runat="server">
<div class="btn-content">
<div class="btn-blank"></div>
<div class="xbtn-img" onclick="printInvoice()">
<div class="btnimg"><img src="../images/icons/print.gif" width="16px" title="打印发票申请"/></div>
</div>
</div>
<div>
<table style="border-width:0 1px 1px 0;padding:2px; width:86%; font-size:12px;margin-left:2px;margin-right:10px;">
<tr>
<td style="width:80px;"><div id="dvInvoiceNO" runat="server" style="text-align:right; width:80px;font-size:12px;">发票号码:</div></td>
<td width="30%"><input type="text" id="txt_invoiceno" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
<td style="width:80px;"><div id="dvCurrency" runat="server" style="text-align:right; width:80px;font-size:12px;">发票币别:</div></td>
<td width="30%"><select id="sel_currency" runat="server" style="width:180px;"></select></td>
<td style="width:80px;"><div id="dvInvoiceType" runat="server" style="text-align:right;width:80px;font-size:12px;">发票类型:</div></td>
<td width="30%"><input type="text" id="txt_type" class="txtTab" style="width:98%;" runat="server" disabled=disabled/></td>
</tr>
<tr>
<td style="width:80px;"><div id="dvPayCustomer" runat="server" style="text-align:right; width:80px;font-size:12px;">付款单位:</div></td>
<td width="30%"><select id="sel_customer" runat="server" style="width:180px;"></select></td>
<td style="width:80px;"><div id="dvApplyTime" runat="server" style="text-align:right; width:80px;font-size:12px;">申请日期:</div></td>
<td width="30%"><input type="text" id="txt_applytime" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
<td style="width:80px;"><div id="dvCUSTNO" runat="server" style="text-align:right; width:80px;font-size:12px;">委托编号:</div></td>
<td width="30%"><input type="text" id="txt_custno" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
</tr>
<tr>
<td style="width:80px;"><div id="dvVessel" runat="server" style="text-align:right; width:80px;font-size:12px;">船名航次:</div></td>
<td width="30%"><input type="text" id="txt_vesselvoyage" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
<td style="width:80px;"><div id="dvMblno" runat="server" style="text-align:right; width:80px;font-size:12px;">提单号:</div></td>
<td width="30%"><input type="text" id="txt_mblno" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
<td style="width:80px;"><div id="dvEtd" runat="server" style="text-align:right; width:80px;font-size:12px;">开船日期:</div></td>
<td width="30%"><input type="text" id="txt_etd" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
</tr>
<tr>
<td style="width:80px;"><div id="dvPol" runat="server" style="text-align:right; width:80px;font-size:12px;">起运港:</div></td>
<td width="30%"><input type="text" id="txt_pol" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
<td style="width:80px;"><div id="dvPod" runat="server" style="text-align:right;width:80px;font-size:12px;">卸货港:</div></td>
<td width="30%"><input type="text" id="txt_pod" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
<td style="width:80px;"></td>
<td width="30%"></td>
</tr>
<tr>
<td style="width:80px;"><div id="dvRMB" runat="server" style="text-align:right; width:80px;font-size:12px;">RMB</div></td>
<td width="30%"><input type="text" id="txt_rmb" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
<td style="width:80px;"><div id="dvUSD" runat="server" style="text-align:right;width:80px;font-size:12px;">USD</div></td>
<td width="30%"><input type="text" id="txt_usd" runat="server" class="txtTab" style="width:98%;" disabled=disabled/></td>
<td style="width:80px;"></td>
<td width="30%"></td>
</tr>
<tr>
<td style="width:80px;"><div id="Div1" runat="server" style="text-align:right; width:80px;font-size:12px;">备份:</div></td>
<td align="center" colspan=5 style="border:0;"><textarea id="txt_remark" runat="server" class="txtTab" style="width:99%; height:50px;" disabled=disabled></textarea></td>
</tr>
</table>
<div style="width:98%; height:300px; position:relative; overflow:auto">
<div id="dvOpseae" runat="server">
<div class="table"></div>
</div>
<div id="dvFee" style="display:none;"><div id="mygrid_container_fee" style="width:1000px; height:150px;" runat="server"></div></div>
</div>
</div>
<input type="hidden" id="h_invoiceappid" runat="server"/>
<input type="hidden" id="h_bsno" runat="server" />
<input type="hidden" id="h_opcache" runat="server" />
<input type="hidden" id="h_invoicecus" runat="server" />
<input type="hidden" id="h_account" runat="server" />
<input type="hidden" id="h_bank" runat="server" />
<input type="hidden" id="h_currency" runat="server" />
<input type="hidden" id="h_customer" runat="server" />
</form>
</body>
</html>