1 Star 1 Fork 1

gujiejing / WEBWMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dailyoutboundreport.php 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
wisdom 提交于 2017-11-03 23:31 . upupup new alll
<?php
header('Content-type: text/html; charset=utf-8');
require_once('connDB.php');
if(!isset($_SESSION)){
session_start();
}
$editFormAction = $_SERVER['PHP_SELF'];
?>
<html>
<head>
<title>出库日报表</title>
<script src="utils.js" type="text/javascript"></script>
<script src="stocktransfor.js" type="text/javascript"></script>
<link rel="stylesheet" href="./themes/base/jquery.ui.all.css">
<script src="jquery-1.9.1.js" type="text/javascript"></script>
<script src="./ui/jquery.ui.core.js"></script>
<script src="./ui/jquery.ui.widget.js"></script>
<script src="./ui/jquery.ui.datepicker.js"></script>
<script src="./ui/jquery.ui.mouse.js"></script>
<script src="./ui/jquery.ui.draggable.js"></script>
<script src="./ui/jquery.ui.position.js"></script>
<script src="./ui/jquery.ui.resizable.js"></script>
<script src="./ui/jquery.ui.button.js"></script>
<script src="./ui/jquery.ui.dialog.js"></script>
<script src="./ui/jquery.ui.effect.js"></script>
<script src="./ui/jquery.ui.effect-blind.js"></script>
<script src="./ui/jquery.ui.effect-explode.js"></script>
<script src="./ui/jquery.ui.menu.js"></script>
<script src="./ui/jquery.ui.autocomplete.js"></script>
<link rel="stylesheet" href="demos.css">
<style type="text/css">
<!--
body {
#background-color: #00FFF1;
background:url(yh3.gif);
}
table {
border-collapse : collapse;
background-color: #FFFFFF;
}
.STYLE2 {
background-color: #FFFFFF;
}
.STYLE3 {
#background-color: #00FFF1;
background:url(yh3.gif);
}
-->
</style>
</head>
<script type="text/javascript">
$(function() {
$( "#sDreport" ).datepicker();
});
$(function() {
$( "#eDreport" ).datepicker();
});
</script>
<body align="center">
<br/>
<p><p><p>
<form method="POST" action="<?php echo $editFormAction?>" id="form1" name="form1">
<table border = "0" cellpadding="2" cellspacing="1" width="100%">
<tr><td>起始日期</td><td>
<input type="text" name="sDreport" id="sDreport" />
</td><td>结束日期</td><td>
<input type="text" name="eDreport" id="eDreport" />
</td></tr>
</table>
<p><p><p>
<input type="submit" name="Submit" value="搜索" style="width:150;height:30">
</form>
</body>
<script type="text/javascript">
</script>
</html>
PHP
1
https://gitee.com/laotou99_admin/WEBWMS.git
git@gitee.com:laotou99_admin/WEBWMS.git
laotou99_admin
WEBWMS
WEBWMS
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891