706b5826 by wang

init

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