⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fytj.php

📁 辅助radius软件的管理程序web平台下的程序代码自己还没有测试过
💻 PHP
字号:
<?
include "../check.php"
?>
<?
include "../sql.php" 
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="JavaScript">
function Juge(theForm)
		{

			if (theForm.qsrq.value =="")
			{
			alert("请填起上始日期!");
			theForm.qsrq.focus();
			return (false);
			}
			if (theForm.qssj.value =="")
			{
			alert("请填上起始时间!");
			theForm.qssj.focus();
			return (false);
			}
			if (theForm.zzrq.value =="")
			{
			alert("请填上终止日期!");
			theForm.zzrq.focus();
			return (false);
			}
			if (theForm.zzsj.value =="")
			{
			alert("请填上终止时间!");
			theForm.zzsj.focus();
			return (false);
			}
		}

</script>
</head>
<Script Language="javaScript" src='../divdate.hs'></Script>
<body>
<p>&nbsp;</p>
<p align="center">费用统计</p>
<form name="form1" method="post" action="fytjb.php" onsubmit="javascript:return Juge(this);">
  <table border="1" align="center">
    <tr> 
      <td rowspan="2">统计日期段</td>
      <td>起始日期</td>
      <td><input name="qsrq" type="text" id="qsrq" size="10" readonly onclick="seeDate('qsrq',0);"></td>
      <td>起始时间</td>
      <td><input name="qssj" type="text" id="qssj" size="8" readonly onclick="seeTime('qssj',0);"></td>
    </tr>
    <tr> 
      <td>终止日期</td>
      <td><input name="zzrq" type="text" id="zzrq" size="10" readonly onclick="seeDate('zzrq',0);"></td>
      <td>终止时间</td>
      <td><input name="zzsj" type="text" id="zzsj" size="8" readonly onclick="seeTime('zzsj',0);"></td>
    </tr>
    <tr> 
      <td rowspan="2">汇总方式</td>
      <td colspan="4"> <input name="radiobutton" type="radio" value="1" checked>
        按操作员汇总</td>
    </tr>
    <tr> 
      <td colspan="4"><input type="radio" name="radiobutton" value="2">
        按业务销售人员汇总</td>
    </tr>
  </table>
  <p align="center"> 
    <input type="submit" name="Submit" value="提交">
    <input type="reset" name="Submit2" value="重置">
  </p>
</form>
<p align="center">&nbsp;</p>
<p>&nbsp; </p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -