|
@ -95,6 +95,13 @@ function ParkRecordTotal() { |
|
|
align: "center", |
|
|
align: "center", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
title: "车辆类型", |
|
|
|
|
|
dataIndex: "vehicel_type", |
|
|
|
|
|
key: "vehicel_type", |
|
|
|
|
|
width: 100, |
|
|
|
|
|
align: "center", |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
title: "泊位号", |
|
|
title: "泊位号", |
|
|
dataIndex: "berth_id", |
|
|
dataIndex: "berth_id", |
|
|
key: "berth_id", |
|
|
key: "berth_id", |
|
@ -139,21 +146,21 @@ function ParkRecordTotal() { |
|
|
width: 100, |
|
|
width: 100, |
|
|
align: "center", |
|
|
align: "center", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
title: <Popover content={roadContent} > |
|
|
|
|
|
订单金额 |
|
|
|
|
|
<QuestionCircleOutlined /> |
|
|
|
|
|
</Popover>, |
|
|
|
|
|
dataIndex: "order_amount", |
|
|
|
|
|
key: "order_amount", |
|
|
|
|
|
width: 100, |
|
|
|
|
|
align: "center", |
|
|
|
|
|
// filterDropdown: true, |
|
|
|
|
|
// filterIcon: |
|
|
|
|
|
// <Popover content={roadContent} > |
|
|
|
|
|
// <QuestionCircleOutlined /> |
|
|
|
|
|
// </Popover> |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
// { |
|
|
|
|
|
// title: <Popover content={roadContent} > |
|
|
|
|
|
// 订单金额 |
|
|
|
|
|
// <QuestionCircleOutlined /> |
|
|
|
|
|
// </Popover>, |
|
|
|
|
|
// dataIndex: "order_amount", |
|
|
|
|
|
// key: "order_amount", |
|
|
|
|
|
// width: 100, |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// // filterDropdown: true, |
|
|
|
|
|
// // filterIcon: |
|
|
|
|
|
// // <Popover content={roadContent} > |
|
|
|
|
|
// // <QuestionCircleOutlined /> |
|
|
|
|
|
// // </Popover> |
|
|
|
|
|
// }, |
|
|
{ |
|
|
{ |
|
|
title: <Popover content={receivableContent} > |
|
|
title: <Popover content={receivableContent} > |
|
|
应收金额 |
|
|
应收金额 |
|
@ -170,19 +177,11 @@ function ParkRecordTotal() { |
|
|
// </Popover> |
|
|
// </Popover> |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: <Popover content={discountContent} > |
|
|
|
|
|
折扣金额 |
|
|
|
|
|
<QuestionCircleOutlined /> |
|
|
|
|
|
</Popover>, |
|
|
|
|
|
dataIndex: "discount_amount", |
|
|
|
|
|
key: "discount_amount", |
|
|
|
|
|
|
|
|
title: "实付金额", |
|
|
|
|
|
dataIndex: "actual_amount", |
|
|
|
|
|
key: "actual_amount", |
|
|
width: 100, |
|
|
width: 100, |
|
|
align: "center", |
|
|
align: "center", |
|
|
// filterDropdown: true, |
|
|
|
|
|
// filterIcon: |
|
|
|
|
|
// <Popover content={discountContent} > |
|
|
|
|
|
// <QuestionCircleOutlined /> |
|
|
|
|
|
// </Popover> |
|
|
|
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: <Popover content={preferentialContent} > |
|
|
title: <Popover content={preferentialContent} > |
|
@ -200,11 +199,19 @@ function ParkRecordTotal() { |
|
|
// </Popover> |
|
|
// </Popover> |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: "实付金额", |
|
|
|
|
|
dataIndex: "actual_amount", |
|
|
|
|
|
key: "actual_amount", |
|
|
|
|
|
|
|
|
title: <Popover content={discountContent} > |
|
|
|
|
|
折扣金额 |
|
|
|
|
|
<QuestionCircleOutlined /> |
|
|
|
|
|
</Popover>, |
|
|
|
|
|
dataIndex: "discount_amount", |
|
|
|
|
|
key: "discount_amount", |
|
|
width: 100, |
|
|
width: 100, |
|
|
align: "center", |
|
|
align: "center", |
|
|
|
|
|
// filterDropdown: true, |
|
|
|
|
|
// filterIcon: |
|
|
|
|
|
// <Popover content={discountContent} > |
|
|
|
|
|
// <QuestionCircleOutlined /> |
|
|
|
|
|
// </Popover> |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title: <Popover content={refundContent} > |
|
|
title: <Popover content={refundContent} > |
|
@ -353,7 +360,7 @@ function ParkRecordTotal() { |
|
|
{ |
|
|
{ |
|
|
name: "order_type", |
|
|
name: "order_type", |
|
|
type: "Select", |
|
|
type: "Select", |
|
|
label: "订单类型", |
|
|
|
|
|
|
|
|
label: "支付状态", |
|
|
defaultValue: 0, |
|
|
defaultValue: 0, |
|
|
options: [ |
|
|
options: [ |
|
|
{ |
|
|
{ |
|
@ -375,6 +382,39 @@ function ParkRecordTotal() { |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
name: "vehicel_type", |
|
|
|
|
|
type: "Select", |
|
|
|
|
|
label: "订单类型", |
|
|
|
|
|
defaultValue: 0, |
|
|
|
|
|
options: sysConfig?.parkCarType || [], |
|
|
|
|
|
// options: [ |
|
|
|
|
|
// { |
|
|
|
|
|
// label: "全部", |
|
|
|
|
|
// value: 0, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// label: "小型车", |
|
|
|
|
|
// value: 1, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// label: "中型车", |
|
|
|
|
|
// value: 2, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// label: "大型车", |
|
|
|
|
|
// value: 3, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// label: "公务车", |
|
|
|
|
|
// value: 4, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// label: "残疾人车", |
|
|
|
|
|
// value: 5, |
|
|
|
|
|
// }, |
|
|
|
|
|
// ], |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
name: "in_person", |
|
|
name: "in_person", |
|
|
type: "Input", |
|
|
type: "Input", |
|
|
label: "入场收费员", |
|
|
label: "入场收费员", |
|
@ -403,6 +443,7 @@ function ParkRecordTotal() { |
|
|
type: 1, |
|
|
type: 1, |
|
|
park_id: "", |
|
|
park_id: "", |
|
|
order_type: 0, |
|
|
order_type: 0, |
|
|
|
|
|
vehicel_type: 0, |
|
|
plate_color: -1, |
|
|
plate_color: -1, |
|
|
in_person: "", |
|
|
in_person: "", |
|
|
out_person: "", |
|
|
out_person: "", |
|
@ -620,6 +661,7 @@ function ParkRecordTotal() { |
|
|
</Descriptions> |
|
|
</Descriptions> |
|
|
<Descriptions title="停车信息"> |
|
|
<Descriptions title="停车信息"> |
|
|
<Descriptions.Item label="车牌号">{item.plate}</Descriptions.Item> |
|
|
<Descriptions.Item label="车牌号">{item.plate}</Descriptions.Item> |
|
|
|
|
|
<Descriptions.Item label="车辆类型">{item.vehicel_type}</Descriptions.Item> |
|
|
<Descriptions.Item label="会员手机号">{item.phone}</Descriptions.Item> |
|
|
<Descriptions.Item label="会员手机号">{item.phone}</Descriptions.Item> |
|
|
<Descriptions.Item label="入场时间"> {item.in_time} </Descriptions.Item> |
|
|
<Descriptions.Item label="入场时间"> {item.in_time} </Descriptions.Item> |
|
|
<Descriptions.Item label="出场时间">{item.out_time}</Descriptions.Item> |
|
|
<Descriptions.Item label="出场时间">{item.out_time}</Descriptions.Item> |
|
|