|
@@ -80,6 +80,7 @@ const PaiDan = React.createClass({
|
|
|
},
|
|
|
getInitialState() {
|
|
|
return {
|
|
|
+ distribution:'0',
|
|
|
customerArr: [],
|
|
|
searchMore: true,
|
|
|
assignVisible:false,
|
|
@@ -766,7 +767,7 @@ const PaiDan = React.createClass({
|
|
|
}
|
|
|
</Select>
|
|
|
<Select
|
|
|
- onChange={(e)=>{this.setState({distribution:e})}}
|
|
|
+ onChange={(e)=>{this.setState({distribution:e})}}
|
|
|
style={{width:160,marginRight:5}}
|
|
|
placeholder="分派状态"
|
|
|
value={this.state.distribution}>
|
|
@@ -926,7 +927,7 @@ const PaiDan = React.createClass({
|
|
|
</div>
|
|
|
{<div>
|
|
|
<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 className="patent-table">
|
|
|
<Spin spinning={this.state.loading}>
|