diff --git a/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/mine/MineTheRapyRecuperationEnrollController.java b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/mine/MineTheRapyRecuperationEnrollController.java new file mode 100644 index 0000000..cd6a73c --- /dev/null +++ b/src/main/java/io/v/nutz/zhgh/therapyRecuperation/controller/mine/MineTheRapyRecuperationEnrollController.java @@ -0,0 +1,30 @@ +package io.v.nutz.zhgh.therapyRecuperation.controller.mine; + +import org.apache.shiro.authz.annotation.RequiresPermissions; +import org.nutz.dao.Dao; +import org.nutz.ioc.loader.annotation.Inject; +import org.nutz.ioc.loader.annotation.IocBean; +import org.nutz.mvc.annotation.At; +import org.nutz.mvc.annotation.Ok; + +/** + * @author zhf + * @date 2025/6/18 22:46 + * @description 我的疗休养 + */ +@IocBean +@Ok("json:full") +@At("/platform/theRapyRecuperation/mineEnroll") +public class MineTheRapyRecuperationEnrollController { + + @Inject + private Dao dao; + + @At("") + @Ok("beetl:/platform/theRapyRecuperation/mine/index.html") + @RequiresPermissions("theRapyRecuperation.mineEnroll") + public void index() { + } + + +} diff --git a/src/main/resources/views/platform/theRapyRecuperation/mine/index.html b/src/main/resources/views/platform/theRapyRecuperation/mine/index.html new file mode 100644 index 0000000..d5d96c5 --- /dev/null +++ b/src/main/resources/views/platform/theRapyRecuperation/mine/index.html @@ -0,0 +1,220 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 关 闭 + + +
+ + + + + \ No newline at end of file diff --git a/src/main/resources/views/platform/theRapyRecuperation/signUp/index.html b/src/main/resources/views/platform/theRapyRecuperation/signUp/index.html new file mode 100644 index 0000000..36282d9 --- /dev/null +++ b/src/main/resources/views/platform/theRapyRecuperation/signUp/index.html @@ -0,0 +1,469 @@ + + + + +
+ +
+
+ +
+
+
+ + {{ item.label }} +
+
+
+ + +
+ +

正在加载数据...

+
+ + +
+ +

暂无可报名的疗休养线路

+
+ + +
+
+ +
+
{{ item.lineName }}
+
+ +
+
+ {{ item.lotName }} +
+
+
+
+ 组织机构 + + + {{ item.signUpMode === 2 ? '校工会' : item.usUnionName }} + + +
+
+ +
+
+ + +
+
+ +
+
{{ item.baseName }}
+
+ + + + + + +
+
+ 联系人 + {{ item.baseContactPerson }} +
+
+ 联系方式 + + + {{ item.baseContactNumber }} + +
+
+ 已报名人数 + + {{ item.signUpUserNum }} + +
+
+ 酒店说明 + {{ item.baseRemark }} +
+
+ +
+
+ + +
+
+
+ + + +
+ + + + \ No newline at end of file diff --git a/src/main/resources/views/platform/theRapyRecuperation/signUp/info.js b/src/main/resources/views/platform/theRapyRecuperation/signUp/info.js index 2f5ecf9..1f7a848 100644 --- a/src/main/resources/views/platform/theRapyRecuperation/signUp/info.js +++ b/src/main/resources/views/platform/theRapyRecuperation/signUp/info.js @@ -5,7 +5,8 @@ const INFO = {