| 
					
				 | 
			
			
				@@ -431,7 +431,8 @@ const NewService = Form.create()(React.createClass({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		this.setState({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			contractNo:this.state.contractNo, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			signVisible:true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			entryTime:undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			entryTime:undefined, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			selTime:undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     signBittOk(){ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -595,6 +596,10 @@ const NewService = Form.create()(React.createClass({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	signSub(e){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		e.preventDefault(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		if(!this.state.selTime){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			message.warning("请选择签单时间!"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		this.setState({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			loading: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1233,7 +1238,7 @@ const NewService = Form.create()(React.createClass({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 										      placeholder="选择签单时间" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 										      value={this.state.entryTime} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 										      onChange={(e,time)=>{this.selTime(e,time)}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-										    /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+										    /><span className="mandatory">*</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			                    		</FormItem> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			                    	</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			                    <FormItem wrapperCol={{ span: 12, offset: 4 }} className="half-middle"> 
			 |