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