diff --git a/project/sass/apps/Announce/AppAnnounce/components/Add.vue b/project/sass/apps/Announce/AppAnnounce/components/Add.vue index 2ced94b0..5f09444b 100644 --- a/project/sass/apps/Announce/AppAnnounce/components/Add.vue +++ b/project/sass/apps/Announce/AppAnnounce/components/Add.vue @@ -20,7 +20,8 @@ 按网格选择 - +
@@ -30,13 +31,13 @@
请选择 + :instance="instance" + multiple + :ops="{label: form.sendScope === '2' ? 'girdName' : 'name'}" + :action="form.sendScope === '1' ? '/app/wxcp/wxdepartment/departList' : '/app/appgirdinfo/girdList'" + v-model="form.filterCriteria" + @pick="onPick" + @change="onSelcetChange">
选择
@@ -44,8 +45,8 @@

消息预计送达居民群数:

{{ groupLen }} + placement="top" + content="将由指定群主发送给TA作为群主的所有的群,由于企业微信限制,当超过1000个时将只发送到最近活跃的1000个群"> @@ -56,76 +57,76 @@
- + {{ item.mpTitle || item.name || item.linkTitle }}
删除
+ placement="top" + width="340" + offset="0" + trigger="hover">
- + 添加附件类型
+ ref="upload" + multiple + :file-list="fileList" + :show-file-list="false" + :before-upload="v => handleChange(v, 10, '.jpg,.png,.jpeg')" + :limit="9" + action="/app/wxcp/upload/uploadFile" + accept=".jpg,.png,.jpeg" + :on-exceed="onExceed" + :http-request="v => submitUpload(v, '1')">
- +

图片

+ ref="upload" + multiple + :file-list="fileList" + :show-file-list="false" + :before-upload="v => handleChange(v, 10, '.mp4')" + :limit="9" + action="/app/wxcp/upload/uploadFile" + accept=".mp4" + :on-exceed="onExceed" + :http-request="v => submitUpload(v, '2')">
- +

视频

+ 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')">
- +

文件

- +

网页

- +

小程序

@@ -137,15 +138,16 @@
+ v-model="form.enableExamine" + active-value="1" + inactive-value="0" + active-text="开启后,创建的群发任务需要审批人进行审批"> - +
- +
@@ -165,32 +167,32 @@
+ :visible.sync="isShowAddLink" + width="920px" + title="链接消息" + @close="onClose" + @onConfirm="onLinkConfirm">
+ size="small" + placeholder="请输入标题" + v-model="linkForm.linkTitle"> + size="small" + placeholder="请输入链接" + v-model="linkForm.linkUrl"> + size="small" + placeholder="请输入描述" + v-model="linkForm.linkDesc"> @@ -200,32 +202,32 @@ + :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="请输入标题" + v-model="miniAppForm.mpTitle"> @@ -235,21 +237,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="请选择定时发送时间">
@@ -270,613 +272,615 @@