diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/apply/TrainInfoListController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/apply/TrainInfoListController.java index 2d720276..b38c095c 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/apply/TrainInfoListController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/apply/TrainInfoListController.java @@ -81,7 +81,7 @@ public class TrainInfoListController extends BaseController { public String edit(@PathVariable("applyId") String applyId, ModelMap mmap) { TdApplyInfoListDTO applyInfoList = applyInfoListManager.getTdApplyInfoList(applyId); mmap.put("applyInfoList", applyInfoList); - return prefix + "/add"; + return prefix + "/training"; } } diff --git a/ruoyi-admin/src/main/resources/static/file/保密教育培训登记表.pdf b/ruoyi-admin/src/main/resources/static/file/保密教育培训登记表.pdf new file mode 100644 index 00000000..b4b1144c Binary files /dev/null and b/ruoyi-admin/src/main/resources/static/file/保密教育培训登记表.pdf differ diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/train/add.html b/ruoyi-admin/src/main/resources/templates/system/newdev/train/add.html deleted file mode 100644 index 69115364..00000000 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/train/add.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - - - - -
-
- -

基本信息

-
-
-
- -
- -
-
-
-
-
- -
- -
-
-
-
-
-
-
- -
- -
-
-
-
-
- -
-
- - -
-
-
-
-
-
-
-
- -
- -
-
-
-
-
- -
- -
-
-
- -
-
-
-
- -
- -
-
-
- -
-
-
-
- -
- -
-
-
-
-
- -
- - -
-
-
-
-
-
-
- -
- -
-
-
-
-
-
- -
-
-
-
- - 选择图片 - 更改 - - - - 清除 -
-
-
-
- -
-
- -
-
-   - -
-
- - - - - - - - diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/train/training.html b/ruoyi-admin/src/main/resources/templates/system/newdev/train/training.html new file mode 100644 index 00000000..b1f42108 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/train/training.html @@ -0,0 +1,569 @@ + + + + + + + + + + + + + + + + +
+
+
+
+
+

基本信息

+ +
+ +
+ +
+ +
+ + + + +
+
+ + +
+ +
+ + + + +
+
+
+ +
+ +
+ +
+ + + + +
+
+ + +
+ +
+
+ + + + + + +
+
+
+
+ +
+ +
+ +
+ + + + +
+
+ + +
+ +
+ + + + +
+
+
+ +
+ +
+ + + + +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ +
+ +
+
+
+ + +
+ + +

材料上传

+
+
+
+ +
+
+ + +
+
+ 上传中: {{ currentFileName }} + {{ uploadProgress }}% +
+
+
+
+
+ + +
+
+ +

暂无上传文件

+
+
+
+
+ +
+
+

{{ file.fileName }}

+
+
+ + + +
+
+
+
+
+ +
+
+   + +
+
+
+ +
+
+ + {{ uploadSuccessMessage }} +
+
+ +
+
+
+

{{ previewingFile.fileName }}

+ +
+
+ 预览图 +
+
+ +
+
+
+
+
+
+ + + + + + + + \ No newline at end of file