213
This commit is contained in:
parent
2b5e1bdd12
commit
eb456ab4e0
@ -1,7 +1,7 @@
|
|||||||
import { message } from "antd/lib/index";
|
import { message } from "antd/lib/index";
|
||||||
import { Button, Modal, Row, Col, Form, Input, Select, Table } from 'antd';
|
import { Button, Modal, Row, Col, Form, Input, Select, Table } from 'antd';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { initFilter, extendRule, extendInclude, setDataFieldValue, guid, showFiles, GetFileModel } from "../../../utils/common";
|
import { initFilter, extendRule, extendInclude, setDataFieldValue, getArryPropShow, showFiles, GetFileModel } from "../../../utils/common";
|
||||||
import ReactToPrint from "react-to-print";
|
import ReactToPrint from "react-to-print";
|
||||||
import styles from '../../CustomPages/HI/StepForm.css';
|
import styles from '../../CustomPages/HI/StepForm.css';
|
||||||
import XLSX from 'xlsx';
|
import XLSX from 'xlsx';
|
||||||
@ -52,6 +52,7 @@ class SE013ShowPrint extends React.Component {
|
|||||||
extendInclude(json, 'Nav_TrainUserList');
|
extendInclude(json, 'Nav_TrainUserList');
|
||||||
extendInclude(json, 'Nav_TrainUserList.Nav_User');
|
extendInclude(json, 'Nav_TrainUserList.Nav_User');
|
||||||
extendInclude(json, 'Nav_Files.Nav_ImgFile');
|
extendInclude(json, 'Nav_Files.Nav_ImgFile');
|
||||||
|
extendInclude(json, 'Nav_ListCour.Nav_Cour');
|
||||||
json.IgnoreDataRule = true;
|
json.IgnoreDataRule = true;
|
||||||
this.props.dispatch({
|
this.props.dispatch({
|
||||||
type: 'app/getDataByPost',
|
type: 'app/getDataByPost',
|
||||||
@ -238,6 +239,16 @@ class SE013ShowPrint extends React.Component {
|
|||||||
}
|
}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colSpan={4} rowSpan={1} className={styles.fontBold}>课件</td>
|
||||||
|
<td colSpan={20} rowSpan={1}>{
|
||||||
|
getArryPropShow(data.Nav_ListCour, "Nav_Cour.NAME")
|
||||||
|
// data.Nav_ListCour ? data.Nav_ListCour.map(t => {
|
||||||
|
// return <li>{t.Nav_Cour.NAME}</li>
|
||||||
|
// }) : ''
|
||||||
|
}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colSpan={4} rowSpan={1} className={styles.fontBold}>培训安排及要求</td>
|
<td colSpan={4} rowSpan={1} className={styles.fontBold}>培训安排及要求</td>
|
||||||
<td colSpan={20} rowSpan={1} >{data.TRAIN_PLAN}</td>
|
<td colSpan={20} rowSpan={1} >{data.TRAIN_PLAN}</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user