From 8a917284525be2bd541bb0698147585d3f5c24e0 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 31 Aug 2022 10:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E5=90=8C=E5=AE=A3=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppAnnounceResident/components/Add.vue | 193 ++++++++++++------ 1 file changed, 134 insertions(+), 59 deletions(-) diff --git a/project/sass/apps/AnnounceResident/AppAnnounceResident/components/Add.vue b/project/sass/apps/AnnounceResident/AppAnnounceResident/components/Add.vue index 5115b668..6f7e403c 100644 --- a/project/sass/apps/AnnounceResident/AppAnnounceResident/components/Add.vue +++ b/project/sass/apps/AnnounceResident/AppAnnounceResident/components/Add.vue @@ -20,7 +20,7 @@ 按网格选择 - +
-

消息预计送达居民群数:

+

消息预计送达居民数:

{{ groupLen }} + content="同一个居民若有多个添加人,则会由最后跟客户进行聊天互动的人员进行群发">
+ + + + + +
+ +
+ + + +
+ 请选择 +
{{ form.examines.length ? '重新选择' : '选择' }}
+
+
+ +
+ +
+ + + +
+ 请选择 +
{{ form.examines.length ? '重新选择' : '选择' }}
+
+
@@ -111,16 +146,16 @@
+ ref="upload" + multiple + :file-list="fileList" + :show-file-list="false" + :before-upload="v => handleChange(v, 20, '.zip,.rar,.doc,.docx,.xls,.xlsx,.ppt,.pptx,.pdf,.txt')" + :limit="9" + :on-exceed="onExceed" + action="/app/wxcp/upload/uploadFile" + accept=".zip,.rar,.doc,.docx,.xls,.xlsx,.ppt,.pptx,.pdf,.txt" + :http-request="v => submitUpload(v, '3')">

文件

@@ -143,10 +178,10 @@ + v-model="form.enableExamine" + active-value="1" + inactive-value="0" + active-text="开启后,创建的群发任务需要审批人进行审批"> @@ -180,29 +215,29 @@
+ size="small" + placeholder="请输入标题" + maxlength="42" + show-word-limit + v-model="linkForm.linkTitle"> + size="small" + placeholder="请输入链接" + maxlength="682" + show-word-limit + v-model="linkForm.linkUrl"> + size="small" + placeholder="请输入描述" + maxlength="170" + show-word-limit + v-model="linkForm.linkDesc"> @@ -212,34 +247,34 @@ + :visible.sync="isShowAddMiniapp" + width="920px" + title="小程序消息" + @close="onClose" + @onConfirm="onMiniAppForm">
+ size="small" + placeholder="小程序appid" + v-model="miniAppForm.mpAppid"> + size="small" + placeholder="请输入小程序page路径" + v-model="miniAppForm.mpPage"> + size="small" + placeholder="请输入标题" + maxlength="20" + show-word-limit + v-model="miniAppForm.mpTitle"> @@ -249,21 +284,21 @@ + :visible.sync="isShowDate" + width="590px" + title="定时发送" + customFooter>
+ style="width: 100%;" + v-model="dateForm.choiceTime" + type="datetime" + size="small" + :picker-options="pickerOptions" + value-format="yyyy-MM-dd HH:mm:ss" + placeholder="请选择定时发送时间">
@@ -273,6 +308,27 @@ 确认
+ +
+
+

{{ item.name }}

+
+ + {{ item.name }} + +
+
+
+