需求变更
This commit is contained in:
@@ -44,11 +44,11 @@
|
|||||||
<div class="tips">
|
<div class="tips">
|
||||||
<p>消息预计送达居民群数:</p>
|
<p>消息预计送达居民群数:</p>
|
||||||
<span>{{ groupLen }}</span>
|
<span>{{ groupLen }}</span>
|
||||||
<!-- <el-tooltip
|
<el-tooltip
|
||||||
placement="top"
|
placement="top"
|
||||||
content="将由指定群主发送给TA作为群主的所有的群,由于企业微信限制,当超过1000个时将只发送到最近活跃的1000个群">
|
content="将由指定群主发送给TA作为群主的所有的群,由于企业微信限制,当超过1000个时将只发送到最近活跃的1000个群">
|
||||||
<i class="iconfont iconModal_Warning"></i>
|
<i class="iconfont iconModal_Warning"></i>
|
||||||
</el-tooltip> -->
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="发送内容" prop="content" style="width: 100%;" :rules="[{ required: true, message: '请输入发送内容', trigger: 'blur' }]">
|
<el-form-item label="发送内容" prop="content" style="width: 100%;" :rules="[{ required: true, message: '请输入发送内容', trigger: 'blur' }]">
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
<em>从本地上传,图片最大支持10MB,支持JPG,PNG格式;视频最大支持10MB,支持MP4格式;文件最大支持20MB</em>
|
<em>从本地上传,图片最大支持10MB,支持JPG,PNG格式;视频最大支持10MB,支持MP4格式;文件最大支持20MB</em>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="结束时间" v-if="params.sendChannel === '1'" style="width: 100%;" prop="taskEndTime" :rules="[{ required: true, message: '请选择结束时间', trigger: 'change' }]">
|
<el-form-item label="结束时间" style="width: 100%;" prop="taskEndTime" :rules="[{ required: true, message: '请选择结束时间', trigger: 'change' }]">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
style="width: 100%;"
|
style="width: 100%;"
|
||||||
v-model="form.taskEndTime"
|
v-model="form.taskEndTime"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<template slot="content">
|
<template slot="content">
|
||||||
<ai-search-bar class="search-bar">
|
<ai-search-bar class="search-bar">
|
||||||
<template #left>
|
<template #left>
|
||||||
<el-button size="small" type="primary" icon="iconfont iconAdd" @click="isShow = true">创建宣发</el-button>
|
<el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')">创建宣发</el-button>
|
||||||
<ai-select
|
<ai-select
|
||||||
v-model="search.status"
|
v-model="search.status"
|
||||||
@change="search.current = 1, getList()"
|
@change="search.current = 1, getList()"
|
||||||
@@ -83,18 +83,18 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</ai-table>
|
</ai-table>
|
||||||
<div class="dialog" v-if="isShow">
|
<!-- <div class="dialog" v-if="isShow">
|
||||||
<div class="mask"></div>
|
<div class="mask"></div>
|
||||||
<div class="dialog-wrapper">
|
<div class="dialog-wrapper">
|
||||||
<img src="https://cdn.cunwuyun.cn/dvcp/announce/close1.png" @click="isShow = false" />
|
<img src="https://cdn.cunwuyun.cn/dvcp/announce/close1.png" @click="isShow = false" />
|
||||||
<h2>选择群发方式</h2>
|
<h2>选择群发方式</h2>
|
||||||
<p>可根据不同的使用需求,选择相应的群发方式</p>
|
<p>可根据不同的使用需求,选择相应的群发方式</p>
|
||||||
<div class="dialog-list">
|
<div class="dialog-list">
|
||||||
<!-- <div class="item" :class="[currIndex === '0' ? 'active' : '']" @click="currIndex = '0'">
|
<div class="item" :class="[currIndex === '0' ? 'active' : '']" @click="currIndex = '0'">
|
||||||
<img src="https://cdn.cunwuyun.cn/dvcp/announce/icon1.png" />
|
<img src="https://cdn.cunwuyun.cn/dvcp/announce/icon1.png" />
|
||||||
<h3>成员一键群发</h3>
|
<h3>成员一键群发</h3>
|
||||||
<p>成员收到通知后,可一键直接群发到居民群,任务开始后不支持关闭</p>
|
<p>成员收到通知后,可一键直接群发到居民群,任务开始后不支持关闭</p>
|
||||||
</div> -->
|
</div>
|
||||||
<div class="item" :class="[currIndex === '1' ? 'active' : '']" @click="currIndex = '1'">
|
<div class="item" :class="[currIndex === '1' ? 'active' : '']" @click="currIndex = '1'">
|
||||||
<img src="https://cdn.cunwuyun.cn/dvcp/announce/icon2.png" />
|
<img src="https://cdn.cunwuyun.cn/dvcp/announce/icon2.png" />
|
||||||
<h3>通知成员群发</h3>
|
<h3>通知成员群发</h3>
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<el-button style="width: 106px;" size="small" type="primary" icon="iconfont" @click="isShow = false, toAdd(currIndex, '')">去创建</el-button>
|
<el-button style="width: 106px;" size="small" type="primary" icon="iconfont" @click="isShow = false, toAdd(currIndex, '')">去创建</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
</template>
|
</template>
|
||||||
</ai-list>
|
</ai-list>
|
||||||
</template>
|
</template>
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
startTime: '',
|
startTime: '',
|
||||||
endTime: ''
|
endTime: ''
|
||||||
},
|
},
|
||||||
currIndex: '0',
|
currIndex: '1',
|
||||||
name: '',
|
name: '',
|
||||||
isShow: false,
|
isShow: false,
|
||||||
user: [],
|
user: [],
|
||||||
@@ -248,12 +248,12 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
toAdd(type, id) {
|
toAdd(id) {
|
||||||
this.$emit('change', {
|
this.$emit('change', {
|
||||||
type: 'Add',
|
type: 'Add',
|
||||||
params: {
|
params: {
|
||||||
id,
|
id: id || '',
|
||||||
sendChannel: type
|
sendChannel: 0
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user