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.

338 lines
15 KiB
Plaintext

10 months ago
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OpSeaeBaseInfo.aspx.cs" Inherits="DSWeb.BaseInfo.OpSeaeBaseInfo" %>
<!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>
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
<style type="text/css">
#opseae{ width:100%;
height:120px;
font-size:12px;
}
.item_title
{
float:left;width:12%;
text-align:right;
height:18px;
padding-top:3px;
}
.item_val
{
float:left;width:15%;
text-align:left;
height:18px;
padding-top:3px;
}
.item_val_last
{
float:left;width:32%;
text-align:left;
height:18px;
padding-top:3px;
}
.line
{
border-top:1px dashed #cccccc;
height: 1px;
overflow:hidden;
padding-top:5px;
padding-bottom:5px;
}
.table{
width:500px;
}
.head{
font-size:12px;
height:20px;
border: 1px;
border-color:#000000;
}
.head div{
width:120px;
float:left;
text-align:center;
height:15px;
padding-top:5px;
border-top:1px solid #C1BBAB;
border-left:1px solid #C1BBAB;
}
.head_begin{
width:10px !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;
height:20px;
}
.row div{
width:120px;
float:left;
text-align:center;
height:15px;
padding-top:5px;
border-top:1px solid #C1BBAB;
border-left:1px solid #C1BBAB;
}
.row_begin{
width:10px !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:120px;
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:12s0px;
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;
}
</style>
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.css"/>
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.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/TGridCommon.js" type="text/javascript"></script>
<script src="../js/json2.js" type="text/javascript"></script>
<script src="../js/OpSeaeBaseInfo.js" type="text/javascript"></script>
</head>
<body onload="initGrid()">
<div style="width:80%;height:1250px;overflow-y:auto; margin-left:auto; margin-right:auto;overflow-y:hidden;">
<div style="width:100%">
<div style="width:98%; font-size:14px; padding-left:20px;margin-top:20px;">委托业务信息</div>
<div class="line" style="width:100%;"></div>
<div id="opseae">
<div style="width:100%;">
<div id="dvCustno" class="item_title">委托编号:</div>
<div id="dvCustnoVal" class="item_val" runat="server"></div>
<div id="dvMblno" class="item_title">主提单号:</div>
<div id="dvMblnoVal" class="item_val" runat="server"></div>
<div id="dvCtntotal" class="item_title">箱型箱量:</div>
<div id="dvCtntotalVal" class="item_val_last" runat="server"></div>
</div>
<div style="width:100%">
<div id="dvChannelSale" class="item_title">揽货人:</div>
<div id="dvChannelSaleVal" class="item_val" runat="server"></div>
<div id="dvCustomer" class="item_title">委托单位:</div>
<div id="dvCustomerVal" class="item_val" runat="server"></div>
<div id="dvDischargePort" class="item_title">卸货港:</div>
<div id="dvDischargePortVal" class="item_val_last" runat="server"></div>
</div>
<div style="width:100%; height:18px;">
<div id="dvPayment" class="item_title">付费方式:</div>
<div id="dvPaymentVal" class="item_val" runat="server"></div>
<div id="dvPaymentMBL" class="item_title">MBL付费方式</div>
<div id="dvPaymentMBLVal" class="item_val" runat="server"></div>
<div id="dvBssource" class="item_title">业务来源:</div>
<div id="dvBssourceVal" class="item_val_last" runat="server"></div>
</div>
<div style="width:100%; height:18px;">
<div id="dvLane" class="item_title">航线:</div>
<div id="dvLaneVal" class="item_val" runat="server"></div>
<div id="dvVessel" class="item_title">船名:</div>
<div id="dvVesselVal" class="item_val" runat="server"></div>
<div id="dvVoyno" class="item_title">航次:</div>
<div id="dvVoynoVal" class="item_val" runat="server"></div>
<div id="Div1" class="item_title" style="width:50px">毛重:</div>
<div id="dvKGSVal" class="item_val" style="width:100px" runat="server"></div>
</div>
<div style="width:100%">
<div id="dvServiceItem" class="item_title">服务项目:</div>
<div id="dvServiceItemVal" style="float:left;width:88%;">
<div style="float:left;width:20px;"><input type="checkbox" id="ck_isfumigation" runat="server" style="width:20px;" disabled=1/></div>
<div style="float:left;width:40px; padding-top:4px;">熏蒸</div>
<div style="float:left;width:20px;"><input type="checkbox" id="ck_isstorage" runat="server" style="width:20px;" disabled=1/></div>
<div style="float:left;width:40px; padding-top:4px;">仓储</div>
<div style="float:left;width:20px;"><input type="checkbox" id="ck_island" runat="server" style="width:20px;" disabled=1/></div>
<div style="float:left;width:40px; padding-top:4px;">陆运</div>
<div style="float:left;width:20px;"><input type="checkbox" id="ck_iscustoms" runat="server" style="width:20px;" disabled=1/></div>
<div style="float:left;width:40px; padding-top:4px;">报关</div>
<div style="float:left;width:20px;"><input type="checkbox" id="ck_isinspection" runat="server" style="width:20px;" disabled=1/></div>
<div style="float:left;width:40px; padding-top:4px;">报检</div>
<div style="float:left;width:20px;"><input type="checkbox" id="ck_isbooking" runat="server" style="width:20px;" disabled=1/></div>
<div style="float:left;width:40px; padding-top:4px;">订舱</div>
<div style="float:left;width:20px;"><input type="checkbox" id="ck_isagent" runat="server" style="width:20px;" disabled=1/></div>
<div style="float:left;width:60px; padding-top:4px;">使用代理</div>
<div style="float:left;width:20px;"><input type="checkbox" id="ck_ishblno" runat="server" style="width:20px;" disabled=1/></div>
<div style="float:left;width:60px; padding-top:4px;">分单签单</div>
</div>
</div>
</div>
<div style="width:50%;height:200px;float:left;">
<div style="width:98%; font-size:14px; padding-left:20px;">提单签发信息</div>
<div style="width:98%; overflow-x:auto;position:relative;height:160px;scrollbar-base-color:#ecf2ff;SCROLLBAR-SHADOW-COLOR:#FFFFFF;">
<div class="line" style="width:80%;text-align:center;"></div>
<div class="table" runat="server" id="dvBlissue"></div>
</div>
</div>
<div style="width:50%;height:200px;float:left;">
<div style="width:98%; font-size:14px; padding-left:20px;">业务状态</div>
<div style="width:98%; overflow-x:auto;position:relative; height:160px;scrollbar-base-color:#ecf2ff;SCROLLBAR-SHADOW-COLOR:#FFFFFF;">
<div class="line" style="width:80%;text-align:center;"></div>
<div class="table" runat="server" id="dvOpStatus"></div>
</div>
</div>
</div>
<div style="width:100%;height:900px;">
<div style="width:98%; font-size:14px; padding-left:20px;">费用信息</div>
<div class="line" style="width:100%;"></div>
<div style="width:100%; font-size:14px;">
应收费用
</div>
<div class="btn-content">
<div class="btn-blank"></div>
<div class="xbtn">
<div class="btntxt" onclick="applyRecvHistory()">历史申请</div>
</div>
<div class="xbtn">
<div class="btntxt" onclick="checkRecvHistory()">查看信息</div>
</div>
</div>
<div style="width:98%; overflow-x:scroll; position:relative;height:250px;scrollbar-base-color:#ecf2ff;SCROLLBAR-SHADOW-COLOR:#FFFFFF;">
<div id="mygrid_container_recvfee" style="width:1700px; height:180px;" runat="server"></div>
<div id="pager_recv" style="width: 100%; margin: 0px; padding: 4px; border: 0px solid #999;">
</div>
<div id="info_recv" style="text-align: center; width: 100%; margin: 0 2px; padding: 4px; border: 1px solid #999;display:none;"></div>
</div>
<div style="width:100%; font-size:14px;">
应付费用
</div>
<div class="btn-content">
<div class="btn-blank"></div>
<div class="xbtn">
<div class="btntxt" onclick="applyRecvHistory()">历史申请</div>
</div>
<div class="xbtn">
<div class="btntxt" onclick="checkRecvHistory()">查看信息</div>
</div>
</div>
<div style="width:98%; overflow-x:scroll; position:relative;height:250px;scrollbar-base-color:#ecf2ff;SCROLLBAR-SHADOW-COLOR:#FFFFFF;">
<div id="mygrid_container_payfee" style="width:1700px; height:180px;" runat="server"></div>
<div id="pager_pay" style="width: 100%; margin: 0px; padding: 4px; border: 0px solid #999;">
</div>
<div id="info_pay" style="text-align: center; width: 100%; margin: 0 2px; padding: 4px; border: 1px solid #999;display:none;"></div>
</div>
</div>
<div style="width:100%;height:200px;">
<div style="width:98%; font-size:14px; padding-left:20px;">利润信息</div>
<div class="line" style="width:100%;"></div>
<table width="100%" style="border-width:0 1px 1px 0;padding:2px;">
<tr>
<td width="90px"><div id="dvRMBText" runat="server" class="feeTitle">人民币</div></td>
<td width="2%"><div id="dvRMBValue" runat="server" class="feeAmount"></div></td>
<td width="90px"><div id="dvRecvRMBText" runat="server" class="feeTitle">应收人民币:</div></td>
<td width="80px"><div id="dvRecvRMBVal" runat="server" class="feeAmount"> </div></td>
<td width="90px"><div id="dvPayRMBText" runat="server" class="feeTitle">应付人民币:</div></td>
<td width="80px"><div id="dvPayRMBVal" runat="server" class="feePayAmount"></div></td>
<td width="90px"><div id="dvRMBProfitText" runat="server" class="feeTitle">人民币利润:</div></td>
<td width="80px"><div id="dvRMBProfitVal" runat="server" class="feeAmount"></div></td>
<td width="80px"></td>
<td width="80px"></td>
</tr>
<tr>
<td><div id="dvUSText" runat="server" class="feeTitle">美元</div></td>
<td><div id="dvUSVal" runat="server" class="feeAmount"></div></td>
<td><div id="dvUSRecvText" runat="server" class="feeTitle">应收美元:</div></td>
<td><div id="dvUSRecvVal" runat="server" class="feeAmount"></div></td>
<td><div id="dvUSPayText" runat="server" class="feeTitle">应付美元:</div></td>
<td><div id="dvUSPayVal" runat="server" class="feePayAmount"></div></td>
<td><div id="dvUSProfitText" runat="server" class="feeTitle">美元利润:</div></td>
<td><div id="dvUSProfitVal" runat="server" class="feeAmount"></div></td>
<td></td>
<td></td>
</tr>
<tr>
<td><div id="dvOtherCurrencyText" runat="server" class="feeTitle">其他币别</div></td>
<td><div id="dvOtherCurrencyVal" runat="server" class="feeAmount"></div></td>
<td><div id="dvOtherCurrencyRecvText" runat="server" class="feeTitle">应收其他:</div></td>
<td><div id="dvOtherCurrencyRecvVal" runat="server" class="feeAmount"></div></td>
<td><div id="dvOtherCurrencyPayText" runat="server" class="feeTitle">应付其他:</div></td>
<td><div id="dvOtherCurrencyPayVal" runat="server" class="feePayAmount"></div></td>
<td><div id="dvOtherCurrencyProfitText" runat="server" class="feeTitle">其他利润:</div></td>
<td><div id="dvOtherCurrencyProfitVal" runat="server" class="feeAmount"></div></td>
<td></td>
<td></td>
</tr>
<tr>
<td><div id="dvRMBTotalText" runat="server" class="feeTitle">人民币合计</div></td>
<td><div id="dvRMBTotalVal" runat="server" class="feeAmount"></div></td>
<td><div id="dvRecTotalvText" runat="server" class="feeTitle">应收合计:</div></td>
<td><div id="dvRecvTotalVal" runat="server" class="feeAmount"></div></td>
<td><div id="dvPayTotalText" runat="server" class="feeTitle">应付合计:</div></td>
<td><div id="dvPaySumVal" runat="server" class="feePayAmount"></div></td>
<td><div id="dvProfitTotalText" runat="server" class="feeTitle">合计利润:</div></td>
<td><div id="dvProfitTotalVal" runat="server" class="feeAmount"></div></td>
<td><div id="dvProfitRateText" runat="server" class="feeTitle" onclick="totalDynamicFeeGain()">利润率:</div></td>
<td><div id="dvProfitRateVal" runat="server" class="feeAmount"></div></td>
</tr>
</table>
</div>
</div>
<form id="form1" runat="server">
<div>
<input type="hidden" id="h_bsno" runat="server" />
<input type="hidden" id="h_recvauthority" runat="server" />
<input type="hidden" id="h_payauthority" runat="server" />
</div>
</form>
</div>
</body>
</html>