Browse Source

fixed():修复bug

tags/PMS_Frontend_v1.0.6-develop
janedididada 1 year ago
parent
commit
d3cdf7db8b
  1. 26
      src/pages/FinancialMgm/OrderInquiry/ParkingOrderInquiry/index.jsx
  2. 6
      src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx

26
src/pages/FinancialMgm/OrderInquiry/ParkingOrderInquiry/index.jsx

@ -917,19 +917,19 @@ function ParkingOrderInquiry(props) {
):null} */}
{
tabKeyChild == 1 ?
<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> : null
<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>: null
}
</Tabs.TabPane>
<Tabs.TabPane tab="订单修改记录" key="2">

6
src/pages/InRoadMgm/RoadMgm/ConfigRoad/loadable.jsx

@ -68,8 +68,8 @@ function ConfigRoad() {
const [getIdValue, setGetIdValue] = useState({})
//
const [showBerthSelect, setShowBerthSelect] = useState(false);
//
const [editTitle,setEditTitle]=useState(false)
//
const [editTitle,setEditTitle]=useState(false)
const berthManage = {
form: [
{
@ -2234,7 +2234,7 @@ function ConfigRoad() {
onCancel={() => {
setEditPoleModal({ ...editPoleModal, visible: false });
}}
title="编辑杆位"
title={editTitle?"编辑杆位":"添加杆位"}
onOk={submitPole}
>
<Form

Loading…
Cancel
Save