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