|  |  | 
 |  |  |             <label class="col-sm-2 control-label">配送方式 | 
 |  |  |             </label> | 
 |  |  |             <div class="col-sm-4"> | 
 |  |  |                 <input autocomplete="off"   type="text" class="form-control" readonly="readonly" | 
 |  |  |                        th:value="${orderInfo.shippingMethod}" nullmsg="订单备注不能为空"> | 
 |  |  |                 <input autocomplete="off"   type="text" class="form-control" readonly="readonly" th:if="${orderInfo.shippingMethod==1}" th:value="物流配送"  > | 
 |  |  |                 <input autocomplete="off"   type="text" class="form-control" readonly="readonly" th:if="${orderInfo.shippingMethod==2}" th:value="门店自提"  > | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-group"> |