|
@@ -571,15 +571,6 @@ const ProjectOrder=Form.create()(React.createClass({
|
|
|
})
|
|
|
}
|
|
|
</Select>
|
|
|
- <Select placeholder="分派情况" style={{width:'150px',marginLeft:'10px'}}
|
|
|
- value={this.state.distributeSearch}
|
|
|
- onChange={(e) => { this.setState({ distributeSearch: e }) }}>
|
|
|
- {
|
|
|
- distributeState.map(function (item) {
|
|
|
- return <Select.Option key={item.value} >{item.key}</Select.Option>
|
|
|
- })
|
|
|
- }
|
|
|
- </Select>
|
|
|
<Input placeholder="订单负责人" style={{width:'150px',margin:'10px'}}
|
|
|
value={this.state.salesmanNameSearch}
|
|
|
onChange={(e) => { this.setState({ salesmanNameSearch: e.target.value }); }} />
|