|
|
@ -898,6 +898,7 @@ function ParkingOrderInquiry(props) { |
|
|
|
):null} */} |
|
|
|
{ |
|
|
|
tabKeyChild == 1 ? |
|
|
|
<<<<<<< Updated upstream |
|
|
|
<div style={{ height: '800px' }}> |
|
|
|
<TableModule |
|
|
|
columns={acdColums} |
|
|
@ -911,6 +912,21 @@ function ParkingOrderInquiry(props) { |
|
|
|
search={searchOther} |
|
|
|
/> |
|
|
|
</div> |
|
|
|
======= |
|
|
|
<div style={{ height: '800px' }}> |
|
|
|
<TableModule |
|
|
|
columns={acdColums} |
|
|
|
tableData={resultData} |
|
|
|
formSearch={[ash[25], ash[0], ash[1], ash[2], ash[3], ash[18], ash[5], ash[12], ash[26], ash[29]]} |
|
|
|
total={total} |
|
|
|
initFormData={{ type: 1 }} |
|
|
|
rowKey={"order_id"} |
|
|
|
exportUrl={'/api/fin/order_search/arrears_order_export'} |
|
|
|
limitCon={limitCon} |
|
|
|
search={searchOther} |
|
|
|
/> |
|
|
|
</div> |
|
|
|
>>>>>>> Stashed changes |
|
|
|
: null |
|
|
|
} |
|
|
|
</Tabs.TabPane> |
|
|
|