记得上下班打卡 | git大法好,push需谨慎

Commit 3c5dd39b authored by jiangxiulong's avatar jiangxiulong

merge 多

parent dd976428
...@@ -116,17 +116,6 @@ ...@@ -116,17 +116,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="form-group">
<label class="col-sm-3 control-label is-required">快递票是否需要退回:</label>
<div class="col-sm-8">
<div class="radio check-box">
<input type="radio" value="0" name="isBackPaperTicket" th:checked="*{isBackPaperTicket==0 ? true : false}" checked> 不需要</label>
</div>
<div class="radio check-box">
<input type="radio" value="1" name="isBackPaperTicket" th:checked="*{isBackPaperTicket==1 ? true : false}">需要</label>
</div>
</div>
</div>
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">收货人:</label> <label class="col-sm-3 control-label">收货人:</label>
<div class="col-sm-8"> <div class="col-sm-8">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment