diff --git a/src/main/java/com/budwk/app/zhgh/staffbenefit/maternityLeave/models/MaternityLeave.java b/src/main/java/com/budwk/app/zhgh/staffbenefit/maternityLeave/models/MaternityLeave.java index 6f06e52..53841c2 100644 --- a/src/main/java/com/budwk/app/zhgh/staffbenefit/maternityLeave/models/MaternityLeave.java +++ b/src/main/java/com/budwk/app/zhgh/staffbenefit/maternityLeave/models/MaternityLeave.java @@ -1,5 +1,6 @@ package com.budwk.app.zhgh.staffbenefit.maternityLeave.models; +import cn.hutool.json.JSONObject; import com.budwk.app.base.model.BaseModel; import lombok.Data; import lombok.EqualsAndHashCode; @@ -8,6 +9,7 @@ import org.nutz.dao.interceptor.annotation.PrevInsert; import java.io.Serializable; import java.util.Date; +import java.util.List; /** * @author : hongqiwei @@ -188,6 +190,11 @@ public class MaternityLeave extends BaseModel implements Serializable { @Comment("是否多胞胎") private Boolean isMultipleBirths; + @Column + @Comment("附件") + @ColDefine(type = ColType.MYSQL_JSON) + private List files; + } diff --git a/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/apply/index.html b/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/apply/index.html index 40e12ca..f1ba80c 100644 --- a/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/apply/index.html +++ b/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/apply/index.html @@ -90,6 +90,15 @@ layout("/layouts/platform.html"){ + + + + + - + diff --git a/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/familyPlanningOffice/index.html b/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/familyPlanningOffice/index.html index 61b873d..c764c16 100644 --- a/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/familyPlanningOffice/index.html +++ b/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/familyPlanningOffice/index.html @@ -173,12 +173,12 @@ layout("/layouts/platform.html"){ - + diff --git a/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/schoolAudit/index.html b/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/schoolAudit/index.html index acc056e..44418f1 100644 --- a/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/schoolAudit/index.html +++ b/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/schoolAudit/index.html @@ -89,10 +89,10 @@ layout("/layouts/platform.html"){ :rules="[{required:true,message:'必填',trigger:['change','blur']}]"> - - + --> 取消 diff --git a/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/unionAudit/index.html b/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/unionAudit/index.html index 45ccf8a..b657580 100644 --- a/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/unionAudit/index.html +++ b/src/main/resources/views/platform/zhgh/staffbenefit/maternityLeave/unionAudit/index.html @@ -89,9 +89,9 @@ layout("/layouts/platform.html"){ :rules="[{required:true,message:'必填',trigger:['change','blur']}]"> - - - + + + 取消 diff --git a/src/main/resources/views/platform/zhghh5/staffbenefit/maternityLeave/apply/index.html b/src/main/resources/views/platform/zhghh5/staffbenefit/maternityLeave/apply/index.html index 9d8fc06..75c6e87 100644 --- a/src/main/resources/views/platform/zhghh5/staffbenefit/maternityLeave/apply/index.html +++ b/src/main/resources/views/platform/zhghh5/staffbenefit/maternityLeave/apply/index.html @@ -117,6 +117,22 @@ layout("/layouts/platform_h5.html"){ + + + + +