|
@@ -108,7 +108,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
render: (text, record) => {
|
|
|
return <div style={{display:this.props.datauser.active.applySign||this.state.changeStatus==1?'block':'none'}}>
|
|
|
<Popconfirm title="是否删除?" onConfirm={()=>{this.delectRow(record)}} okText="是" cancelText="否">
|
|
|
- <Button onClick={(e) =>{ e.stopPropagation()}} type="danger">删除</Button>
|
|
|
+ <Button onClick={(e) =>{ e.stopPropagation()}} type="danger">删除</Button>
|
|
|
</Popconfirm>
|
|
|
</div>
|
|
|
}
|
|
@@ -186,7 +186,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
message.warning('请选择订单类型');
|
|
|
return false;
|
|
|
}
|
|
|
- if(this.state.autoId==undefined||!this.state.autoId){
|
|
|
+ if(this.state.autoId==undefined||!this.state.autoId){
|
|
|
message.warning('客户名称不匹配');
|
|
|
return false;
|
|
|
};
|
|
@@ -240,7 +240,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
orderNo: record?record.orderNo:this.props.datauser.orderNo
|
|
|
},
|
|
|
success: function (data) {
|
|
|
- let thisData = data.data;
|
|
|
+ let thisData = data.data;
|
|
|
if (!thisData) {
|
|
|
if (data.error && data.error.length) {
|
|
|
message.warning(data.error[0].message);
|
|
@@ -265,10 +265,10 @@ const NewService = Form.create()(React.createClass({
|
|
|
});
|
|
|
}.bind(this),
|
|
|
}).always(function () {
|
|
|
- this.setState({
|
|
|
+ this.setState({
|
|
|
loading: false
|
|
|
});
|
|
|
- }.bind(this));
|
|
|
+ }.bind(this));
|
|
|
},
|
|
|
handleOk() {
|
|
|
this.setState({
|
|
@@ -337,7 +337,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
});
|
|
|
},
|
|
|
componentWillMount() {
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
//查看订单详情里面的各种骚操作
|
|
|
//受理订单
|
|
@@ -409,24 +409,24 @@ const NewService = Form.create()(React.createClass({
|
|
|
}:{
|
|
|
businessName:e
|
|
|
},
|
|
|
- success: function (data) {
|
|
|
+ success: function (data) {
|
|
|
let thedata=data.data;
|
|
|
if (!thedata) {
|
|
|
if (data.error && data.error.length) {
|
|
|
message.warning(data.error[0].message);
|
|
|
- };
|
|
|
- thedata = {};
|
|
|
- };
|
|
|
+ };
|
|
|
+ thedata = {};
|
|
|
+ };
|
|
|
this.setState({
|
|
|
states:state,
|
|
|
- customerArr:thedata,
|
|
|
+ customerArr:thedata,
|
|
|
});
|
|
|
}.bind(this),
|
|
|
}).always(function () {
|
|
|
this.setState({
|
|
|
loading: false
|
|
|
});
|
|
|
- }.bind(this));
|
|
|
+ }.bind(this));
|
|
|
},
|
|
|
//上级主管输入框失去焦点是判断客户是否存在
|
|
|
selectAuto(value){
|
|
@@ -448,8 +448,8 @@ const NewService = Form.create()(React.createClass({
|
|
|
httpChange(e){
|
|
|
this.state.gid='';
|
|
|
if(e.length>=1){
|
|
|
- this.supervisor(e,false);
|
|
|
- }
|
|
|
+ this.supervisor(e,false);
|
|
|
+ }
|
|
|
this.setState({
|
|
|
commodityName:e
|
|
|
})
|
|
@@ -872,13 +872,13 @@ const NewService = Form.create()(React.createClass({
|
|
|
):dataSources.map((group) =>
|
|
|
<Select.Option key={group.id} value={group.bname}>{group.bname}</Select.Option>
|
|
|
)
|
|
|
-
|
|
|
+
|
|
|
return(
|
|
|
<div>
|
|
|
{this.state.visible ? <Modal maskClosable={false} visible={this.state.visible}
|
|
|
onOk={this.handleOk} onCancel={this.handleCancel}
|
|
|
- width={!this.props.userDetaile?'600px':'1000px'}
|
|
|
- title={!this.props.userDetaile?'创建订单':'编辑订单'}
|
|
|
+ width={!this.props.userDetaile?'600px':'1000px'}
|
|
|
+ title={!this.props.userDetaile?'创建订单':'编辑订单'}
|
|
|
footer=''
|
|
|
className="admin-desc-content">
|
|
|
<Form layout="horizontal" onSubmit={this.handleSubmit} id="demand-form" style={{paddingBottom:'40px'}} >
|
|
@@ -893,71 +893,71 @@ const NewService = Form.create()(React.createClass({
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="下单时间" >
|
|
|
+ label="下单时间" >
|
|
|
<span>{orderDetaiel.createTime}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="客户名称" >
|
|
|
+ label="客户名称" >
|
|
|
<span>{orderDetaiel.buyerName}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="订单类型" >
|
|
|
+ label="订单类型" >
|
|
|
<span>{getOrderType(orderDetaiel.orderType)}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="订单渠道" >
|
|
|
+ label="订单渠道" >
|
|
|
<span>{getOrderChannel(orderDetaiel.orderChannel)}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="订单状态" >
|
|
|
+ label="订单状态" >
|
|
|
<span>{getOrderState(orderDetaiel.orderStatus)}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="已收款项" >
|
|
|
+ label="已收款项" >
|
|
|
<span>{orderDetaiel.actuallyTotalAmount+'万元'}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="结算状态" >
|
|
|
+ label="结算状态" >
|
|
|
<span>{getPaymentState(orderDetaiel.liquidationStatus)}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="市价订单金额" >
|
|
|
+ label="市价订单金额" >
|
|
|
<span>{orderDetaiel.orderAmount+'万元'}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="市价首款金额" >
|
|
|
+ label="市价首款金额" >
|
|
|
<span>{orderDetaiel.firstPayment+'万元'}</span>
|
|
|
</FormItem>
|
|
|
{orderDetaiel.deleteSign==0&&orderDetaiel.orderStatus==2||orderDetaiel.changeStatus==1?
|
|
|
<div className='clearfix'>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="实签订单金额(万元)" >
|
|
|
+ label="实签订单金额(万元)" >
|
|
|
<Input placeholder="实签订单金额" ref='signTotalAmount' value={this.state.signTotalAmount} onChange={(e)=>{this.setState({signTotalAmount:e.target.value})}} style={{width:'240px'}} />
|
|
|
<span className="mandatory">*</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="实签首款金额(万元)" >
|
|
|
+ label="实签首款金额(万元)" >
|
|
|
<Input placeholder="请输入实签首款金额" ref='signFirstPayment' value={this.state.signFirstPayment} onChange={(e)=>{this.setState({signFirstPayment:e.target.value})}} style={{width:'240px'}} />
|
|
|
<span className="mandatory">*</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="特批立项" >
|
|
|
+ label="特批立项" >
|
|
|
<span>{getApprovedState(this.state.approval)}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="合同编号" >
|
|
|
+ label="合同编号" >
|
|
|
<Input placeholder="请输入合同编号" value={this.state.contractNo}
|
|
|
onChange={(e)=>{this.setState({contractNo:e.target.value})}} style={{width:'240px'}} />
|
|
|
</FormItem>
|
|
@@ -966,8 +966,8 @@ const NewService = Form.create()(React.createClass({
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 16 }}
|
|
|
label="订单留言" >
|
|
|
- <Input type="textarea" placeholder="请输入订单留言" rows={4} value={this.state.orderRemarks}
|
|
|
- onChange={(e)=>{this.setState({orderRemarks:e.target.value})}}/>
|
|
|
+ <Input type="textarea" placeholder="请输入订单留言" rows={4} value={this.state.orderRemarks}
|
|
|
+ onChange={(e)=>{this.setState({orderRemarks:e.target.value})}}/>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<div className='clearfix'>
|
|
@@ -996,22 +996,22 @@ const NewService = Form.create()(React.createClass({
|
|
|
<div className='clearfix'>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="实签订单金额" >
|
|
|
+ label="实签订单金额" >
|
|
|
<span>{orderDetaiel.signTotalAmount+'万元'}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="实签首款金额" >
|
|
|
+ label="实签首款金额" >
|
|
|
<span>{orderDetaiel.signFirstPayment+'万元'}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="特批立项" >
|
|
|
+ label="特批立项" >
|
|
|
<span>{getApprovedState(orderDetaiel.approval)}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="合同编号" >
|
|
|
+ label="合同编号" >
|
|
|
<span>{orderDetaiel.contractNo}</span>
|
|
|
</FormItem>
|
|
|
<div className="clearfix">
|
|
@@ -1077,45 +1077,45 @@ const NewService = Form.create()(React.createClass({
|
|
|
<div className='clearfix'>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="订单负责人" >
|
|
|
+ label="订单负责人" >
|
|
|
<span>{orderDetaiel.salesmanName}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="业务品类" >
|
|
|
+ label="业务品类" >
|
|
|
<span>{orderDetaiel.projectType}</span>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<div className='clearfix'>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="意向时间" >
|
|
|
+ label="意向时间" >
|
|
|
<span>{orderDetaiel.createTime}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="签单时间" >
|
|
|
+ label="签单时间" >
|
|
|
<span>{orderDetaiel.signTime}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="财务负责人" >
|
|
|
+ label="财务负责人" >
|
|
|
<span>{orderDetaiel.financeName}</span>
|
|
|
<Button onClick={this.lookflow} style={{float:'right'}}>查看流水</Button>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="项目负责人" >
|
|
|
+ label="项目负责人" >
|
|
|
<span>{orderDetaiel.technicianName}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="立项时间" >
|
|
|
+ label="立项时间" >
|
|
|
<span>{orderDetaiel.setUpTime}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="项目状态" >
|
|
|
+ label="项目状态" >
|
|
|
<span>{getProjectState(orderDetaiel.projectStage)}</span>
|
|
|
</FormItem>
|
|
|
</div>
|
|
@@ -1128,7 +1128,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
<Table size="middle" columns={this.state.columns}
|
|
|
dataSource={this.state.dataSource}
|
|
|
pagination={this.state.pagination}
|
|
|
- onRowClick={this.tableRowClick}
|
|
|
+ onRowClick={this.tableRowClick}
|
|
|
/>
|
|
|
</Spin>
|
|
|
</div>
|
|
@@ -1137,21 +1137,21 @@ const NewService = Form.create()(React.createClass({
|
|
|
{!this.props.userDetaile||orderDetaiel.deleteSign==0&&orderDetaiel.orderStatus==2||orderDetaiel.changeStatus==1?<Button className="setSave" type="primary" htmlType="submit">保存</Button>:''}
|
|
|
{this.props.userDetaile?<div className='operations'>
|
|
|
{this.props.datauser.active.confirmIntention&&<Popconfirm title={'请确认您是否受理来自【'+this.props.datauser.buyerName+'】发起的服务意向订单?'} onConfirm={()=>{this.admissibleOrderOK()}} onCancel={()=>{this.admissibleOrderCancel()}} okText="同意" cancelText="拒绝">
|
|
|
- <Button style={{marginRight:'15px',marginLeft:'200px'}} type="primary">受理意向</Button>
|
|
|
+ <Button style={{marginRight:'15px',marginLeft:'200px'}} type="primary">受理意向</Button>
|
|
|
</Popconfirm>}
|
|
|
- {this.props.datauser.active.applySign&&<Button style={{marginRight:'10px'}} onClick={() =>{this.signBitt()}} type="primary">签单</Button>}
|
|
|
+ {this.props.datauser.active.applySign&&<Button style={{marginRight:'10px'}} onClick={() =>{this.signBitt()}} type="primary">签单</Button>}
|
|
|
{this.props.datauser.active.applyForCancel&&<Popconfirm title={'请确认您是否取消客户【'+this.props.datauser.buyerName+'】的服务订单,订单取消将导致业务终止!'} onConfirm={()=>{this.cancelOrder()}} okText="确认" cancelText="取消">
|
|
|
- <Button style={{marginRight:'10px'}} type="danger">取消订单</Button>
|
|
|
+ <Button style={{marginRight:'10px'}} type="danger">取消订单</Button>
|
|
|
</Popconfirm>}
|
|
|
{this.props.datauser.active.applyRevoke&&<Popconfirm title={'请确认您是否作废客户【'+this.props.datauser.buyerName+'】的服务订单,订单作废将导致订单失效!'} onConfirm={()=>{this.scrapOrder()}} okText="确认" cancelText="取消">
|
|
|
- <Button style={{marginRight:'10px',marginLeft:'200px'}} type="danger">作废</Button>
|
|
|
+ <Button style={{marginRight:'10px',marginLeft:'200px'}} type="danger">作废</Button>
|
|
|
</Popconfirm>}
|
|
|
{this.props.datauser.active.applyLock&&<Popconfirm title={'请确认您是否锁定客户【'+this.props.datauser.buyerName+'】的服务订单,订单锁定将导致订单暂停!'} onConfirm={()=>{this.lockOrder()}} okText="确认" cancelText="取消">
|
|
|
- <Button style={{marginRight:'10px',marginLeft:'200px'}} type="danger">锁定</Button>
|
|
|
+ <Button style={{marginRight:'10px',marginLeft:'200px'}} type="danger">锁定</Button>
|
|
|
</Popconfirm>}
|
|
|
{this.props.datauser.active.applyUnLock&&<Popconfirm title={'请确认您是否解锁客户【'+this.props.datauser.buyerName+'】的服务订单,订单解锁将导致订单正常!'} onConfirm={()=>{this.unlockOrder()}} okText="确认" cancelText="取消">
|
|
|
- <Button style={{marginRight:'10px',marginLeft:'200px'}} type="primary">解锁</Button>
|
|
|
- </Popconfirm>}
|
|
|
+ <Button style={{marginRight:'10px',marginLeft:'200px'}} type="primary">解锁</Button>
|
|
|
+ </Popconfirm>}
|
|
|
</div>:''}
|
|
|
<Button className="cancel" type="ghost" onClick={this.handleCancel} style={{float:'right',marginRight:'200px'}}>返回</Button>
|
|
|
</div>
|
|
@@ -1162,7 +1162,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
<Modal maskClosable={false} visible={this.state.addnextVisible}
|
|
|
onOk={this.nextCancel} onCancel={this.nextCancel}
|
|
|
width='800px'
|
|
|
- title={this.state.addState?'添加服务':'查看服务'}
|
|
|
+ title={this.state.addState?'添加服务':'查看服务'}
|
|
|
footer=''
|
|
|
className="admin-desc-content">
|
|
|
<Form layout="horizontal" onSubmit={this.nextSubmit} id="demand-form">
|
|
@@ -1170,8 +1170,9 @@ const NewService = Form.create()(React.createClass({
|
|
|
{this.state.addState?<div className="clearfix">
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="服务名称" >
|
|
|
+ label="服务名称" >
|
|
|
<AutoComplete
|
|
|
+ size='small'
|
|
|
className="certain-category-search"
|
|
|
dropdownClassName="certain-category-search-dropdown"
|
|
|
dropdownMatchSelectWidth={false}
|
|
@@ -1185,59 +1186,59 @@ const NewService = Form.create()(React.createClass({
|
|
|
onSelect={this.selectAuto}
|
|
|
>
|
|
|
<Input/>
|
|
|
- </AutoComplete>
|
|
|
+ </AutoComplete>
|
|
|
<span className="mandatory">*</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="市场价格(万元)" >
|
|
|
- <span>{this.state.commodityPrice}</span>
|
|
|
+ label="市场价格(万元)" >
|
|
|
+ <span>{this.state.commodityPrice}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="实签价格(万元)" >
|
|
|
+ label="实签价格(万元)" >
|
|
|
<Input placeholder="请输入实签价格" value={this.state.discountPrice} style={{width:'200px'}}
|
|
|
onChange={(e)=>{this.setState({discountPrice:e.target.value})}} ref="discountPrice"/>
|
|
|
- <span className="mandatory">*</span>
|
|
|
+ <span className="mandatory">*</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="服务数量" >
|
|
|
+ label="服务数量" >
|
|
|
<Input placeholder="请输入服务数量" value={this.state.commodityQuantity} style={{width:'200px'}}
|
|
|
onChange={(e)=>{this.setState({commodityQuantity:e.target.value})}} ref="commodityQuantity"/>
|
|
|
- <span className="mandatory">*</span>
|
|
|
+ <span className="mandatory">*</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="市场首付金额(万元)" >
|
|
|
- <span>{this.state.commodityFirstPayment}</span>
|
|
|
+ label="市场首付金额(万元)" >
|
|
|
+ <span>{this.state.commodityFirstPayment}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="签单首付金额(万元)" >
|
|
|
+ label="签单首付金额(万元)" >
|
|
|
<Input placeholder="请输入签单首付金额" value={this.state.discountFirstPayment} style={{width:'200px'}}
|
|
|
onChange={(e)=>{this.setState({discountFirstPayment:e.target.value})}} ref='discountFirstPayment'/>
|
|
|
- <span className="mandatory">*</span>
|
|
|
+ <span className="mandatory">*</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="商品规格" >
|
|
|
+ label="商品规格" >
|
|
|
<Input placeholder="请输入实签价格" value={this.state.commodityMode} style={{width:'200px'}}
|
|
|
onChange={(e)=>{this.setState({commodityMode:e.target.value})}} />
|
|
|
</FormItem>
|
|
|
<div className='clearfix'>
|
|
|
- <FormItem
|
|
|
+ <FormItem
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 16 }}
|
|
|
- label="服务说明" >
|
|
|
- <Input type='textarea' placeholder="请输入服务说明" value={this.state.remarks}
|
|
|
+ label="服务说明" >
|
|
|
+ <Input type='textarea' placeholder="请输入服务说明" value={this.state.remarks}
|
|
|
onChange={(e)=>{this.setState({remarks:e.target.value})}} />
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<FormItem wrapperCol={{ span: 12, offset: 4 }} className="half-middle">
|
|
|
- <Button className="submitSave" type="primary" htmlType="submit">保存</Button>
|
|
|
+ <Button className="submitSave" type="primary" htmlType="submit">保存</Button>
|
|
|
<Button className="submitSave" type="ghost" onClick={this.nextCancel}>取消</Button>
|
|
|
- </FormItem>
|
|
|
+ </FormItem>
|
|
|
</div>:
|
|
|
<div className='clearfix'>
|
|
|
<FormItem className="half-item"
|
|
@@ -1262,21 +1263,21 @@ const NewService = Form.create()(React.createClass({
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="商品规格" >
|
|
|
- <span>{editFws.commodityMode}</span>
|
|
|
+ label="商品规格" >
|
|
|
+ <span>{editFws.commodityMode}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="市场首付金额" >
|
|
|
- <span>{editFws.commodityFirstPayment+'万元'}</span>
|
|
|
+ label="市场首付金额" >
|
|
|
+ <span>{editFws.commodityFirstPayment+'万元'}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="签单首付金额" >
|
|
|
- <span>{editFws.discountFirstPayment+'万元'}</span>
|
|
|
+ label="签单首付金额" >
|
|
|
+ <span>{editFws.discountFirstPayment+'万元'}</span>
|
|
|
</FormItem>
|
|
|
<div className='clearfix'>
|
|
|
- <FormItem
|
|
|
+ <FormItem
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 16 }}
|
|
|
label="服务说明" >
|
|
@@ -1290,7 +1291,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
<Modal maskClosable={false} visible={this.state.signBillVisible}
|
|
|
onOk={this.signBillOk} onCancel={this.signBillOk}
|
|
|
width='800px'
|
|
|
- title='签单信息'
|
|
|
+ title='签单信息'
|
|
|
footer=''
|
|
|
className="admin-desc-content">
|
|
|
<Form layout="horizontal" onSubmit={this.signOk} id="demand-form">
|
|
@@ -1298,31 +1299,31 @@ const NewService = Form.create()(React.createClass({
|
|
|
<div className="clearfix">
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="订单编号" >
|
|
|
+ label="订单编号" >
|
|
|
<span>{this.state.orderNo}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="客户名称" >
|
|
|
+ label="客户名称" >
|
|
|
<span>{this.state.buyerName}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="实签款项(万元)" >
|
|
|
+ label="实签款项(万元)" >
|
|
|
<Input placeholder="请输入实签款项" value={this.state.signTotalAmount} style={{width:'200px'}}
|
|
|
onChange={(e)=>{this.setState({signTotalAmount:e.target.value})}} />
|
|
|
<span className="mandatory">*</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="实签首款(万元)" >
|
|
|
+ label="实签首款(万元)" >
|
|
|
<Input placeholder="请输入实签首款" value={this.state.signFirstPayment} style={{width:'200px'}}
|
|
|
onChange={(e)=>{this.setState({signFirstPayment:e.target.value})}} />
|
|
|
<span className="mandatory">*</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="特批立项" >
|
|
|
+ label="特批立项" >
|
|
|
<Select placeholder="选择特批立项类型"
|
|
|
style={{ width:'200px'}}
|
|
|
value={this.state.approval}
|
|
@@ -1334,7 +1335,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="合同编号" >
|
|
|
+ label="合同编号" >
|
|
|
<Input placeholder="请输入合同编号" value={this.state.contractNo}
|
|
|
onChange={(e)=>{this.setState({contractNo:e.target.value})}} style={{width:'200px'}} />
|
|
|
<span className="mandatory">*</span>
|
|
@@ -1344,31 +1345,31 @@ const NewService = Form.create()(React.createClass({
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 16 }}
|
|
|
label="签单备注" >
|
|
|
- <Input type="textarea" placeholder="请输入签单备注" rows={4} value={this.state.orderRemarks}
|
|
|
- onChange={(e)=>{this.setState({orderRemarks:e.target.value})}}/>
|
|
|
+ <Input type="textarea" placeholder="请输入签单备注" rows={4} value={this.state.orderRemarks}
|
|
|
+ onChange={(e)=>{this.setState({orderRemarks:e.target.value})}}/>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
</div>
|
|
|
<FormItem wrapperCol={{ span: 12, offset: 4 }} className="half-middle">
|
|
|
- {/*<Button className="submitSave" type="primary" onClick={this.temporary}>暂存信息</Button>*/}
|
|
|
- <Button className="submitSave" type="primary" htmlType="submit">确定签单</Button>
|
|
|
+ {/*<Button className="submitSave" type="primary" onClick={this.temporary}>暂存信息</Button>*/}
|
|
|
+ <Button className="submitSave" type="primary" htmlType="submit">确定签单</Button>
|
|
|
<Button className="submitSave" type="ghost" onClick={this.signBillOk}>返回</Button>
|
|
|
- </FormItem>
|
|
|
+ </FormItem>
|
|
|
</Spin>
|
|
|
</Form >
|
|
|
</Modal>
|
|
|
<Modal maskClosable={false} visible={this.state.signVisible}
|
|
|
onOk={this.signBittOk} onCancel={this.signBittOk}
|
|
|
width='600px'
|
|
|
- title='签单信息'
|
|
|
+ title='签单信息'
|
|
|
footer=''
|
|
|
className="admin-desc-content">
|
|
|
<Form layout="horizontal" onSubmit={this.signSub} id="demand-form">
|
|
|
<Spin spinning={this.state.loading}>
|
|
|
<div className="clearfix">
|
|
|
- <FormItem
|
|
|
+ <FormItem
|
|
|
{...formItemLayout}
|
|
|
- label="特批立项" >
|
|
|
+ label="特批立项" >
|
|
|
<Select placeholder="选择特批立项类型"
|
|
|
style={{ width:'200px'}}
|
|
|
value={this.state.approval}
|
|
@@ -1380,9 +1381,9 @@ const NewService = Form.create()(React.createClass({
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<div className="clearfix">
|
|
|
- <FormItem
|
|
|
+ <FormItem
|
|
|
{...formItemLayout}
|
|
|
- label="签单时间" >
|
|
|
+ label="签单时间" >
|
|
|
<DatePicker
|
|
|
style={{marginTop:"2px"}}
|
|
|
showTime
|
|
@@ -1394,16 +1395,16 @@ const NewService = Form.create()(React.createClass({
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<FormItem wrapperCol={{ span: 12, offset: 4 }} className="half-middle">
|
|
|
- <Button className="submitSave" type="primary" htmlType="submit">确定签单</Button>
|
|
|
+ <Button className="submitSave" type="primary" htmlType="submit">确定签单</Button>
|
|
|
<Button className="submitSave" type="ghost" onClick={this.signBittOk}>返回</Button>
|
|
|
- </FormItem>
|
|
|
+ </FormItem>
|
|
|
</Spin>
|
|
|
</Form >
|
|
|
</Modal>
|
|
|
<Modal maskClosable={false} visible={this.state.lookVisible}
|
|
|
onOk={this.lookCancel} onCancel={this.lookCancel}
|
|
|
width='1300px'
|
|
|
- title= '查看流水'
|
|
|
+ title= '查看流水'
|
|
|
footer=''
|
|
|
className="admin-desc-content">
|
|
|
<Form layout="horizontal" id="demand-form">
|
|
@@ -1420,7 +1421,7 @@ const NewService = Form.create()(React.createClass({
|
|
|
<Modal maskClosable={false} visible={this.state.addChangeState}
|
|
|
onOk={this.addChangeCancel} onCancel={this.addChangeCancel}
|
|
|
width='800px'
|
|
|
- title= {this.state.stateAdd?'添加变更':'查看变更记录'}
|
|
|
+ title= {this.state.stateAdd?'添加变更':'查看变更记录'}
|
|
|
footer=''
|
|
|
className="admin-desc-content">
|
|
|
<Form layout="horizontal" id="demand-form">
|
|
@@ -1431,8 +1432,8 @@ const NewService = Form.create()(React.createClass({
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 16 }}
|
|
|
label="变更说明" >
|
|
|
- <Input type="textarea" placeholder="请输入变更说明" rows={4} value={this.state.changeRemarks}
|
|
|
- onChange={(e)=>{this.setState({changeRemarks:e.target.value})}}/>
|
|
|
+ <Input type="textarea" placeholder="请输入变更说明" rows={4} value={this.state.changeRemarks}
|
|
|
+ onChange={(e)=>{this.setState({changeRemarks:e.target.value})}}/>
|
|
|
</FormItem>
|
|
|
<div className="clearfix">
|
|
|
<Button type="primary" onClick={this.subChangeState} style={{margin:"10px 50px 10px 128px"}}>保存</Button>
|
|
@@ -1445,23 +1446,23 @@ const NewService = Form.create()(React.createClass({
|
|
|
return (<div className="changeBorder" key={index}>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="变更发起人" >
|
|
|
+ label="变更发起人" >
|
|
|
<span>{item.creater}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="变更申请时间" >
|
|
|
+ label="变更申请时间" >
|
|
|
<span>{item.createTime}</span>
|
|
|
</FormItem>
|
|
|
<div className='clearfix'>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="变更状态" >
|
|
|
+ label="变更状态" >
|
|
|
<span>{getChangeState(item.changeStatus)}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="变更操作" >
|
|
|
+ label="变更操作" >
|
|
|
<Button onClick={()=>{this.modifyChange(item)}}>修改</Button>
|
|
|
{/*<Button type="danger" onClick={(e)=>{this.modifyDelete(item)}}>删除</Button>*/}
|
|
|
</FormItem>
|
|
@@ -1482,10 +1483,10 @@ const NewService = Form.create()(React.createClass({
|
|
|
</Spin>
|
|
|
</Form >
|
|
|
</Modal>
|
|
|
- <Modal maskClosable={false} visible={this.state.modifyChangeState}
|
|
|
+ <Modal maskClosable={false} visible={this.state.modifyChangeState}
|
|
|
onOk={this.modifyChangeCancel} onCancel={this.modifyChangeCancel}
|
|
|
width='600px'
|
|
|
- title= "修改变更 "
|
|
|
+ title= "修改变更 "
|
|
|
footer=''
|
|
|
className="admin-desc-content">
|
|
|
<Form layout="horizontal" id="demand-form">
|
|
@@ -1494,23 +1495,23 @@ const NewService = Form.create()(React.createClass({
|
|
|
<div className="clearfix">
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="变更发起人" >
|
|
|
+ label="变更发起人" >
|
|
|
<span>{this.state.changePromoter}</span>
|
|
|
</FormItem>
|
|
|
<FormItem className="half-item"
|
|
|
{...formItemLayout}
|
|
|
- label="变更申请时间" >
|
|
|
+ label="变更申请时间" >
|
|
|
<span>{this.state.changeTime}</span>
|
|
|
</FormItem>
|
|
|
<div className='clearfix'>
|
|
|
- <FormItem
|
|
|
+ <FormItem
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 16 }}
|
|
|
- label="变更状态" >
|
|
|
+ label="变更状态" >
|
|
|
<Radio.Group onChange={(e)=>{this.setState({changeState:e.target.value})}} value={this.state.changeState}>
|
|
|
<Radio value={1}>变更中</Radio>
|
|
|
<Radio value={2}>变更完成</Radio>
|
|
|
- </Radio.Group>
|
|
|
+ </Radio.Group>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<div className='clearfix'>
|
|
@@ -1518,8 +1519,8 @@ const NewService = Form.create()(React.createClass({
|
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 16 }}
|
|
|
label="变更说明" >
|
|
|
- <Input type="textarea" placeholder="请输入变更说明" rows={4} value={this.state.changeRemarks}
|
|
|
- onChange={(e)=>{this.setState({changeRemarks:e.target.value})}}/>
|
|
|
+ <Input type="textarea" placeholder="请输入变更说明" rows={4} value={this.state.changeRemarks}
|
|
|
+ onChange={(e)=>{this.setState({changeRemarks:e.target.value})}}/>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<div className="clearfix">
|
|
@@ -1536,4 +1537,4 @@ const NewService = Form.create()(React.createClass({
|
|
|
}
|
|
|
}));
|
|
|
|
|
|
-export default NewService;
|
|
|
+export default NewService;
|