From 2b5e1bdd12456f0f52ed7f457f3505de4bacaf33 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Mon, 2 Feb 2026 16:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E6=95=99=E8=82=B2=20=201?= =?UTF-8?q?=E3=80=81=E8=AF=BE=E4=BB=B6=E6=98=BE=E7=A4=BA=20=20=20=20?= =?UTF-8?q?=E8=80=83=E8=AF=95=E5=BE=85=E5=8A=9EdataID=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=20=E5=9C=A8=E7=BA=BF=E8=80=83=E8=AF=95=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E8=AF=95=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SE018EditPage.js | 9 ++++++++- src/components/CustomPages/SE/SE018PaperPage.js | 16 ++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/components/CustomPages/SE/SE018EditPage.js b/src/components/CustomPages/SE/SE018EditPage.js index 695a213..ee3b436 100644 --- a/src/components/CustomPages/SE/SE018EditPage.js +++ b/src/components/CustomPages/SE/SE018EditPage.js @@ -1,7 +1,7 @@ import { message } from "antd/lib/index"; import { Button, Popconfirm, Row, Col, Checkbox, Radio, Form, Input, Select, Table, Upload, Icon, PageHeader, Modal } from 'antd'; import React from 'react'; -import { initFilter, extendRule, extendInclude, showUserSign, showFiles, GetFileModel } from "../../../utils/common"; +import { initFilter, extendRule, extendInclude, showUserSign, showFiles, GetFileModel, getArryPropShow } from "../../../utils/common"; import ReactToPrint from "react-to-print"; import styles from '../../CustomPages/HI/StepForm.css'; import XLSX from 'xlsx'; @@ -58,6 +58,7 @@ class SE018EditPage extends React.Component { extendInclude(json, 'Nav_Notify.Nav_LaunchDepartment'); extendInclude(json, 'Nav_Notify.Nav_LaunchUser'); extendInclude(json, 'Nav_Notify.Nav_TrainType'); + extendInclude(json, 'Nav_Notify.Nav_ListCour.Nav_Cour'); // extendInclude(json, 'Nav_Notify.Nav_TrainCheckType'); extendInclude(json, 'Nav_Users.Nav_User'); extendInclude(json, 'Nav_Files.Nav_ImgFile'); @@ -283,6 +284,12 @@ class SE018EditPage extends React.Component { }).join('、') } +