liting2017 hace 7 años
padre
commit
8699931c72

+ 0 - 9
js/component/manageCenter/servicesManage/projectOrder/projectManagement/projectManage.jsx

@@ -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 }); }} />