|
@@ -1073,7 +1073,7 @@ const MySettlementDetaile = Form.create()(React.createClass({
|
|
|
<Modal maskClosable={false} visible={this.state.distributionVisible}
|
|
|
onOk={this.distributionOk} onCancel={this.distributionCancel}
|
|
|
width='800px'
|
|
|
- title='分派财务订单'
|
|
|
+ title='分派任务单'
|
|
|
footer=''
|
|
|
className="admin-desc-content">
|
|
|
<Form layout="horizontal" id="demand-form" style={{paddingBottom:'40px'}} >
|
|
@@ -1089,7 +1089,7 @@ const MySettlementDetaile = Form.create()(React.createClass({
|
|
|
})
|
|
|
}
|
|
|
</Select>
|
|
|
- <Input placeholder="财务负责人" style={{width:'150px',marginLeft:'10px'}}
|
|
|
+ <Input placeholder="咨询师" style={{width:'150px',marginLeft:'10px'}}
|
|
|
value={this.state.financeNameSearch}
|
|
|
onChange={(e) => { this.setState({ financeNameSearch: e.target.value }); }} />
|
|
|
<Button type="primary" onClick={this.searchOrder} style={{marginLeft:'10px',marginRight:'10px'}}>搜索</Button>
|