diff --git a/src/components/CustomPages/SE/SE013ShowPrint.js b/src/components/CustomPages/SE/SE013ShowPrint.js index 56ef9a7..bab4e22 100644 --- a/src/components/CustomPages/SE/SE013ShowPrint.js +++ b/src/components/CustomPages/SE/SE013ShowPrint.js @@ -1,7 +1,7 @@ import { message } from "antd/lib/index"; import { Button, Modal, Row, Col, Form, Input, Select, Table } from 'antd'; 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 styles from '../../CustomPages/HI/StepForm.css'; import XLSX from 'xlsx'; @@ -52,6 +52,7 @@ class SE013ShowPrint extends React.Component { extendInclude(json, 'Nav_TrainUserList'); extendInclude(json, 'Nav_TrainUserList.Nav_User'); extendInclude(json, 'Nav_Files.Nav_ImgFile'); + extendInclude(json, 'Nav_ListCour.Nav_Cour'); json.IgnoreDataRule = true; this.props.dispatch({ type: 'app/getDataByPost', @@ -238,6 +239,16 @@ class SE013ShowPrint extends React.Component { } + + 课件 + { + getArryPropShow(data.Nav_ListCour, "Nav_Cour.NAME") + // data.Nav_ListCour ? data.Nav_ListCour.map(t => { + // return
  • {t.Nav_Cour.NAME}
  • + // }) : '' + } + + 培训安排及要求 {data.TRAIN_PLAN}