d205e0b7 by yangjianbin

Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop

2 parents 551f9e06 06cf2936
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
7 <div class="panel-body cl"> 7 <div class="panel-body cl">
8 <div class="row cl"> 8 <div class="row cl">
9 <input type="hidden" name="id" value="<?=$id?>"> 9 <input type="hidden" name="id" value="<?=$id?>">
10 <input type="hidden" name="orderId" value="<?=$ret->orderId?>">
10 <div class="form-group col-sm-4 col-md-2"> 11 <div class="form-group col-sm-4 col-md-2">
11 <label>订单号</label> 12 <label>订单号</label>
12 <input type="text" class="form-control input-text" value="<?=$orderNumber?>" name="orderNumber"> 13 <input type="text" class="form-control input-text" value="<?=$orderNumber?>" name="orderNumber">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!