申请补正添加不正截图注意事项
This commit is contained in:
parent
5a9e92e06d
commit
77c688e6cb
@ -157,7 +157,7 @@ export default function CorrectionModal(props: any) {
|
||||
type: 'upCorrectionTotal',
|
||||
val: data.data.total
|
||||
})
|
||||
|
||||
|
||||
|
||||
}
|
||||
})
|
||||
@ -194,13 +194,13 @@ export default function CorrectionModal(props: any) {
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
getCorrectionData()
|
||||
|
||||
|
||||
}, [page, keywords])
|
||||
|
||||
|
||||
return (
|
||||
<div className='refunModal'>
|
||||
{contextHolder}
|
||||
@ -379,8 +379,14 @@ export default function CorrectionModal(props: any) {
|
||||
</Upload>
|
||||
</Form.Item>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
color: '#FF0000',
|
||||
marginLeft:10
|
||||
}}
|
||||
>*上传完整的补正通知书或者完整的补正通知书的截图,要求右上方的流水号和右下方的补正通知书的日期都得完整显示</div>
|
||||
<Form.Item>
|
||||
<div className='refunModal-btn'>
|
||||
<Button type="primary" htmlType="submit" style={{
|
||||
|
@ -141,7 +141,7 @@ export default function CONTRACT() {
|
||||
</div>
|
||||
</div>
|
||||
<div className='pagination' >
|
||||
<Pagination defaultCurrent={page} total={total} pageSize={10} showSizeChanger={false} onChange={(page) => {
|
||||
<Pagination current={page} total={total} pageSize={10} showSizeChanger={false} onChange={(page) => {
|
||||
setPage(page)
|
||||
getContractArray(page)
|
||||
}} />
|
||||
|
Loading…
Reference in New Issue
Block a user