|
@@ -1,4 +1,4 @@
|
|
|
-import React, { Fragment } from 'react';
|
|
|
|
|
|
|
+import React from 'react';
|
|
|
import {
|
|
import {
|
|
|
Button, Cascader, Input, Select, Tag,
|
|
Button, Cascader, Input, Select, Tag,
|
|
|
Spin, Table, message, Form, Col, Tabs, Modal, Icon, AutoComplete, Upload
|
|
Spin, Table, message, Form, Col, Tabs, Modal, Icon, AutoComplete, Upload
|
|
@@ -19,7 +19,7 @@ import ImgList from '../../../../common/imgList/index.js';
|
|
|
const QueryCustomer = React.createClass({
|
|
const QueryCustomer = React.createClass({
|
|
|
loadData(pageNo, apiUrl) {
|
|
loadData(pageNo, apiUrl) {
|
|
|
// 新需求 除湖南和内蒙古外 不让其他省操作
|
|
// 新需求 除湖南和内蒙古外 不让其他省操作
|
|
|
- if (adminData.province != "21" && adminData.province != "11" || adminData.province != "2") {
|
|
|
|
|
|
|
+ if (adminData.province != "21" && adminData.province != "11" && adminData.province != "2") {
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
this.setState({
|
|
this.setState({
|
|
@@ -1063,6 +1063,7 @@ const QueryCustomer = React.createClass({
|
|
|
</div>
|
|
</div>
|
|
|
<FormItem wrapperCol={{ span: 12, offset: 6 }}>
|
|
<FormItem wrapperCol={{ span: 12, offset: 6 }}>
|
|
|
<Button type="primary" htmlType="submit" style={{}}>领取客户</Button>
|
|
<Button type="primary" htmlType="submit" style={{}}>领取客户</Button>
|
|
|
|
|
+
|
|
|
</FormItem>
|
|
</FormItem>
|
|
|
</Spin>
|
|
</Spin>
|
|
|
</Form >
|
|
</Form >
|