diff --git a/src/main/resources/views/platform/zhgh/staffmanage/member/apply/submit/index.html b/src/main/resources/views/platform/zhgh/staffmanage/member/apply/submit/index.html
index 30e2c1a..4f6ab87 100644
--- a/src/main/resources/views/platform/zhgh/staffmanage/member/apply/submit/index.html
+++ b/src/main/resources/views/platform/zhgh/staffmanage/member/apply/submit/index.html
@@ -203,6 +203,12 @@ layout("/layouts/platform.html"){
+
+
+
+
+
+
-
-
-
-
-
-
diff --git a/src/main/resources/views/platform/zhghh5/staffmanage/member/apply/submit/index.html b/src/main/resources/views/platform/zhghh5/staffmanage/member/apply/submit/index.html
index 7628ca4..1cdec87 100644
--- a/src/main/resources/views/platform/zhghh5/staffmanage/member/apply/submit/index.html
+++ b/src/main/resources/views/platform/zhghh5/staffmanage/member/apply/submit/index.html
@@ -106,6 +106,16 @@ layout("/layouts/platform_h5.html"){
@confirm="(v)=>{formData.academicDegree = v;showAcademicDegreePicker = false}"
>
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -364,6 +395,10 @@ layout("/layouts/platform_h5.html"){
this.$toast.fail("请填写特长及获奖情况")
return
}
+ if (!this.formData.sign){
+ this.$toast.fail("请填写签字")
+ return
+ }
this.$dialog.confirm({
title: "提示",
message: "您确定要提交吗?"
@@ -401,6 +436,10 @@ layout("/layouts/platform_h5.html"){
this.$toast.fail("请填写特长及获奖情况")
return
}
+ if (!this.formData.sign){
+ this.$toast.fail("请填写签字")
+ return
+ }
this.$dialog.confirm({
title: "提示",
message: "您确定要提交吗?"
@@ -473,6 +512,8 @@ layout("/layouts/platform_h5.html"){
union,
campus,
userState,
+ nativePlace,
+ jobCategory,
personType,
preparedBy,
idCard,
@@ -492,6 +533,8 @@ layout("/layouts/platform_h5.html"){
this.$set(this.formData, "nation", nation)
this.$set(this.formData, "political", political)
this.$set(this.formData, "position", position)
+ this.$set(this.formData, "nativePlace", nativePlace)
+ this.$set(this.formData, "jobCategory", jobCategory)
this.$set(this.formData, "education", education)
this.$set(this.formData, "academicDegree", academicDegree)
this.$set(this.formData, "campus", campus)