|
@@ -1,5 +1,5 @@
|
1
|
1
|
import React, { useEffect, useRef, useState } from 'react'
|
2
|
|
-import { PageHeader, Button, Descriptions, Typography, Select, Icon, Table, Modal, Form, Input, notification } from 'antd'
|
|
2
|
+import { PageHeader, Button, Descriptions, Typography, Select, Icon, Table, Modal, Form, Input, Popconfirm, Divider, notification } from 'antd'
|
3
|
3
|
import { fetch, fetchList, apis } from '@/utils/request'
|
4
|
4
|
import NavLink from 'umi/navlink'
|
5
|
5
|
import Prompt from '@/components/Prompt'
|
|
@@ -295,7 +295,7 @@ export default props => {
|
295
|
295
|
</div>
|
296
|
296
|
|
297
|
297
|
<div style={{margin: '24px 0'}}>
|
298
|
|
- <NavLink to="/property/bill/management/info/add"><Button type="primary"><Icon type="plus" />添加更多收费单</Button></NavLink>
|
|
298
|
+ <NavLink to={`/property/bill/management/info/add?id=${id}`}><Button type="primary"><Icon type="plus" />添加更多收费单</Button></NavLink>
|
299
|
299
|
<Button type="link" onClick={exportExcel}><Icon type="export" />导出数据</Button>
|
300
|
300
|
<div style={{height: '40px', lineHeight: '40px', marginLeft: '10px', fontSize: '14px', color: '#888' }}>未缴户主费用可以直接点击 收费金额数字 修改,已缴费户主无法修改,需要线下多退少补</div>
|
301
|
301
|
</div>
|