📄 dx_profit.asp
字号:
<!-- #include file="profit_calculate.asp" -->
<html>
<head>
<title>利润查询</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/style.css" rel="stylesheet" type="text/css">
<style>
body {
background-color:#FFFFFF;
}
</style>
</HEAD>
<script language="javascript">
function check_keer(obj){
if (obj.startdate.value=="" || obj.enddate.value==""){
alert("请选择时间段!");
return false;
}
}
var show=false;
function collapse(str, objName)
{
var obj;
obj = document.getElementById(objName);
if (show)
{
obj.style.display = 'none';
show=false;
}
else
{
show=true;
obj.style.display = '';
}
}
</script>
<BODY>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C4D8ED">
<tr>
<td><img src="Images/r_1.gif" alt="" /></td>
<td width="100%" background="Images/r_0.gif">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td> 利润/债务信息表</td>
<td align="right"> </td>
</tr>
</table>
</td>
<td><img src="Images/r_2.gif" alt="" /></td>
</tr>
<tr>
<td></td>
<td>
<table align="center" cellpadding="4" cellspacing="1" class="toptable grid" border="1">
<tr>
<td width="20%" align="right" height="30">今日利润:</td>
<td width="80%"><%=dx_profit_all%> 元
<input type="button" value="详细情况" class="button" onClick="collapse(this, 'buy1')">
<div id="buy1" style="display:none;" class="highlight">
<table>
<tr>
<td class="highlight"><a href="day_profit_outdepot.asp">出库利润</a>|<a href="day_profit_expense.asp">其他支出</a>|<a href="day_profit_income.asp">其他收入</a></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td align="right" height="30">本月利润:</td>
<td><%=dx_profit_month_all%> 元
<input type="button" value="详细情况" class="button" onClick="collapse(this, 'buy2')">
<div id="buy2" style="display:none;">
<table>
<tr>
<td class="highlight"><a href="month_profit_outdepot.asp">出库利润</a>|<a href="month_profit_expense.asp">其他支出</a>|<a href="month_profit_income.asp">其他收入</a></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td align="right" height="30">总利润:</td>
<td><%=dx_profit_all_all%> 元
<input type="button" value="详细情况" class="button" onClick="collapse(this, 'buy3')">
<div id="buy3" style="display:none;">
<table>
<tr>
<td class="highlight"><a href="all_profit_outdepot.asp">出库利润</a>|<a href="all_profit_expense.asp">其他支出</a>|<a href="all_profit_income.asp">其他收入</a></td>
</tr>
</table>
</div>
</td>
</tr>
<form name="keer" action="profit_show.asp" method="post" onSubmit="return check_keer(this)">
<tr>
<td align="right" height="30">查询利润:</td>
<td>
开始日期:
<input name="startdate" value="" readonly style="width:100px">
<img src="images/date.gif" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:window.open('day.asp?form=keer&field=startdate&oldDate='+startdate.value,'','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=170,top=150,left=590');">
结束日期:
<input name="enddate" value="" readonly style="width:100px">
<img src="images/date.gif" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:window.open('day.asp?form=keer&field=enddate&oldDate='+enddate.value,'','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=170,top=150,left=740');">
<input type="submit" value="查询" class="button">
</td>
</tr>
</form>
<form name="keerkeer" action="accounts_show.asp" method="post" onSubmit="return check_keer(this)">
<tr>
<td align="right" height="30">欠账查询:</td>
<td>
开始日期:
<input name="startdate" value="" readonly style="width:100px">
<img src="images/date.gif" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:window.open('day.asp?form=keerkeer&field=startdate&oldDate='+startdate.value,'','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=170,top=150,left=590');">
结束日期:
<input name="enddate" value="" readonly style="width:100px">
<img src="images/date.gif" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:window.open('day.asp?form=keerkeer&field=enddate&oldDate='+enddate.value,'','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=170,top=150,left=740');">
<input type="submit" value="查询" class="button">
</td>
</tr>
</form>
<form name="keerk" action="debt_show.asp" method="post" onSubmit="return check_keer(this)">
<tr>
<td align="right" height="30">外债查询:</td>
<td>
开始日期:
<input name="startdate" value="" readonly style="width:100px">
<img src="images/date.gif" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:window.open('day.asp?form=keerk&field=startdate&oldDate='+startdate.value,'','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=170,top=150,left=590');">
结束日期:
<input name="enddate" value="" readonly style="width:100px">
<img src="images/date.gif" align="absmiddle" style="cursor:pointer;" onClick="JavaScript:window.open('day.asp?form=keerk&field=enddate&oldDate='+enddate.value,'','directorys=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=170,top=150,left=740');">
<input type="submit" value="查询" class="button">
</td>
</tr>
</form>
<tr>
<td height="30"> </td>
<td> </td>
</tr>
</table>
</td>
<td></td>
</tr>
<tr>
<td><img src="Images/r_4.gif" alt="" /></td>
<td></td>
<td><img src="Images/r_3.gif" alt="" /></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -