|
@@ -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="历史记录列表"
|