|  | @@ -80,6 +80,7 @@ const PaiDan = React.createClass({
 | 
												
													
														
															|  |      },
 |  |      },
 | 
												
													
														
															|  |      getInitialState() {
 |  |      getInitialState() {
 | 
												
													
														
															|  |          return {
 |  |          return {
 | 
												
													
														
															|  | 
 |  | +			distribution:'0',
 | 
												
													
														
															|  |  			customerArr: [],
 |  |  			customerArr: [],
 | 
												
													
														
															|  |              searchMore: true,
 |  |              searchMore: true,
 | 
												
													
														
															|  |              assignVisible:false,
 |  |              assignVisible:false,
 | 
												
											
												
													
														
															|  | @@ -766,7 +767,7 @@ const PaiDan = React.createClass({
 | 
												
													
														
															|  |                          }
 |  |                          }
 | 
												
													
														
															|  |                 		 </Select> 
 |  |                 		 </Select> 
 | 
												
													
														
															|  |                      <Select
 |  |                      <Select
 | 
												
													
														
															|  | -                        onChange={(e)=>{this.setState({distribution:e})}} 
 |  | 
 | 
												
													
														
															|  | 
 |  | +                        onChange={(e)=>{this.setState({distribution:e})}}
 | 
												
													
														
															|  |                          style={{width:160,marginRight:5}} 
 |  |                          style={{width:160,marginRight:5}} 
 | 
												
													
														
															|  |                          placeholder="分派状态"
 |  |                          placeholder="分派状态"
 | 
												
													
														
															|  |                          value={this.state.distribution}>
 |  |                          value={this.state.distribution}>
 | 
												
											
												
													
														
															|  | @@ -926,7 +927,7 @@ const PaiDan = React.createClass({
 | 
												
													
														
															|  |  			                    	</div>
 |  |  			                    	</div>
 | 
												
													
														
															|  |  						            {<div>
 |  |  						            {<div>
 | 
												
													
														
															|  |  						            	<span style={{marginLeft:'50px',fontSize:'20px'}}>项目业务</span>
 |  |  						            	<span style={{marginLeft:'50px',fontSize:'20px'}}>项目业务</span>
 | 
												
													
														
															|  | -						            	{/*<Button type='primary' onClick={this.addDetailed} style={{float:'right',marginRight:'50px'}}>添加项目明细</Button>*/}
 |  | 
 | 
												
													
														
															|  | 
 |  | +						            	{<Button type='primary' onClick={this.addDetailed} style={{float:'right',marginRight:'50px'}}>添加项目明细</Button>}
 | 
												
													
														
															|  |  						            </div>}
 |  |  						            </div>}
 | 
												
													
														
															|  |  					                <div className="patent-table">
 |  |  					                <div className="patent-table">
 | 
												
													
														
															|  |  					                    <Spin spinning={this.state.loading}>
 |  |  					                    <Spin spinning={this.state.loading}>
 |