You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
893 lines
31 KiB
893 lines
31 KiB
<template>
|
|
<div>
|
|
<div class="dialog-h-content scroll-h">
|
|
|
|
<el-form ref="ref_form" :inline="true" :model="formData" :rules="dataRule"
|
|
class="form">
|
|
<el-row>
|
|
<el-col :span="12">
|
|
<el-form-item label="所属组织" prop="agencyName" label-width="150px">
|
|
<el-input v-model.trim="formData.agencyName" size="small" clearable placeholder="请输入活动名称" :disabled="true"
|
|
class="u-item-width-normal"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-form-item label="组织名称" prop="orgName" label-width="150px">
|
|
<el-input v-model.trim="formData.orgName" size="small" clearable placeholder="请输入活动名称" :disabled="true"
|
|
class="u-item-width-normal"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-form-item label="服务类型" label-width="150px" prop="serviceTypeList" >
|
|
<el-select :disabled="true" multiple-limit='4' class="u-item-width-normal" v-model.trim="formData.serviceTypeList" placeholder="请选择" clearable multiple>
|
|
<el-option v-for="item in ServicetypeListName" :key="item.value" :label="item.label" :value="item.value" >
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-form-item label="组织类型" label-width="150px" prop="orgType" >
|
|
<el-select :disabled="true" class="u-item-width-normal" v-model.trim="formData.orgType" placeholder="请选择" clearable >
|
|
<el-option v-for="item in OrganizationaltypeList" :key="item.value" :label="item.label" :value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="24">
|
|
<el-form-item label="活动地点" prop="address" label-width="150px" style="display: block" >
|
|
<div style="width: 634px">
|
|
<el-select v-model.trim="searchValue" filterable style="width: 634px" remote :reserve-keyword="true" :disabled="true"
|
|
placeholder="请输入关键词" :remote-method="remoteMethod" :loading="loading">
|
|
<el-option v-for="(item, index) in searchOptions" @click.native="handleClickKey(index)"
|
|
:key="item.value || index" :label="item.label" :value="item.value">
|
|
</el-option>
|
|
</el-select>
|
|
<div id="app_activity" class="div_map"></div>
|
|
</div>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-form-item label="管理员姓名" prop="operator" label-width="150px">
|
|
<el-input v-model.trim="formData.operator" size="small" clearable placeholder="请输入管理员姓名" :disabled="true"
|
|
class="u-item-width-normal"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-form-item label="手机号" prop="mobile" label-width="150px">
|
|
<el-input v-model.trim="formData.mobile" size="small" clearable placeholder="请输入手机号" :disabled="true"
|
|
class="u-item-width-normal"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-form-item label="身份证号" prop="idCard" label-width="150px">
|
|
<el-input v-model.trim="formData.idCard" size="small" clearable placeholder="请输入身份证号" :disabled="true"
|
|
class="u-item-width-normal"></el-input>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-col :span="12">
|
|
<el-form-item label="组织封面图" label-width="150px" prop="fileList">
|
|
<template>
|
|
<upload-image :defaultFileList="fileList" :limit="1" @change="onChangeFileList" :file-list="formData.fileList"
|
|
@file-removed="removedImg"></upload-image>
|
|
</template>
|
|
</el-form-item>
|
|
</el-col>
|
|
<el-form-item label="组织介绍" prop="introduction" label-width="150px" style="display: block">
|
|
<div class="item_width_1">
|
|
<el-input :disabled="true" type="textarea" autosize placeholder="请填写组织介绍" v-model.trim="formData.introduction" :autosize="{ minRows:4., maxRows: 10}" >
|
|
</el-input>
|
|
</div>
|
|
</el-form-item>
|
|
|
|
<el-form-item label="志愿品牌" prop="brand" label-width="150px" style="display: block">
|
|
<div class="item_width_1">
|
|
<el-input :disabled="true" type="textarea" autosize placeholder="请输入内容" v-model.trim="formData.brand" :autosize="{ minRows:4., maxRows: 10}" >
|
|
</el-input>
|
|
</div>
|
|
|
|
</el-form-item>
|
|
<el-form-item label="品牌展示图" label-width="150px" prop="VolunteerPic">
|
|
<template>
|
|
<upload-image :defaultFileList="fileList1" :limit="1" @change="onChangeFileList1"
|
|
@file-removed="removedImg"></upload-image>
|
|
</template>
|
|
</el-form-item>
|
|
</el-row></el-form>
|
|
</div>
|
|
<!-- <div class="div_btn">
|
|
<el-button size="small" @click="handleCancle">取 消</el-button>
|
|
<el-button size="small" v-if="formType != 'detail'" type="primary" :disabled="btnDisable"
|
|
@click="handleComfirm">确 定</el-button>
|
|
|
|
</div> -->
|
|
</div>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
import { mapGetters } from 'vuex'
|
|
import { Loading } from 'element-ui' // 引入Loading服务
|
|
import { requestPost } from '@/js/dai/request'
|
|
import Tinymce from '@c/tinymce2/index.vue'
|
|
import daiMap from "@/utils/dai-map";
|
|
import util from '@js/util.js';
|
|
// import UploadImage from './upload-image.vue'
|
|
import UploadImage from '@/views/modules/plugins/rent/upload-image.vue'
|
|
|
|
var map
|
|
var search
|
|
var markers
|
|
var infoWindowList
|
|
var geocoder // 新建一个正逆地址解析类
|
|
|
|
let loading // 加载动画
|
|
export default {
|
|
data() {
|
|
|
|
return {
|
|
fileList:[],
|
|
fileList1:[],
|
|
searchValue:"",
|
|
OrganizationaltypeList:[],
|
|
ServicetypeListName:[],
|
|
Organizationaltype:[
|
|
{ label: "社区", value: 1 },
|
|
{ label: "企业", value: 2 },
|
|
{ label: "学校", value: 3 },
|
|
],
|
|
formData:
|
|
{
|
|
status:"pass",//审核状态
|
|
numberNum:"",//组织成员数量
|
|
userId:"",//志愿者id
|
|
agencyId:"",//组织id
|
|
orgType:"",
|
|
brandImg:"",//品牌图片
|
|
brand:"",//志愿品牌
|
|
introduction:"",//组织介绍
|
|
qualification: "",//封面图片
|
|
idCard:"",//身份证信息
|
|
mobile:"",//管理员电话
|
|
operator:"",//管理员姓名
|
|
Organizationaltype:"",//组织类型
|
|
// serviceTypeList:"",//服务类型
|
|
orgName:"",//组织名称
|
|
agencyName:"",//所属组织
|
|
serviceTypeList:[],//服务类型
|
|
address: "",//地址
|
|
longitude: this.$store.state.user.longitude, //经度
|
|
latitude: this.$store.state.user.latitude,//纬度
|
|
},
|
|
corganizerList: [],
|
|
uploadUrl: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2',
|
|
customerId: localStorage.getItem('customerId'),
|
|
|
|
}
|
|
|
|
},
|
|
|
|
components: { Tinymce, UploadImage },
|
|
mounted() {
|
|
console.log(this.VolunteerList,"this.VolunteerLis");
|
|
let { latitude, longitude } = this.$store.state.user;
|
|
if (!latitude || latitude == "" || latitude == "0") {
|
|
latitude = 39.9088810666821;
|
|
longitude = 116.39743841556731;
|
|
}
|
|
this.formData.latitude = latitude;
|
|
this.formData.longitude = longitude;
|
|
this.volunteerDetail()
|
|
this.volunteerservicetype()
|
|
this.volunteertype()
|
|
this.formData.agencyId=this.$store.state.user.agencyId
|
|
this.formData.agencyName=this.$store.state.user.agencyName
|
|
this.activityType()
|
|
this.listServerOrg()
|
|
|
|
},
|
|
|
|
methods: {
|
|
validateContent() {
|
|
// 使用正则表达式去除HTML标签后检查内容
|
|
const textContent = this.stripHtml(this.formData.sumUp);
|
|
if (textContent.trim() === '') {
|
|
this.formData.sumUp = null;
|
|
}
|
|
},
|
|
stripHtml(html) {
|
|
const div = document.createElement('div');
|
|
div.innerHTML = html;
|
|
return div.textContent || div.innerText || '';
|
|
},
|
|
|
|
// // 上传成功
|
|
// handleImgSuccess(res, file, fileList) {
|
|
// if (res.code === 0 && res.msg === 'success') {
|
|
// let format = file.name.split('.').pop();
|
|
// let srcType = file.raw.type;
|
|
// let type = 'file';
|
|
// if (srcType.indexOf('image') != -1) {
|
|
// type = 'image';
|
|
// } else if (srcType.indexOf('video') != -1) {
|
|
// type = 'video';
|
|
// }
|
|
// // this.formData.activityImgs.push({
|
|
// // format,
|
|
// // name: file.name,
|
|
// // size: file.size,
|
|
// // type,
|
|
// // url: res.data.url
|
|
// // });
|
|
// // console.log('this.formData.activityImgs',res.data.url)
|
|
// this.formData.activityImgs.push(res.data.url);
|
|
|
|
// } else {
|
|
// this.$message.error(res.msg);
|
|
// }
|
|
// },
|
|
// // 删除图片
|
|
// handleImgRemove(file) {
|
|
// console.log('handleImgRemove', file);
|
|
// if (file.response) {
|
|
// let index = this.formData.activityImgs.findIndex(item => item.url == file.response.data.url);
|
|
// this.formData.activityImgs.splice(index, 1);
|
|
// } else if (file.url) {
|
|
// let index = this.formData.activityImgs.findIndex(item => item.url == file.url);
|
|
// this.formData.activityImgs.splice(index, 1);
|
|
// }
|
|
// },
|
|
// 图片预览
|
|
// handleImgPreview(file) {
|
|
// console.log(file);
|
|
// window.open(file.url || file.response.data.url);
|
|
// },
|
|
// // 文件数量超过限制
|
|
// handleImgExceed() {
|
|
// this.$message({
|
|
// type: 'warning',
|
|
// message: '文件数量最多不超过三个'
|
|
// });
|
|
// },
|
|
// 上传前的验证
|
|
// beforeImgUpload(file) {
|
|
// const isLt1M = file.size / 1024 / 1024 < 10;
|
|
// const srcType = file.type;
|
|
// const format = file.name.split('.').pop();
|
|
// if (!isLt1M) {
|
|
// this.$message.error('上传文件大小不能超过 10MB!');
|
|
// return false;
|
|
// }
|
|
// if (srcType.indexOf('image') == -1) {
|
|
// this.$message.error('仅限图片格式');
|
|
// return false;
|
|
// }
|
|
// return true;
|
|
// },
|
|
|
|
async activityType() {
|
|
const url = "/actual/base/activityType/page"
|
|
let params = {
|
|
// agencyId: this.agencyId
|
|
pageSize: 20,
|
|
pageNo: 1,
|
|
typeName: "",
|
|
enabled: 1
|
|
}
|
|
const { data, code, msg } = await requestPost(url, params)
|
|
if (code === 0) {
|
|
this.typeList = data.list
|
|
} else {
|
|
this.$message.error(msg)
|
|
}
|
|
this.$nextTick(() => {
|
|
if (!map) {
|
|
this.initMap(this.formData.latitude, this.formData.longitude);
|
|
console.log("map", map,this.formData.latitude, this.formData.longitude)
|
|
} else {
|
|
map.setCenter(this.formData.latitude, this.formData.longitude);
|
|
map.setMarker(this.formData.latitude, this.formData.longitude);
|
|
console.log("mapmapmap", map)
|
|
}
|
|
})
|
|
},
|
|
|
|
handleOnlineRegistration(value) {
|
|
//
|
|
if (value) {
|
|
this.online = true;
|
|
this.formData.online = 1;
|
|
} else {
|
|
this.online = false;
|
|
this.formData.cutOffTime = ''
|
|
this.formData.online = 0;
|
|
}
|
|
},
|
|
|
|
// onChangeFileList(e) {
|
|
// if (e.length > 0) {
|
|
// let item = e[0];
|
|
// let ob = {
|
|
// fileType: '0',
|
|
// fileUrl: item.response.data.url
|
|
// };
|
|
// this.fileList = [ob];
|
|
// this.formData.coverPic = ob.fileUrl;
|
|
// }
|
|
// },
|
|
removedImg() {
|
|
this.formData.coverPic = ''
|
|
},
|
|
onChangeFileList(e) {
|
|
console.log(e, 'sssssb');
|
|
this.fileList = e.length > 0 ? e.map(item => ({
|
|
fileType: '0',
|
|
fileUrl: item.response.data.url
|
|
})) : []; // 当e为空时清空fileList
|
|
if (e.length > 0) {
|
|
this.formData.qualification = e[0].response.data.url;
|
|
} else {
|
|
this.formData.qualification = '';
|
|
}
|
|
},
|
|
onChangeFileList1(e) {
|
|
console.log(e, 'sssssb');
|
|
this.fileList1 = e.length > 0 ? e.map(item => ({
|
|
fileType: '0',
|
|
fileUrl: item.response.data.url
|
|
})) : []; // 当e为空时清空fileList
|
|
if (e.length > 0) {
|
|
this.formData.brandImg = e[0].response.data.url;
|
|
} else {
|
|
this.formData.brandImg = '';
|
|
}
|
|
},
|
|
|
|
onChangeImgs(e, rowIndex = 0) {
|
|
console.log('onChangeFileList', e)
|
|
if (e.length > 0) {
|
|
this.activityImgs = []
|
|
e.forEach(item => {
|
|
let ob = {
|
|
fileType: '0',
|
|
fileUrl: item.response.data.url
|
|
}
|
|
this.activityImgs.push(ob)
|
|
})
|
|
}
|
|
},
|
|
|
|
// onChangeImgs(e) {
|
|
// this.activityImgs = [];
|
|
// if (e.length > 0) {
|
|
// e.forEach(item => {
|
|
// let ob = {
|
|
// fileType: '0',
|
|
// fileUrl: item.response.data.url
|
|
// };
|
|
// this.activityImgs.push(ob);
|
|
// });
|
|
// console.log('this.activityImgs',this.activityImgs)
|
|
// }
|
|
// },
|
|
|
|
handleChange(value) {},
|
|
handleTimeChange(time) {
|
|
if (time) {
|
|
const startTimeArray = util.dateFormatter(time[0], 'time').split('-')
|
|
console.log(startTimeArray);
|
|
const endTimeArray = util.dateFormatter(time[1], 'time').split('-')
|
|
console.log(endTimeArray);
|
|
this.formData.startTime = startTimeArray[0] + '-' + startTimeArray[1] + '-' + startTimeArray[2]
|
|
this.formData.endTime = endTimeArray[0] + '-' + endTimeArray[1] + '-' + endTimeArray[2]
|
|
// this.startTimeShow = startTimeArray[0] + '年' + startTimeArray[1] + '月' + startTimeArray[2] + '日'
|
|
// this.endTimeShow = endTimeArray[0] + '年' + endTimeArray[1] + '月' + endTimeArray[2] + '日'
|
|
} else {
|
|
this.formData.startTime = ''
|
|
this.formData.endTime = ''
|
|
}
|
|
|
|
},
|
|
// async initForm(type, activityId) {
|
|
// this.startLoading()
|
|
// this.formType = type
|
|
// if (type === 'edit') {
|
|
// if (activityId.activityImgs || activityId.sumUp) {
|
|
// this.records = true
|
|
// } else {
|
|
// this.records = false
|
|
// }
|
|
// this.formData = activityId
|
|
// this.timeRange = [this.formData.startTime, this.formData.endTime]
|
|
// console.log(activityId,"activityId");
|
|
|
|
// if (activityId.coverPic) {
|
|
// let ob = {
|
|
// fileType: '0',
|
|
// fileUrl: activityId.coverPic
|
|
// };
|
|
// this.fileList = [ob];
|
|
// this.formData.coverPic = ob.fileUrl;
|
|
// if (this.formData.online == 1) {
|
|
// this.online = true
|
|
// }
|
|
// }
|
|
// } else if (type === 'records') {
|
|
// this.records = true
|
|
// } else if (type === 'summary') {
|
|
// this.formData = activityId
|
|
// this.formData.activityImgs = []
|
|
// console.log("this.formData", this.formData)
|
|
// this.records = true
|
|
// this.summary = false
|
|
// } else {
|
|
// this.records = false
|
|
// }
|
|
// this.endLoading()
|
|
|
|
// },
|
|
|
|
async getDemandOptions() {
|
|
this.$http
|
|
.post("/actual/base/serviceitem/listAllCategory")
|
|
.then(({ data: res }) => {
|
|
if (res.code !== 0) {
|
|
return this.$message.error(res.msg);
|
|
} else {
|
|
console.log(res.data);
|
|
this.demandOptions = this.getFlagData(
|
|
this.getTreeData(res.data),
|
|
"usableFlag"
|
|
);
|
|
}
|
|
})
|
|
.catch(() => {
|
|
return this.$message.error("网络错误");
|
|
});
|
|
},
|
|
getFlagData(data, flag) {
|
|
if (!Array.isArray(data)) return [];
|
|
let arr1 = data.filter((item) => item[flag]);
|
|
let arr2 = arr1.map((item) => {
|
|
if (item.childCateList)
|
|
return { ...item, childCateList: this.getFlagData(item.childCateList, flag) };
|
|
else return item;
|
|
});
|
|
return arr2;
|
|
},
|
|
getTreeData(data) {
|
|
if (!Array.isArray(data)) return [];
|
|
let arr = data.map((item) => {
|
|
let _item = {};
|
|
if (item.childCateList) {
|
|
if (item.childCateList.length === 0)
|
|
_item = { ...item, childCateList: undefined };
|
|
else _item = { ...item, childCateList: this.getTreeData(item.childCateList) };
|
|
} else {
|
|
_item = { ...item };
|
|
}
|
|
return _item;
|
|
});
|
|
return arr;
|
|
},
|
|
async loadGrid() {
|
|
const url = "/gov/org/customergrid/gridoption"
|
|
|
|
let params = {
|
|
agencyId: this.agencyId
|
|
}
|
|
|
|
const { data, code, msg } = await requestPost(url, params)
|
|
|
|
if (code === 0) {
|
|
this.gridList = data
|
|
|
|
} else {
|
|
this.$message.error(msg)
|
|
}
|
|
|
|
},
|
|
//详情
|
|
async volunteerDetail () {
|
|
const url = "/voluntary/volunteerOrg/getDetail"
|
|
|
|
let params = {
|
|
id: this.VolunteerList.id
|
|
}
|
|
const { data, code, msg } = await requestPost(url, params)
|
|
|
|
if (code === 0) {
|
|
this.formData = data[0];
|
|
this.searchValue= this.formData.address
|
|
this.fileList.push({fileUrl:data[0].qualification})
|
|
this.fileList1.push({fileUrl:data[0].brandImg})
|
|
console.log(this.formData,"this.formData");
|
|
|
|
} else {
|
|
this.$message.error(msg)
|
|
}
|
|
},
|
|
// 获取志愿组织类型
|
|
async volunteertype () {
|
|
const url = "/sys/dict/data/dictlist"
|
|
|
|
let params = {
|
|
dictType: 'volunteer_org_type'
|
|
}
|
|
console.log("vol123234");
|
|
|
|
const { data, code, msg } = await requestPost(url, params)
|
|
|
|
if (code === 0) {
|
|
this.OrganizationaltypeList = data;
|
|
} else {
|
|
this.$message.error(msg)
|
|
}
|
|
},
|
|
// 获取志愿组织服务类型
|
|
async volunteerservicetype () {
|
|
const url = "/sys/dict/data/dictlist"
|
|
|
|
let params = {
|
|
dictType: 'voluntary_project_service_class'
|
|
}
|
|
|
|
const { data, code, msg } = await requestPost(url, params)
|
|
|
|
if (code === 0) {
|
|
this.ServicetypeListName = data;
|
|
} else {
|
|
this.$message.error(msg)
|
|
}
|
|
},
|
|
//加载组织
|
|
async loadFormData() {
|
|
const url = '/actual/base/icpartyactivity/detail'
|
|
// const url = 'http://yapi.elinkservice.cn/mock/245/heart/icpartyactivity/detail'
|
|
let params = {
|
|
id: this.activityId
|
|
}
|
|
|
|
const { data, code, msg } = await requestPost(url, params)
|
|
|
|
if (code === 0) {
|
|
this.formData = data
|
|
let style_img = "style='width:50px;height:40px;' "
|
|
|
|
if (this.formData.content) {
|
|
// this.formData.content = this.formData.content.replace(/<img/g, "<img style='width:200px;height:120px;'")
|
|
// let array=this.formData.content.split('<img')
|
|
}
|
|
|
|
} else {
|
|
this.$message.error(msg)
|
|
}
|
|
},
|
|
|
|
async handleComfirm() {
|
|
console.log(this.formData," this.formData");
|
|
|
|
if (!this.formData.agencyName) {
|
|
this.$message.error('请选择所属组织');
|
|
return;
|
|
}
|
|
|
|
|
|
|
|
if (!this.formData.introduction) {
|
|
this.$message.error('请输入组织介绍');
|
|
return;
|
|
}
|
|
|
|
if (this.fileList.length === 0) {
|
|
this.$message.error('请上传封面图片');
|
|
return;
|
|
}
|
|
|
|
if (!this.formData.idCard) {
|
|
this.$message.error('请输入身份证信息');
|
|
return;
|
|
}
|
|
|
|
if (!this.formData.mobile) {
|
|
this.$message.error('请输入管理员电话');
|
|
return;
|
|
}
|
|
|
|
if (!this.formData.operator) {
|
|
this.$message.error('请输入管理员姓名');
|
|
return;
|
|
}
|
|
|
|
if (!this.formData.orgType) {
|
|
this.$message.error('请输入组织类型');
|
|
return;
|
|
}
|
|
|
|
if (!this.formData.serviceTypeList) {
|
|
this.$message.error('请输入服务类型');
|
|
return;
|
|
}
|
|
|
|
if (!this.formData.orgName) {
|
|
this.$message.error('请输入组织名称');
|
|
return;
|
|
}
|
|
console.log(this.formData,"this.formData");
|
|
this.addActivity()
|
|
},
|
|
async addActivity() {
|
|
let url = '/voluntary/volunteerOrg/saveOrUpdate'
|
|
const { data, code, msg } = await requestPost(url, this.formData)
|
|
if (code === 0) {
|
|
this.$message({
|
|
type: 'success',
|
|
message: '操作成功'
|
|
})
|
|
// this.resetData()
|
|
this.$emit('showEditClose')
|
|
this.btnDisable = false
|
|
} else {
|
|
this.btnDisable = false
|
|
this.$message.error(msg)
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
handleCancle() {
|
|
console.log("sdlkfjklsdf ");
|
|
this.$emit('showEditClose')
|
|
|
|
},
|
|
|
|
// 地图初始化函数,本例取名为init,开发者可根据实际情况定义
|
|
initMap(latitude, longitude) {
|
|
console.log(latitude, longitude,"564564568");
|
|
map = new daiMap(
|
|
document.getElementById("app_activity"),
|
|
{ latitude, longitude },
|
|
{
|
|
zoom: 16.2, // 设置地图缩放级别
|
|
pitch: 43.5, // 设置俯仰角
|
|
rotation: 45, // 设置地图旋转角度
|
|
}
|
|
);
|
|
|
|
// 监听地图平移结束
|
|
/* map.on("dragend", (e) => {
|
|
this.handleMoveCenter(e);
|
|
});*/
|
|
map.on("click", (e) => {
|
|
this.handleMoveCenter(e);
|
|
});
|
|
|
|
map.setCenter(latitude, longitude);
|
|
map.setMarker(latitude, longitude);
|
|
|
|
},
|
|
|
|
|
|
async handleMoveCenter(e) {
|
|
//修改地图中心点
|
|
// const { lat, lng } = map.getCenter();
|
|
const { lat, lng } = e.latLng;
|
|
this.formData.latitude = lat;
|
|
this.formData.longitude = lng;
|
|
map.setMarker(lat, lng);
|
|
|
|
let { msg, data } = await map.getAddress(lat, lng);
|
|
if (msg == "success") {
|
|
this.formData.address = data.address;
|
|
this.searchValue=data.address
|
|
console.log(this.formData.address," this.formData.address ");
|
|
|
|
this.searchValue = data.address
|
|
this.searchOptions = []
|
|
// console.log('data,this.searchValue ', this.searchValue)
|
|
|
|
}
|
|
},
|
|
|
|
async remoteMethod(query) {
|
|
console.log(query, "sfsvsdv");
|
|
if (query !== '') {
|
|
this.loading = true;
|
|
const { msg, data } = await map.searchNearby(query);
|
|
this.loading = false;
|
|
this.resultList = []
|
|
|
|
if (msg == "success" && data.resultList && data.resultList.length > 0) {
|
|
|
|
if (data.resultList && data.resultList.length > 0) {
|
|
this.resultList = data.resultList
|
|
console.log(this.resultList, "this.resultList");
|
|
this.searchOptions = this.resultList.map(item => {
|
|
return { value: `${item.id}`, label: `${item.address + item.title}` };
|
|
|
|
});
|
|
console.log(this.searchOptions, "this.searchOptions");
|
|
}
|
|
} else {
|
|
this.searchOptions = [
|
|
{
|
|
value: '0',
|
|
label: '未检索到结果'
|
|
}
|
|
]
|
|
}
|
|
} else {
|
|
this.searchOptions = [];
|
|
}
|
|
},
|
|
|
|
handleClickKey(index) {
|
|
let selPosition = this.resultList[index]
|
|
let lonlat = selPosition.lonlat.split(" ")
|
|
map.setCenter(lonlat[1], lonlat[0]);
|
|
map.setMarker(lonlat[1], lonlat[0]);
|
|
this.formData.latitude = lonlat[1];
|
|
this.formData.longitude = lonlat[0];
|
|
this.searchValue = selPosition.address + selPosition.name
|
|
},
|
|
|
|
resetData() {
|
|
this.timeRange = []
|
|
this.fileList = []
|
|
this.searchValue = ''
|
|
this.searchOptions = []
|
|
this.resultList = []
|
|
this.activityId = ''
|
|
this.keyWords = ''
|
|
this.online = false
|
|
this.formType = ''
|
|
this.summary = true
|
|
this.formData = {
|
|
id: "",
|
|
typeId: "",
|
|
activityName: "",//活动名称
|
|
status: 0,//状态
|
|
assistingParty: "",//协办方
|
|
startTime: "",//开始时间
|
|
endTime: "",//结束时间
|
|
coverPic: "",//封面图片地址
|
|
content: "",//活动内容
|
|
address: "",//地址
|
|
online: 0,//开关
|
|
cutOffTime: "",//截止时间
|
|
points: 0,//积分
|
|
participants: 0,//活动人数
|
|
sendMessage: 0,//推送数
|
|
sumUp: "",//活动总结
|
|
activityImgs: [],//图片列表
|
|
longitude: this.$store.state.user.longitude, //经度
|
|
latitude: this.$store.state.user.latitude//纬度
|
|
// longitude: null, //经度
|
|
// latitude: null//纬度
|
|
}
|
|
map=""
|
|
|
|
|
|
},
|
|
// 开启加载动画
|
|
startLoading() {
|
|
loading = Loading.service({
|
|
lock: true, // 是否锁定
|
|
text: '正在加载……', // 加载中需要显示的文字
|
|
background: 'rgba(0,0,0,.7)' // 背景颜色
|
|
})
|
|
},
|
|
// 结束加载动画
|
|
endLoading() {
|
|
// clearTimeout(timer);
|
|
if (loading) {
|
|
loading.close()
|
|
}
|
|
}
|
|
},
|
|
computed: {
|
|
dataRule() {
|
|
return {
|
|
|
|
orgName: [
|
|
{ required: true, message: '组织名称不能为空', trigger: 'blur' }
|
|
],
|
|
serviceTypeList: [
|
|
{ required: true, message: '请选择服务类型', trigger: 'blur' }
|
|
],
|
|
Organizationaltype: [
|
|
{ required: true, message: '请选择组织类型', trigger: 'blur' }
|
|
],
|
|
operator: [
|
|
{ required: true, message: '请输入管理员姓名', trigger: 'blur' }
|
|
],
|
|
idCard: [
|
|
{ required: true, message: '身份证号不能为空不能为空', trigger: 'blur' },
|
|
{ pattern: /^(?:[1-9]\d{5}(18|19|20)?\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])\d{3}(\d|X)|[1-9]\d{5}\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])\d{3})$/, message: '请输入正确的身份证号', trigger: 'blur' }
|
|
],
|
|
mobile: [
|
|
{ required: true, message: '管理员电话不能为空不能为空', trigger: 'blur' },
|
|
{ pattern: /^1[3-9]\d{9}$/, message: '请输入正确的手机号码', trigger: 'blur' }
|
|
],
|
|
fileList: [
|
|
{ required: true, message: '请上传组织封面图', trigger: 'blur' }
|
|
],
|
|
introduction: [
|
|
{ required: true, message: '请填写组织介绍', trigger: 'blur' },
|
|
{ min:50, message: '请输入50字以上的介绍', trigger: 'blur'}
|
|
],
|
|
points: [
|
|
{ required: true, message: '请选择活动积分', trigger: 'blur' }
|
|
],
|
|
sumUp: [
|
|
{ required: true, message: '请输入活动总结', trigger: 'blur' }
|
|
],
|
|
activityImgs: [
|
|
{ required: true, message: '请选择活动照片', trigger: 'blur' }
|
|
]
|
|
}
|
|
},
|
|
|
|
},
|
|
props: {
|
|
VolunteerList: {
|
|
type: Array,
|
|
default: []
|
|
},
|
|
},
|
|
destroyed () {
|
|
map = null
|
|
}
|
|
}
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
@import "@/assets/scss/modules/visual/communityManageForm.scss";
|
|
</style>
|
|
<style lang="scss" scoped>
|
|
.item_width_1 {
|
|
width: 634px;
|
|
|
|
/deep/.tox .tox-dialog {
|
|
z-index: 20000;
|
|
}
|
|
}
|
|
.u-item-width-normal{
|
|
width: 222px;
|
|
}
|
|
|
|
.tinymce_view {
|
|
::v-deep .tox .tox-dialog {
|
|
z-index: 2000000000;
|
|
}
|
|
}
|
|
|
|
.div_map {
|
|
position: relative;
|
|
}
|
|
|
|
.div_searchmap {
|
|
z-index: 5000;
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 5px;
|
|
}
|
|
|
|
.tinymce_view {
|
|
height: 400px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.text_p {
|
|
margin: 0;
|
|
padding: 0 10px;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 5px;
|
|
|
|
>p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
</style>
|