liting2017 7 years ago
parent
commit
77e0150266
1 changed files with 2 additions and 17 deletions
  1. 2 17
      js/component/manageCenter/customer/companyCustomer.jsx

+ 2 - 17
js/component/manageCenter/customer/companyCustomer.jsx

@@ -567,24 +567,9 @@ const PublicCustomer = React.createClass({
                                 <Col span={3}>备注:</Col>
                                 <Col span={6}>{theData.remarks}</Col>
                             </Row>
-                            <Row style={{marginLeft:'50px'}}>联系资料:<a href='#' style={{marginLeft:'20px'}} onClick={this.setoks}>查看联系人列表</a></Row>                            
+                                                       
                         </Spin>
-                </Modal> 
-                    <Modal maskClosable={false} 
-                        visible={this.state.visible1}
-                        onOk={this.setcancels} 
-                        onCancel={this.setcancels}
-                        width='800px'
-                        footer={null}
-                        title="联系人列表"
-                        className="demand-order-content">
-	                    <Spin spinning={this.state.loading}>
-	                        <Table columns={this.state.contactInformation}
-	                            dataSource={this.state.information}	                            
-	                            pagination={this.state.pagination}
-	                            />
-	                    </Spin>            
-                </Modal>
+               </Modal>
                 <Modal
 				      footer=''
 			          title="历史记录列表"