|  | @@ -148,7 +148,7 @@
 | 
	
		
			
				|  |  |              <div class="modal-body">
 | 
	
		
			
				|  |  |                  <div class="form-group form-group-sm">
 | 
	
		
			
				|  |  |                      <label><% if (ctx.contract_type === contractConst.type.expenses) { %>支付<% } else if (ctx.contract_type === contractConst.type.income) { %>回款<% } %>日期<b class="text-danger">*</b></label>
 | 
	
		
			
				|  |  | -                    <input class="datepicker-here form-control form-control-sm" name="pay_time" placeholder="点击选择时间" data-date-format="yyyy-MM-dd" data-language="zh" type="text">
 | 
	
		
			
				|  |  | +                    <input class="datepicker-here form-control form-control-sm" name="pay_time" placeholder="点击选择时间" data-date-format="yyyy-MM-dd" data-language="zh" type="text" autocomplete="off">
 | 
	
		
			
				|  |  |                  </div>
 | 
	
		
			
				|  |  |                  <div class="form-group">
 | 
	
		
			
				|  |  |                      <label><% if (ctx.contract_type === contractConst.type.expenses) { %>付<% } else if (ctx.contract_type === contractConst.type.income) { %>回<% } %>款金额<b class="text-danger">*</b></label>
 |