|
@@ -22,16 +22,16 @@ const Order = Form.create()(
|
|
method: 'get',
|
|
method: 'get',
|
|
dataType: 'json',
|
|
dataType: 'json',
|
|
crossDomain: false,
|
|
crossDomain: false,
|
|
- url: globalConfig.context + '/portal/service/jtProject/list',
|
|
|
|
|
|
+ url: globalConfig.context + '/api/user/jtOrder/list',
|
|
data: {
|
|
data: {
|
|
pageNo: pageNo || 1,
|
|
pageNo: pageNo || 1,
|
|
pageSize: this.state.pagination.pageSize,
|
|
pageSize: this.state.pagination.pageSize,
|
|
- number: this.state.numberSearch,
|
|
|
|
- type: this.state.typeSearch,
|
|
|
|
- entryName: this.state.entryNameSearch,
|
|
|
|
- companyName: this.state.companyNameSearch,
|
|
|
|
- start: this.state.releaseDate[0],
|
|
|
|
- end: this.state.releaseDate[1]
|
|
|
|
|
|
+ orderNo: this.state.numberSearch,
|
|
|
|
+ userType:1,
|
|
|
|
+ commodityName: this.state.entryNameSearch,
|
|
|
|
+ buyerName: this.state.companyNameSearch,
|
|
|
|
+ startCreateDate: this.state.releaseDate[0],
|
|
|
|
+ endCreateDate: this.state.releaseDate[1]
|
|
},
|
|
},
|
|
success: function(data) {
|
|
success: function(data) {
|
|
let theArr = [];
|
|
let theArr = [];
|
|
@@ -44,9 +44,14 @@ const Order = Form.create()(
|
|
let thisdata = data.data.list[i];
|
|
let thisdata = data.data.list[i];
|
|
theArr.push({
|
|
theArr.push({
|
|
key: i,
|
|
key: i,
|
|
- id: thisdata.id,
|
|
|
|
- name: thisdata.name,
|
|
|
|
- number: thisdata.number,
|
|
|
|
|
|
+ sellerId: thisdata.sellerId,
|
|
|
|
+ buyerId:thisdata.buyerId,
|
|
|
|
+ orderNo:thisdata.orderNo,
|
|
|
|
+ commodityType:thisdata.commodityType,
|
|
|
|
+ orderAmount:thisdata.orderAmount,
|
|
|
|
+ commodityName:thisdata.commodityName,
|
|
|
|
+ buyerName:thisdata.buyerName,
|
|
|
|
+ buyerMobile:thisdata.buyerMobile,
|
|
createTime: thisdata.createTime ? new Date(thisdata.createTime).toLocaleString() : ''
|
|
createTime: thisdata.createTime ? new Date(thisdata.createTime).toLocaleString() : ''
|
|
});
|
|
});
|
|
}
|
|
}
|
|
@@ -91,31 +96,31 @@ const Order = Form.create()(
|
|
columns: [
|
|
columns: [
|
|
{
|
|
{
|
|
title: '订单编号',
|
|
title: '订单编号',
|
|
- dataIndex: 'name',
|
|
|
|
- key: 'bname'
|
|
|
|
|
|
+ dataIndex: 'orderNo',
|
|
|
|
+ key: 'orderNo'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '订单类型',
|
|
title: '订单类型',
|
|
- dataIndex: 'cname',
|
|
|
|
- key: 'cname',
|
|
|
|
|
|
+ dataIndex: 'commodityType',
|
|
|
|
+ key: 'commodityType',
|
|
render: (text) => {
|
|
render: (text) => {
|
|
return getOrderType(text);
|
|
return getOrderType(text);
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '订单日期',
|
|
title: '订单日期',
|
|
- dataIndex: 'superName',
|
|
|
|
- key: 'superName'
|
|
|
|
|
|
+ dataIndex: 'createTime',
|
|
|
|
+ key: 'createTime'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '订单金额',
|
|
title: '订单金额',
|
|
- dataIndex: 'price',
|
|
|
|
- key: 'price'
|
|
|
|
|
|
+ dataIndex: 'orderAmount',
|
|
|
|
+ key: 'orderAmount'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '项目名称',
|
|
title: '项目名称',
|
|
- dataIndex: 'memberPrice',
|
|
|
|
- key: 'memberPrice',
|
|
|
|
|
|
+ dataIndex: 'commodityName',
|
|
|
|
+ key: 'commodityName',
|
|
render: (text) => {
|
|
render: (text) => {
|
|
return (
|
|
return (
|
|
<Tooltip title={text}>
|
|
<Tooltip title={text}>
|
|
@@ -125,27 +130,17 @@ const Order = Form.create()(
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: '联系人',
|
|
|
|
- dataIndex: 'activityFlag',
|
|
|
|
- key: 'activityFlag'
|
|
|
|
|
|
+ title: '消费者',
|
|
|
|
+ dataIndex: 'buyerName',
|
|
|
|
+ key: 'buyerName',
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '联系方式',
|
|
title: '联系方式',
|
|
- dataIndex: 'activityFlag1',
|
|
|
|
- key: 'activityFlag1'
|
|
|
|
|
|
+ dataIndex: 'buyerMobile',
|
|
|
|
+ key: 'buyerMobile'
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: '消费者',
|
|
|
|
- dataIndex: 'activityFlag12',
|
|
|
|
- key: 'activityFlag12',
|
|
|
|
- render: (text) => {
|
|
|
|
- return (
|
|
|
|
- <Tooltip title={text}>
|
|
|
|
- {text && text.length > 6 ? text.substr(0, 6) + '...' : text}
|
|
|
|
- </Tooltip>
|
|
|
|
- );
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
],
|
|
],
|
|
dataSource: []
|
|
dataSource: []
|
|
};
|
|
};
|
|
@@ -153,47 +148,12 @@ const Order = Form.create()(
|
|
componentWillMount() {
|
|
componentWillMount() {
|
|
this.loadData();
|
|
this.loadData();
|
|
},
|
|
},
|
|
- detailes(recard) {
|
|
|
|
- this.setState({
|
|
|
|
- loading: true
|
|
|
|
- });
|
|
|
|
- $.ajax({
|
|
|
|
- method: 'get',
|
|
|
|
- dataType: 'json',
|
|
|
|
- crossDomain: false,
|
|
|
|
- url: globalConfig.context + '/api/user/jtBusiness/project/detail',
|
|
|
|
- data: {
|
|
|
|
- id: recard.id
|
|
|
|
- },
|
|
|
|
- success: function(data) {
|
|
|
|
- let thisData = data.data;
|
|
|
|
- if (!thisData) {
|
|
|
|
- if (data.error && data.error.length) {
|
|
|
|
- message.warning(data.error[0].message);
|
|
|
|
- }
|
|
|
|
- thisData = {};
|
|
|
|
- }
|
|
|
|
- this.setState({
|
|
|
|
- id: thisData.id,
|
|
|
|
- data: thisData,
|
|
|
|
- createTime: thisData.createTime ? new Date(thisData.createTime).toLocaleString() : ''
|
|
|
|
- });
|
|
|
|
- }.bind(this)
|
|
|
|
- }).always(
|
|
|
|
- function() {
|
|
|
|
- this.setState({
|
|
|
|
- loading: false
|
|
|
|
- });
|
|
|
|
- }.bind(this)
|
|
|
|
- );
|
|
|
|
- },
|
|
|
|
//项目列表整行点击
|
|
//项目列表整行点击
|
|
tableRowClick(record, index) {
|
|
tableRowClick(record, index) {
|
|
this.state.RowData = record;
|
|
this.state.RowData = record;
|
|
this.setState({
|
|
this.setState({
|
|
editvisible: true
|
|
editvisible: true
|
|
});
|
|
});
|
|
- this.detailes(record);
|
|
|
|
},
|
|
},
|
|
edithandleCancel(e) {
|
|
edithandleCancel(e) {
|
|
this.setState({
|
|
this.setState({
|
|
@@ -230,7 +190,7 @@ const Order = Form.create()(
|
|
}
|
|
}
|
|
};
|
|
};
|
|
const { RangePicker } = DatePicker;
|
|
const { RangePicker } = DatePicker;
|
|
- const theData = this.state.data || {};
|
|
|
|
|
|
+ const theData = this.state.RowData || {};
|
|
return (
|
|
return (
|
|
<div className="user-content">
|
|
<div className="user-content">
|
|
<div className="content-title">
|
|
<div className="content-title">
|
|
@@ -245,18 +205,6 @@ const Order = Form.create()(
|
|
this.setState({ numberSearch: e.target.value });
|
|
this.setState({ numberSearch: e.target.value });
|
|
}}
|
|
}}
|
|
/>
|
|
/>
|
|
- <Select
|
|
|
|
- placeholder="订单类型"
|
|
|
|
- style={{ width: '200px', marginRight: '10px' }}
|
|
|
|
- value={this.state.typeSearch}
|
|
|
|
- onChange={(e) => {
|
|
|
|
- this.setState({ typeSearch: e });
|
|
|
|
- }}
|
|
|
|
- >
|
|
|
|
- {orderType.map(function(item) {
|
|
|
|
- return <Select.Option key={item.value}>{item.key}</Select.Option>;
|
|
|
|
- })}
|
|
|
|
- </Select>
|
|
|
|
<Input
|
|
<Input
|
|
placeholder="公司名称"
|
|
placeholder="公司名称"
|
|
style={{ width: '150px', marginRight: '10px', marginBottom: '10px' }}
|
|
style={{ width: '150px', marginRight: '10px', marginBottom: '10px' }}
|
|
@@ -325,7 +273,7 @@ const Order = Form.create()(
|
|
wrapperCol={{ span: 12 }}
|
|
wrapperCol={{ span: 12 }}
|
|
label="订单编号"
|
|
label="订单编号"
|
|
>
|
|
>
|
|
- <span>{theData.name}</span>
|
|
|
|
|
|
+ <span>{theData.orderNo}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
<FormItem
|
|
<FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
@@ -333,7 +281,7 @@ const Order = Form.create()(
|
|
wrapperCol={{ span: 12 }}
|
|
wrapperCol={{ span: 12 }}
|
|
label="订单类型"
|
|
label="订单类型"
|
|
>
|
|
>
|
|
- <span>{getOrderType(theData.type)}</span>
|
|
|
|
|
|
+ <span>{getOrderType(theData.commodityType)}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
</div>
|
|
</div>
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
@@ -343,7 +291,7 @@ const Order = Form.create()(
|
|
wrapperCol={{ span: 12 }}
|
|
wrapperCol={{ span: 12 }}
|
|
label="订单日期"
|
|
label="订单日期"
|
|
>
|
|
>
|
|
- <span>{this.state.createTime}</span>
|
|
|
|
|
|
+ <span>{theData.createTime}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
<FormItem
|
|
<FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
@@ -351,7 +299,7 @@ const Order = Form.create()(
|
|
wrapperCol={{ span: 12 }}
|
|
wrapperCol={{ span: 12 }}
|
|
label="订单金额"
|
|
label="订单金额"
|
|
>
|
|
>
|
|
- <span>{theData.isHot ? theData.isHot + '万元' : ''}</span>
|
|
|
|
|
|
+ <span>{theData.orderAmount ? theData.orderAmount + '万元' : ''}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
</div>
|
|
</div>
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
@@ -361,7 +309,7 @@ const Order = Form.create()(
|
|
wrapperCol={{ span: 12 }}
|
|
wrapperCol={{ span: 12 }}
|
|
label="项目名称"
|
|
label="项目名称"
|
|
>
|
|
>
|
|
- <span>{theData.name}</span>
|
|
|
|
|
|
+ <span>{theData.commodityName}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
</div>
|
|
</div>
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
@@ -369,9 +317,9 @@ const Order = Form.create()(
|
|
className="half-item"
|
|
className="half-item"
|
|
labelCol={{ span: 8 }}
|
|
labelCol={{ span: 8 }}
|
|
wrapperCol={{ span: 12 }}
|
|
wrapperCol={{ span: 12 }}
|
|
- label="联系人"
|
|
|
|
|
|
+ label="消费者"
|
|
>
|
|
>
|
|
- <span>{theData.memberPrice1}</span>
|
|
|
|
|
|
+ <span>{theData.buyerName}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
<FormItem
|
|
<FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
@@ -379,15 +327,7 @@ const Order = Form.create()(
|
|
wrapperCol={{ span: 12 }}
|
|
wrapperCol={{ span: 12 }}
|
|
label="联系方式"
|
|
label="联系方式"
|
|
>
|
|
>
|
|
- <span>{theData.activityFlag1}</span>
|
|
|
|
- </FormItem>
|
|
|
|
- <FormItem
|
|
|
|
- className="half-item"
|
|
|
|
- labelCol={{ span: 8 }}
|
|
|
|
- wrapperCol={{ span: 12 }}
|
|
|
|
- label="消费者"
|
|
|
|
- >
|
|
|
|
- <span>{theData.activityPrice}</span>
|
|
|
|
|
|
+ <span>{theData.buyerMobile}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
</div>
|
|
</div>
|
|
</Spin>
|
|
</Spin>
|