init
Showing
1 changed file
with
4 additions
and
3 deletions
| ... | @@ -7,10 +7,11 @@ | ... | @@ -7,10 +7,11 @@ |
| 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 | <!-- <input type="hidden" name="orderId" value="--><?//=$ret->orderId?><!--">--> |
| 11 | <div class="form-group col-sm-4 col-md-2"> | 11 | <div class="form-group col-sm-4 col-md-2"> |
| 12 | <label>订单号</label> | 12 | <label>订单id</label> |
| 13 | <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">--> |
| 14 | <input type="text" class="form-control input-text" value="<?=$orderId?>" name="orderId"> | ||
| 14 | </div> | 15 | </div> |
| 15 | <div class="form-group col-sm-4 col-md-2"> | 16 | <div class="form-group col-sm-4 col-md-2"> |
| 16 | <label>申请人</label> | 17 | <label>申请人</label> | ... | ... |
-
Please register or sign in to post a comment