图书销售订单

<!DOCTYPE html>
<html>

	<head>
		<meta charset="utf-8" />
		<title>图书销售订单</title>
		<link rel="stylesheet" href="css/style.css" type="text/css" / </head>

		<body>
			<div id="container">
				<h1>热卖图书销售表</h1>
				<table class="style-table">
					<thead>
						<tr>
							<th>书名</th>
							<th>数量</th>
							<th>价格</th>
							<th>总价</th>
							<th>操作</th>
						</tr>
					</thead>
					<tbody>
						<tr>
							<td>蛤蟆先生去看心理医生</td>
							<td>50</td>
							<td>¥38</td>
							<td>1900</td>
							<td>
								<input 
									type="button" 
									name=""
									id=""
									value="修改数量" 
									onclick="changeoper(this)"/>
								<input 
									type="button" 
									name=""
									id=""
									value="删除信息" 
									onclick="delectoper(this)"/>
							</td>
						</tr>
						<tr align="center">
							<td>活着</td>
							<td>28</td>
							<td>¥45</td>
							<td>1260</td>
							<td>
								<input 
									type="button" 
									name=""
									id=""
									value="修改数量" 
									onclick="changeoper(this)"/>
								<input 
									type="button" 
									name=""
									id=""
									value="删除信息" 
									onclick="delectoper(this)"/>
							</td>
						</tr>
						<tr align="center">
							<td>你当像鸟飞往你的山</td>
							<td>15</td>
							<td>¥35</td>
							<td>525</td>
							<td>
								<input type="button" name="" id="" value="修改数量 " onclick="changeoper(this)"/>
								<input type="button" name="" id="" value="删除信息" onclick="delectoper(this)"/>
							</td>
					</tbody>
				</table>
				<div class="add">
					<h3>添加订单</h3>
					<h6>
				书名:<input
				type="text"
				name=""
				id="bookName"
				placeholder="请输入书名"/>
</h6>
					<h6>
数量:<input type="text"name=""id="num"class="inputNum'"/>
单价:<input type="text"name=""id="price"class="inputNum"/>
</h6>
					<button id="addBtn">增加订单</button>
				</div>
			</div>
			<script src="js/order.js"></script>
		</body>
		</html>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

清蒸大闸蟹-

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值