|
@@ -15,7 +15,8 @@ import {
|
|
|
import ShowModalDiv from "@/showModal.jsx";
|
|
|
|
|
|
|
|
|
-const IntentionCustomer = Form.create()(React.createClass({
|
|
|
+const IntentionCustomer = Form.create()(
|
|
|
+ React.createClass({
|
|
|
loadData(pageNo) {
|
|
|
this.setState({
|
|
|
visitModul:false,
|
|
@@ -424,7 +425,8 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
|
loading: false
|
|
|
});
|
|
|
}.bind(this));
|
|
|
- },
|
|
|
+ },
|
|
|
+ //操作日志
|
|
|
caozuorizhi(){
|
|
|
this.setState({
|
|
|
visibleA:true
|
|
@@ -544,14 +546,14 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
|
this.state.orderNo='';
|
|
|
this.state.customerName='';
|
|
|
this.state.releaseDate[0] = undefined;
|
|
|
- this.state.releaseDate[1] = undefined;
|
|
|
- this.loadData(this.state.page);
|
|
|
+ this.state.releaseDate[1] = undefined;
|
|
|
+ this.loadData(this.state.page);
|
|
|
},
|
|
|
resets(){
|
|
|
this.state.orderNo='';
|
|
|
this.state.customerName='';
|
|
|
this.state.releaseDate[0] = undefined;
|
|
|
- this.state.releaseDate[1] = undefined;
|
|
|
+ this.state.releaseDate[1] = undefined;
|
|
|
},
|
|
|
getOrgCodeUrl(e) {
|
|
|
this.setState({ orgCodeUrl: e });
|
|
@@ -718,6 +720,8 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
|
dataSource={this.state.dataSource}
|
|
|
pagination={this.state.pagination}
|
|
|
onRowClick={this.tableRowClick.bind(this)}
|
|
|
+ bordered
|
|
|
+ size="small"
|
|
|
/>
|
|
|
</Spin>
|
|
|
</div>
|