diff --git a/src/pages/event-tracing/components/smsDialog.vue b/src/pages/event-tracing/components/smsDialog.vue index 097334a..4ee45d7 100644 --- a/src/pages/event-tracing/components/smsDialog.vue +++ b/src/pages/event-tracing/components/smsDialog.vue @@ -64,7 +64,7 @@ - + diff --git a/src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue b/src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue index 9c567c9..ff59f90 100644 --- a/src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue +++ b/src/pages/event-tracing/dtraceDetail/smsDialogDetail.vue @@ -64,7 +64,7 @@ - + diff --git a/src/pages/mediation-management/components/batchSMSDialog.vue b/src/pages/mediation-management/components/batchSMSDialog.vue new file mode 100644 index 0000000..c210ae5 --- /dev/null +++ b/src/pages/mediation-management/components/batchSMSDialog.vue @@ -0,0 +1,115 @@ + + + + + + + 选中{{eventTraDialog.caseids.length}}个案件,系统将对您选择中案件进行批量发送短信! + + + + + + 短信模板 + + + + + + + + + 短信接收方 + + + + + + + 模板内容 + + + + + + + + + + + 取消 + 批量发送 + + + + + + + \ No newline at end of file diff --git a/src/pages/mediation-management/components/batchofficeDeliveryDialog.vue b/src/pages/mediation-management/components/batchofficeDeliveryDialog.vue new file mode 100644 index 0000000..b649122 --- /dev/null +++ b/src/pages/mediation-management/components/batchofficeDeliveryDialog.vue @@ -0,0 +1,107 @@ + + + + + + + 选中{{eventTraDialog.caseids.length}}个案件,系统将对您选择的案件进行批量电子短信送达! + + + + + + 选择文书类型(多选) + + + + + + + + + + + + + + + + + 取消 + 批量送达 + + + + + + + \ No newline at end of file diff --git a/src/pages/mediation-management/components/batchofficeDialog.vue b/src/pages/mediation-management/components/batchofficeDialog.vue new file mode 100644 index 0000000..4fe5388 --- /dev/null +++ b/src/pages/mediation-management/components/batchofficeDialog.vue @@ -0,0 +1,109 @@ + + + + + + + 选中{{eventTraDialog.caseids.length}}个案件,数据量大时,生成文书需要较长时间,请您耐心等待! + + + + + + 选择文书生成模板(多选) + + + + + + + + + + + + + + + + + + + 取消 + 批量生成 + + + + + + + \ No newline at end of file diff --git a/src/pages/mediation-management/components/batchofficeSealDialog.vue b/src/pages/mediation-management/components/batchofficeSealDialog.vue new file mode 100644 index 0000000..9e4bc76 --- /dev/null +++ b/src/pages/mediation-management/components/batchofficeSealDialog.vue @@ -0,0 +1,110 @@ + + + + + + + 选中{{eventTraDialog.caseids.length}}个案件,系统将对您选择的案件中,符合签字条件(已经完成在线签字)的调解协议文书发起批量电子签章! + + + + + + 设置是否进行文书的自动送达 + + + + + + 自动送达 + 不自动送达(可单独发起送达) + + + + + + + + + + + + + 取消 + 批量签章 + + + + + + + \ No newline at end of file diff --git a/src/pages/mediation-management/components/batchofficeWDialog.vue b/src/pages/mediation-management/components/batchofficeWDialog.vue new file mode 100644 index 0000000..ac9b728 --- /dev/null +++ b/src/pages/mediation-management/components/batchofficeWDialog.vue @@ -0,0 +1,122 @@ + + + + + + + 选中{{eventTraDialog.caseids.length}}个案件,系统将对您选择的案件中,符合签字条件(已经完成文书生成)的文书发起批量电子签字! + + + + + + 选择文书类型(多选) + + + + + + + + + + + + + 签字有效时间 + + + + + + + + + + + + + + + + + + 取消 + 批量发起 + + + + + + + \ No newline at end of file diff --git a/src/pages/mediation-management/index.vue b/src/pages/mediation-management/index.vue index c0be41d..7eb1c7b 100644 --- a/src/pages/mediation-management/index.vue +++ b/src/pages/mediation-management/index.vue @@ -182,6 +182,22 @@ + + + 跟进状态 + + + + + + @@ -219,12 +235,12 @@ 案件列表 案件办结 - 发送短信 + 发送短信 智能外呼 - 文书生成 - 发起签字 - 发起签章 - 文书送达 + 文书生成 + 发起签字 + 发起签章 + 文书送达 案件下载 @@ -358,6 +374,16 @@ + + + + + + + + + +