|
@ -163,6 +163,10 @@ function LiftUpPoleRecord(props) { |
|
|
console.log(err) |
|
|
console.log(err) |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
//清空 |
|
|
|
|
|
const reset = () => { |
|
|
|
|
|
setFormData(parameter) |
|
|
|
|
|
}; |
|
|
//切换分页 |
|
|
//切换分页 |
|
|
const changePn = (pn, length) => { |
|
|
const changePn = (pn, length) => { |
|
|
if (lastFormData.page_size === length) { |
|
|
if (lastFormData.page_size === length) { |
|
@ -231,7 +235,17 @@ function LiftUpPoleRecord(props) { |
|
|
/> |
|
|
/> |
|
|
</Space> |
|
|
</Space> |
|
|
</div> |
|
|
</div> |
|
|
<div className="timePicker "> |
|
|
|
|
|
|
|
|
<div className="timePicker"> |
|
|
|
|
|
<div className="bottomBox"> |
|
|
|
|
|
<Button className="reset" onClick={reset}> |
|
|
|
|
|
重置 |
|
|
|
|
|
</Button> |
|
|
|
|
|
<Button type="primary" className="yisa-btn submit" onClick={() => { getSearchData() }}> |
|
|
|
|
|
查询 |
|
|
|
|
|
</Button> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
{/* <div className="timePicker "> |
|
|
<div className="btnBox"> |
|
|
<div className="btnBox"> |
|
|
<Button type="primary" className="yisa-btn" icon={<SearchOutlined />} onClick={() => { getSearchData() }}> |
|
|
<Button type="primary" className="yisa-btn" icon={<SearchOutlined />} onClick={() => { getSearchData() }}> |
|
|
搜索 |
|
|
搜索 |
|
@ -240,11 +254,14 @@ function LiftUpPoleRecord(props) { |
|
|
导出 |
|
|
导出 |
|
|
</Button> |
|
|
</Button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> */} |
|
|
</div> |
|
|
</div> |
|
|
<div className="paid-result"> |
|
|
<div className="paid-result"> |
|
|
<div className="result"> |
|
|
<div className="result"> |
|
|
<span className="font">共检索到<em>{resultData.total_records}</em>条结果</span> |
|
|
<span className="font">共检索到<em>{resultData.total_records}</em>条结果</span> |
|
|
|
|
|
<div className="header-button"> |
|
|
|
|
|
<Button type="primary" onClick={() => { salesData() }}>导出</Button> |
|
|
|
|
|
</div> |
|
|
<ResultFlowResult ajaxLoad={ajaxLoading} resultData={resultData.data ? resultData.data : []}> |
|
|
<ResultFlowResult ajaxLoad={ajaxLoading} resultData={resultData.data ? resultData.data : []}> |
|
|
<Table |
|
|
<Table |
|
|
bordered |
|
|
bordered |
|
|