|  |  | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-group"> | 
 |  |  |             <label class="col-sm-2 control-label">单次划扣<span class="text-danger">*</span></label> | 
 |  |  |             <div class="col-sm-4"> | 
 |  |  |                 <input autocomplete="off"   type="text"  class="form-control" name="price" | 
 |  |  |                        th:value="${obj?.price}" datatype="*1-20" nullmsg="单次划扣余额不能为空"> | 
 |  |  |                 <div class="Validform_checktip"></div> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="form-group"> | 
 |  |  |             <label class="col-sm-2 control-label">到期时间</label> | 
 |  |  |             <div class="col-sm-4"> | 
 |  |  |                 <input autocomplete="off"   name="failTime" type="text" datatype="*" |