feat
parent
907c0d3842
commit
3eb7f90b8b
|
|
@ -116,7 +116,7 @@ const FilingTabs = ({
|
||||||
<p style={{ marginTop: "0.75rem" }}>法定代表人:{commitment.legalRepName}(已签名)</p>
|
<p style={{ marginTop: "0.75rem" }}>法定代表人:{commitment.legalRepName}(已签名)</p>
|
||||||
<Space>
|
<Space>
|
||||||
|
|
||||||
<Image src={commitment.legalRepSignatureUrl} style={{ width: 100, height: 100 }} />
|
{commitment.legalRepSignatureUrl&&<Image src={commitment.legalRepSignatureUrl} style={{ width: 100, height: 100 }} />}
|
||||||
<p>(单位盖章)</p>
|
<p>(单位盖章)</p>
|
||||||
</Space>
|
</Space>
|
||||||
<p style={{ textAlign: "right" }}>{commitment.signDate}</p>
|
<p style={{ textAlign: "right" }}>{commitment.signDate}</p>
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,7 @@ const QualChange = (props) => {
|
||||||
fixed: "right",
|
fixed: "right",
|
||||||
render: (_, record) => (
|
render: (_, record) => (
|
||||||
<TableAction>
|
<TableAction>
|
||||||
<Button type="link" size="small" onClick={() => props.history.push(`FilingDetail?id=${record.id}&
|
<Button type="link" size="small" onClick={() => props.history.push(`FilingDetail?id=${record.id}&mode=change`)}>
|
||||||
`)}>
|
|
||||||
查看
|
查看
|
||||||
</Button>
|
</Button>
|
||||||
{record.filingStatusCode == 2 && (
|
{record.filingStatusCode == 2 && (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue