|
@ -767,7 +767,7 @@ function ParkingOrderInquiry(props) { |
|
|
//其他页面渲染 |
|
|
//其他页面渲染 |
|
|
function renderTable(columns, arr, dataSource, exportUrl, initFormData = {}, limit) { |
|
|
function renderTable(columns, arr, dataSource, exportUrl, initFormData = {}, limit) { |
|
|
// console.log(213123, dataSource) |
|
|
// console.log(213123, dataSource) |
|
|
initFormData = getQueryString('order_id') ? { 'order_id': getQueryString('order_id') } : initFormData |
|
|
|
|
|
|
|
|
initFormData = getQueryString('order_id') ? { 'order_id': getQueryString('order_id'), 'start_time': getUrlSearch("pay_time") ? moment(getUrlSearch("pay_time")) : moment(moment().format("YYYY-MM-DD HH:mm:ss")) } : initFormData |
|
|
return ( |
|
|
return ( |
|
|
<div style={{ height: '800px' }}> |
|
|
<div style={{ height: '800px' }}> |
|
|
<TableModule |
|
|
<TableModule |
|
|