|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
|
|
|
|
|
<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="order/search">
|
|
|
|
|
<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">
|
|
|
|
|