退回
@@ -130,13 +135,20 @@ layout("/layouts/platform_h5.html"){
this.$refs.proposalInfoRef.onOpen(row)
this.formData = {
processTaskId: row.taskId,
- taskName: row.curTaskName
+ taskName: row.curTaskName,
+ tf_opinion: "",
+ tf_signature: ""
}
},
async handleTaskAction(val) {
try {
+ if (!this.formData.tf_signature) {
+ this.$toast("请签字")
+ return
+ }
await this.$refs.formRef.validate();
+
this.$dialog.confirm({
title: "提示",
message: "您确定要提交吗?"
diff --git a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/seconded/index.html b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/seconded/index.html
index c145d4f..3ef6407 100644
--- a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/seconded/index.html
+++ b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/seconded/index.html
@@ -137,12 +137,17 @@ layout("/layouts/platform_h5.html"){
this.formData = {
processTaskId: row.taskId,
taskName: row.curTaskName,
- tf_opinion: "同意该提案"
+ tf_opinion: "同意该提案",
+ tf_signature: ""
}
},
async handleTaskAction(val) {
try {
+ if (!this.formData.tf_signature) {
+ this.$toast("请签字")
+ return
+ }
await this.$refs.formRef.validate();
this.$dialog.confirm({
title: "提示",
diff --git a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/write/index.html b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/write/index.html
index d1f3336..e062eaa 100644
--- a/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/write/index.html
+++ b/src/main/resources/views/platform/zhghh5/democratic/proposal/transact/write/index.html
@@ -335,6 +335,13 @@ layout("/layouts/platform_h5.html"){
+
+
+
+
+
+
保存
@@ -363,7 +370,8 @@ layout("/layouts/platform_h5.html"){
taskId: GetQueryString("taskId"),
formData: {
- suggestUnits: []
+ suggestUnits: [],
+ signature: ""
},
sessionOptions: [],
sourceOptions: [],