修改名
This commit is contained in:
parent
825a96068a
commit
1f2ed67e55
@ -161,7 +161,7 @@ class HM042ShowPrint extends React.Component {
|
|||||||
let TableWrap = document.getElementById('tableId' + this.props.data.id);
|
let TableWrap = document.getElementById('tableId' + this.props.data.id);
|
||||||
let Table = TableWrap.getElementsByTagName('table')[0];
|
let Table = TableWrap.getElementsByTagName('table')[0];
|
||||||
const wb = XLSX.utils.table_to_book(Table);
|
const wb = XLSX.utils.table_to_book(Table);
|
||||||
XLSX.writeFile(wb, "年度风险评价计划审核表.xlsx")
|
XLSX.writeFile(wb, "季度风险评价计划审核表.xlsx")
|
||||||
}
|
}
|
||||||
onClickApprove = (appVisible) => {
|
onClickApprove = (appVisible) => {
|
||||||
const newtmpData = {
|
const newtmpData = {
|
||||||
@ -224,7 +224,7 @@ class HM042ShowPrint extends React.Component {
|
|||||||
<Button type={'primary'} style={{ marginLeft: '8px', display: this.state.BtnSignDisplay }} onClick={() => this.onPersonalAgree()} icon="check" >确认</Button>
|
<Button type={'primary'} style={{ marginLeft: '8px', display: this.state.BtnSignDisplay }} onClick={() => this.onPersonalAgree()} icon="check" >确认</Button>
|
||||||
</div>
|
</div>
|
||||||
<div ref={el => (this.componentRef = el)} id={'tableId' + this.props.data.id} style={{ padding: '20px' }}>
|
<div ref={el => (this.componentRef = el)} id={'tableId' + this.props.data.id} style={{ padding: '20px' }}>
|
||||||
<h1 style={{ textAlign: 'center' }}>年度风险评价计划审核表</h1>
|
<h1 style={{ textAlign: 'center' }}>季度风险评价计划审核表</h1>
|
||||||
{
|
{
|
||||||
data ?
|
data ?
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@ -278,8 +278,7 @@ class HM121ShowPrint extends React.Component {
|
|||||||
<Button onClick={() => this.onTableBtnExport()} icon="export" style={{ marginLeft: '8px' }}>导出</Button>
|
<Button onClick={() => this.onTableBtnExport()} icon="export" style={{ marginLeft: '8px' }}>导出</Button>
|
||||||
</div>
|
</div>
|
||||||
<div ref={el => (this.componentRef = el)} id={'tableId' + this.props.data.id} style={{ padding: '20px' }}>
|
<div ref={el => (this.componentRef = el)} id={'tableId' + this.props.data.id} style={{ padding: '20px' }}>
|
||||||
<h1 style={{ textAlign: 'center' }}>评价记录表</h1>
|
<h2 style={{ textAlign: 'center' }}>评价记录表</h2>
|
||||||
|
|
||||||
{
|
{
|
||||||
data ? <div>
|
data ? <div>
|
||||||
<Descriptions size="middle" bordered>
|
<Descriptions size="middle" bordered>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user