|
@@ -6,7 +6,6 @@ import '../../userMangagement.less';
|
|
|
import {orderType} from '../../../../dataDic.js';
|
|
|
import {splitUrl,getOrderType,getOrderStage,getOrderState,getTransactionProject,getPaymentState,getOrderChannel,getApprovedState,getLock,getPaymentMethod,getTransactionChannel} from '../../../../tools.js';
|
|
|
const Option = AutoComplete.Option;
|
|
|
-
|
|
|
//图片组件
|
|
|
const PicturesWall = React.createClass({
|
|
|
getInitialState() {
|
|
@@ -1102,7 +1101,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
label="合同编号" >
|
|
|
- <Input placeholder="请输入合同编号"
|
|
|
+ <Input placeholder="请输入合同编号" value={this.state.contractNo}
|
|
|
onChange={(e)=>{this.setState({contractNo:e.target.value})}} style={{width:'240px'}} />
|
|
|
</FormItem>
|
|
|
<div className='clearfix'>
|
|
@@ -1442,7 +1441,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
label="合同编号" >
|
|
|
- <Input placeholder="请输入合同编号"
|
|
|
+ <Input placeholder="请输入合同编号" value={this.state.contractNo}
|
|
|
onChange={(e)=>{this.setState({contractNo:e.target.value})}} style={{width:'200px'}} />
|
|
|
<span className="mandatory">*</span>
|
|
|
</FormItem>
|