1

来源:互联网 发布:新疆公路计价软件 编辑:程序博客网 时间:2024/06/09 18:05
index.php
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head><body><div style="text-align:center;"><a href="saleLogging.html" >已售商品信息录入</a></div><div  style="text-align:center;"><a href="saleQuery.html">营业员营业信息查询</a></div><div  style="text-align:center;"><a href="memberQuery.html">会员购物信息查询</a></div> </body></html>
 
<p>saleLogging.html:</p>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="saleLogging.css"><div id="webhead"><h1>已售商品信息录入</h1></div></head><body><div id="getSalesInfo" style="background-color:yellow;"><!-- 获取销售信息--><form style="text-align:center;" action="saleLogging.php" method="post"><span>货号:</span><input id="inp1" type="text" name="goodsIdent"></input><br><span>数量:</span><input id="inp2" type="text" name="saleCounts"></input><br><span>售价:</span><input id="inp3" type="text" name="salePrice"></input><br><span>优惠金额:</span><input id="inp4" type="text" name="discountPrice" onpropertychange="document.getElementById('inp5').value=eval(eval(document.getElementById('inp3').value*document.getElementById('inp2').value)-this.value)"></input><br><span>成交金额:</span><input id="inp5" type="text" name="dealPrice"></input><br><span>售货员:</span><input type="text" name="saler"></input><br><span>会员电话:</span><input type="text" name="memPhone"></input><br><input type="submit" name="submit" value="确认提交"></input><br></form></div><div id="listSalesInfo" style="background-color:red;">div2</div></body></html>
 
 
0 0
原创粉丝点击