You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/application/views/order/index.php

34 lines
654 B
PHTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
</head>
<div class="container">
<div class="row">
<div class="col-md-19 col-sm-19 col-xs-24">
<form method="post" action="search">
<div class="form-group">
<label for="orderId">订单号</label>
<input type="text" class="form-control" id="orderId" name="orderId" placeholder="123456789">
</div>
<button type="submit" class="btn btn-default">查询</button>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-md-19 col-sm-19 col-xs-24">
</div>
</div>
</div>
</html>