|
@@ -760,9 +760,9 @@ const NewService = Form.create()(React.createClass({
|
|
const orderDetaiel=this.state.orderList || []
|
|
const orderDetaiel=this.state.orderList || []
|
|
const dataSources=this.state.customerArr || [];
|
|
const dataSources=this.state.customerArr || [];
|
|
const options = this.state.states?dataSources.map((group,index) =>
|
|
const options = this.state.states?dataSources.map((group,index) =>
|
|
- <Option key={index} value={group.name}>{group.name}</Option>
|
|
|
|
|
|
+ <Select.Option key={index} value={group.name}>{group.name}</Select.Option>
|
|
):dataSources.map((group,index) =>
|
|
):dataSources.map((group,index) =>
|
|
- <Option key={group.id} value={group.bname}>{group.bname}</Option>
|
|
|
|
|
|
+ <Select.Option key={group.id} value={group.bname}>{group.bname}</Select.Option>
|
|
)
|
|
)
|
|
|
|
|
|
return(
|
|
return(
|
|
@@ -1229,7 +1229,7 @@ const NewService = Form.create()(React.createClass({
|
|
</Modal>
|
|
</Modal>
|
|
<Modal maskClosable={false} visible={this.state.lookVisible}
|
|
<Modal maskClosable={false} visible={this.state.lookVisible}
|
|
onOk={this.lookCancel} onCancel={this.lookCancel}
|
|
onOk={this.lookCancel} onCancel={this.lookCancel}
|
|
- width='1000px'
|
|
|
|
|
|
+ width='1200px'
|
|
title= '查看流水'
|
|
title= '查看流水'
|
|
footer=''
|
|
footer=''
|
|
className="admin-desc-content">
|
|
className="admin-desc-content">
|